Lines Matching defs:expectedMaskFormat
60 const SkGlyph& glyph, int dstRB, GrMaskFormat expectedMaskFormat, void* dst) {
67 if (grMaskFormat == expectedMaskFormat) {
72 const int bbp = GrMaskFormatBytesPerPixel(expectedMaskFormat);
84 switch (expectedMaskFormat) {
99 } else if (grMaskFormat == kA565_GrMaskFormat && expectedMaskFormat == kARGB_GrMaskFormat) {
128 const int bpp = GrMaskFormatBytesPerPixel(expectedMaskFormat);
153 GrMaskFormat expectedMaskFormat = this->resolveMaskFormat(glyphFormat);
154 int bytesPerPixel = GrMaskFormatBytesPerPixel(expectedMaskFormat);
172 get_packed_glyph_image(skGlyph, rowBytes, expectedMaskFormat, dataPtr);
176 expectedMaskFormat,