Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/sprite/
H A Dsprite_parser.cpp36 PremultipliedImage dstImage({ width, height }); in createStyleImage() local
39 PremultipliedImage::copy(image, dstImage, { srcX, srcY }, { 0, 0 }, { width, height }); in createStyleImage()
41 return std::make_unique<style::Image>(id, std::move(dstImage), ratio, sdf); in createStyleImage()
/OK3568_Linux_fs/external/xserver/fb/
H A Dfbpict.c107 pixman_image_t *srcImage, *dstImage; in fbGlyphs() local
182 if (!(dstImage = image_from_pict(pDst, TRUE, &dstXoff, &dstYoff))) in fbGlyphs()
193 pixman_composite_glyphs(op, srcImage, dstImage, format, in fbGlyphs()
202 pixman_composite_glyphs_no_mask(op, srcImage, dstImage, in fbGlyphs()
208 free_pixman_pict(pDst, dstImage); in fbGlyphs()