Searched refs:dstBitmap (Results 1 – 4 of 4) sorted by relevance
/third_party/skia/tests/ |
D | SkImageTest.cpp | 28 SkBitmap dstBitmap; in DEF_TEST() local 29 srcBitmap.extractSubset(&dstBitmap, r); in DEF_TEST() 30 image = dstBitmap.asImage(); in DEF_TEST()
|
D | VkHardwareBufferTest.cpp | 1037 const SkBitmap& dstBitmap) { in check_read() argument 1042 const uint32_t dstPixel = *dstBitmap.getAddr32(x, y); in check_read()
|
/third_party/skia/src/ports/ |
D | SkFontHost_FreeType_common.cpp | 1248 SkBitmap dstBitmap; in generateGlyphImage() local 1250 dstBitmap.setInfo(SkImageInfo::Make(glyph.fWidth, glyph.fHeight, in generateGlyphImage() 1254 dstBitmap.setPixels(glyph.fImage); in generateGlyphImage() 1257 SkCanvas canvas(dstBitmap); in generateGlyphImage() 1490 SkBitmap dstBitmap; in generateGlyphImage() local 1492 dstBitmap.setInfo(SkImageInfo::Make(glyph.fWidth, glyph.fHeight, in generateGlyphImage() 1497 dstBitmap.allocPixels(); in generateGlyphImage() 1499 dstBitmap.setPixels(glyph.fImage); in generateGlyphImage() 1503 SkCanvas canvas(dstBitmap); in generateGlyphImage() 1520 packA8ToA1(dstMask, dstBitmap.getAddr8(0, 0), dstBitmap.rowBytes()); in generateGlyphImage() [all …]
|
D | SkScalerContext_win_dw.cpp | 1144 SkBitmap dstBitmap; in generatePngGlyphImage() local 1145 dstBitmap.setInfo(SkImageInfo::Make(glyph.width(), glyph.height(), in generatePngGlyphImage() 1149 dstBitmap.setPixels(glyph.fImage); in generatePngGlyphImage() 1151 SkCanvas canvas(dstBitmap); in generatePngGlyphImage()
|