Searched refs:expectedMaskFormat (Results 1 – 1 of 1) sorted by relevance
60 const SkGlyph& glyph, int dstRB, GrMaskFormat expectedMaskFormat, void* dst) { in get_packed_glyph_image() argument67 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() local154 int bytesPerPixel = GrMaskFormatBytesPerPixel(expectedMaskFormat); in addGlyphToAtlas()172 get_packed_glyph_image(skGlyph, rowBytes, expectedMaskFormat, dataPtr); in addGlyphToAtlas()176 expectedMaskFormat, in addGlyphToAtlas()