Home
last modified time | relevance | path

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

/external/skia/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.cpp1074 SkBitmap dstBitmap; in generatePngGlyphImage() local
1075 dstBitmap.setInfo(SkImageInfo::Make(glyph.fWidth, glyph.fHeight, in generatePngGlyphImage()
1079 dstBitmap.setPixels(glyph.fImage); in generatePngGlyphImage()
1081 SkCanvas canvas(dstBitmap); in generatePngGlyphImage()
/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/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.cpp1033 const SkBitmap& dstBitmap) { in check_read() argument
1038 const uint32_t dstPixel = *dstBitmap.getAddr32(x, y); in check_read()
/external/skia/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.cpp1021 const SkBitmap& dstBitmap) { in check_read() argument
1026 const uint32_t dstPixel = *dstBitmap.getAddr32(x, y); in check_read()