Home
last modified time | relevance | path

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

/external/skia/tests/
DSkImageTest.cpp28 SkBitmap dstBitmap; in DEF_TEST() local
29 srcBitmap.extractSubset(&dstBitmap, r); in DEF_TEST()
30 image = dstBitmap.asImage(); in DEF_TEST()
DVkHardwareBufferTest.cpp1037 const SkBitmap& dstBitmap) { in check_read() argument
1042 const uint32_t dstPixel = *dstBitmap.getAddr32(x, y); in check_read()
/external/skqp/tests/
DSkImageTest.cpp27 SkBitmap dstBitmap; in DEF_TEST() local
28 srcBitmap.extractSubset(&dstBitmap, r); in DEF_TEST()
29 image = SkImage::MakeFromBitmap(dstBitmap); in DEF_TEST()
DVkHardwareBufferTest.cpp1034 const SkBitmap& dstBitmap) { in check_read() argument
1039 const uint32_t dstPixel = *dstBitmap.getAddr32(x, y); in check_read()
/external/skqp/src/ports/
DSkFontHost_FreeType_common.cpp396 SkBitmap dstBitmap; in generateGlyphImage() local
398 dstBitmap.setInfo(SkImageInfo::Make(glyph.fWidth, glyph.fHeight, in generateGlyphImage()
402 dstBitmap.setPixels(glyph.fImage); in generateGlyphImage()
405 SkCanvas canvas(dstBitmap); in generateGlyphImage()
613 SkBitmap dstBitmap; in generateGlyphImage() local
615 dstBitmap.setInfo(SkImageInfo::Make(glyph.fWidth, glyph.fHeight, in generateGlyphImage()
620 dstBitmap.allocPixels(); in generateGlyphImage()
622 dstBitmap.setPixels(glyph.fImage); in generateGlyphImage()
626 SkCanvas canvas(dstBitmap); in generateGlyphImage()
653 packA8ToA1(dstMask, dstBitmap.getAddr8(0, 0), dstBitmap.rowBytes()); in generateGlyphImage()
[all …]
DSkScalerContext_win_dw.cpp1072 SkBitmap dstBitmap; in generatePngGlyphImage() local
1073 dstBitmap.setInfo(SkImageInfo::Make(glyph.fWidth, glyph.fHeight, in generatePngGlyphImage()
1077 dstBitmap.setPixels(glyph.fImage); in generatePngGlyphImage()
1079 SkCanvas canvas(dstBitmap); in generatePngGlyphImage()
/external/skia/src/ports/
DSkFontHost_FreeType_common.cpp931 SkBitmap dstBitmap; in generateGlyphImage() local
933 dstBitmap.setInfo(SkImageInfo::Make(glyph.fWidth, glyph.fHeight, in generateGlyphImage()
937 dstBitmap.setPixels(glyph.fImage); in generateGlyphImage()
940 SkCanvas canvas(dstBitmap); in generateGlyphImage()
1161 SkBitmap dstBitmap; in generateGlyphImage() local
1163 dstBitmap.setInfo(SkImageInfo::Make(glyph.fWidth, glyph.fHeight, in generateGlyphImage()
1168 dstBitmap.allocPixels(); in generateGlyphImage()
1170 dstBitmap.setPixels(glyph.fImage); in generateGlyphImage()
1174 SkCanvas canvas(dstBitmap); in generateGlyphImage()
1191 packA8ToA1(dstMask, dstBitmap.getAddr8(0, 0), dstBitmap.rowBytes()); in generateGlyphImage()
[all …]
DSkScalerContext_win_dw.cpp1098 SkBitmap dstBitmap; in generatePngGlyphImage() local
1099 dstBitmap.setInfo(SkImageInfo::Make(glyph.width(), glyph.height(), in generatePngGlyphImage()
1103 dstBitmap.setPixels(glyph.fImage); in generatePngGlyphImage()
1105 SkCanvas canvas(dstBitmap); in generatePngGlyphImage()