Home
last modified time | relevance | path

Searched refs:srcPt (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/util/
H A Dimage.hpp123 …static void copy(const Image& srcImg, Image& dstImg, const Point<uint32_t>& srcPt, const Point<uin… in copy() argument
138 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()