Searched refs:expectedMaskFormat (Results 1 – 3 of 3) sorted by relevance
/external/skqp/src/gpu/text/ |
D | GrStrikeCache.cpp | 84 int height, int dstRB, GrMaskFormat expectedMaskFormat, in get_packed_glyph_image() argument 97 kARGB_GrMaskFormat == expectedMaskFormat) { in get_packed_glyph_image() 119 if (GrGlyph::FormatFromSkGlyph(glyph) != expectedMaskFormat) { in get_packed_glyph_image() 120 const int bpp = GrMaskFormatBytesPerPixel(expectedMaskFormat); in get_packed_glyph_image() 135 switch (expectedMaskFormat) { in get_packed_glyph_image() 152 const int bbp = GrMaskFormatBytesPerPixel(expectedMaskFormat); in get_packed_glyph_image() 200 GrMaskFormat expectedMaskFormat, in addGlyphToAtlas() argument 206 expectedMaskFormat = fullAtlasManager->resolveMaskFormat(expectedMaskFormat); in addGlyphToAtlas() 207 int bytesPerPixel = GrMaskFormatBytesPerPixel(expectedMaskFormat); in addGlyphToAtlas() 231 rowBytes, expectedMaskFormat, in addGlyphToAtlas() [all …]
|
D | GrStrikeCache.h | 65 SkStrike*, GrMaskFormat expectedMaskFormat,
|
/external/skia/src/gpu/text/ |
D | GrAtlasManager.cpp | 60 const SkGlyph& glyph, int dstRB, GrMaskFormat expectedMaskFormat, void* dst) { in get_packed_glyph_image() argument 67 if (grMaskFormat == expectedMaskFormat) { in get_packed_glyph_image() 72 const int bbp = GrMaskFormatBytesPerPixel(expectedMaskFormat); in get_packed_glyph_image() 84 switch (expectedMaskFormat) { in get_packed_glyph_image() 99 } else if (grMaskFormat == kA565_GrMaskFormat && expectedMaskFormat == kARGB_GrMaskFormat) { in get_packed_glyph_image() 128 const int bpp = GrMaskFormatBytesPerPixel(expectedMaskFormat); in get_packed_glyph_image() 153 GrMaskFormat expectedMaskFormat = this->resolveMaskFormat(glyphFormat); in addGlyphToAtlas() local 154 int bytesPerPixel = GrMaskFormatBytesPerPixel(expectedMaskFormat); in addGlyphToAtlas() 172 get_packed_glyph_image(skGlyph, rowBytes, expectedMaskFormat, dataPtr); in addGlyphToAtlas() 176 expectedMaskFormat, in addGlyphToAtlas()
|