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 D | sprite_parser.cpp | 36 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 D | fbpict.c | 107 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()
|