Home
last modified time | relevance | path

Searched refs:expectedMaskFormat (Results 1 – 4 of 4) sorted by relevance

/external/skia/src/gpu/text/
DGrFontScaler.cpp116 GrMaskFormat expectedMaskFormat, void* dst) { in getPackedGlyphImage() argument
127 if (getPackedGlyphMaskFormat(glyph) != expectedMaskFormat) { in getPackedGlyphImage()
128 const int bpp = GrMaskFormatBytesPerPixel(expectedMaskFormat); in getPackedGlyphImage()
143 switch (expectedMaskFormat) { in getPackedGlyphImage()
160 const int bbp = GrMaskFormatBytesPerPixel(expectedMaskFormat); in getPackedGlyphImage()
DGrBatchFontCache.cpp208 GrMaskFormat expectedMaskFormat) { in addGlyphToAtlas() argument
215 int bytesPerPixel = GrMaskFormatBytesPerPixel(expectedMaskFormat); in addGlyphToAtlas()
228 glyph->width() * bytesPerPixel, expectedMaskFormat, in addGlyphToAtlas()
234 bool success = fBatchFontCache->addToAtlas(this, &glyph->fID, target, expectedMaskFormat, in addGlyphToAtlas()
DGrBatchFontCache.h47 GrMaskFormat expectedMaskFormat, in getGlyph() argument
56 glyph->fMaskFormat = expectedMaskFormat; in getGlyph()
67 GrMaskFormat expectedMaskFormat);
DGrFontScaler.h56 GrMaskFormat expectedMaskFormat, void* image);