Searched refs:expectedMaskFormat (Results 1 – 4 of 4) sorted by relevance
116 GrMaskFormat expectedMaskFormat, void* dst) { in getPackedGlyphImage() argument127 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()
208 GrMaskFormat expectedMaskFormat) { in addGlyphToAtlas() argument215 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()
47 GrMaskFormat expectedMaskFormat, in getGlyph() argument56 glyph->fMaskFormat = expectedMaskFormat; in getGlyph()67 GrMaskFormat expectedMaskFormat);
56 GrMaskFormat expectedMaskFormat, void* image);