Searched refs:srcPt (Results 1 – 1 of 1) sorted by relevance
123 …static void copy(const Image& srcImg, Image& dstImg, const Point<uint32_t>& srcPt, const Point<uin… in copy() argument138 srcPt.x > srcImg.size.width - size.width || in copy()139 srcPt.y > srcImg.size.height - size.height) { in copy()156 const std::size_t srcOffset = (srcPt.y + y) * srcImg.stride() + srcPt.x * channels; in copy()