Home
last modified time | relevance | path

Searched defs:dstImg (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.hpp96 static void clear(Image& dstImg, const Point<uint32_t>& pt, const Size& size) { in clear()
123 …static void copy(const Image& srcImg, Image& dstImg, const Point<uint32_t>& srcPt, const Point<uin… in copy()