Lines Matching refs:fMaskFormat
62 if (rec.fMaskFormat == SkMask::kA8_Format) {
181 return internalMakeGlyph(packedID, fRec.fMaskFormat);
186 glyph.fMaskFormat = format;
202 if (SkMask::kARGB32_Format == glyph.fMaskFormat) {
203 glyph.fMaskFormat = SkMask::kA8_Format;
216 const bool fromLCD = (glyph.fMaskFormat == SkMask::kLCD16_Format) ||
217 (glyph.fMaskFormat == SkMask::kA8_Format && a8FromLCD);
240 glyph.fMaskFormat = SkMask::kBW_Format;
261 glyph.fMaskFormat = dst.fFormat;
272 glyph.fMaskFormat = fRec.fMaskFormat;
559 tmpGlyph = this->internalMakeGlyph(origGlyph.getPackedID(), fRec.fMaskFormat);
563 if (tmpGlyph.fMaskFormat == origGlyph.fMaskFormat &&
584 SkASSERT(SkMask::kARGB32_Format != origGlyph.fMaskFormat);
595 SkASSERT(SkMask::k3D_Format != unfilteredGlyph->fMaskFormat);
620 SkASSERT_RELEASE(srcMask.fFormat == origGlyph.fMaskFormat);
1069 rec->fMaskFormat = compute_mask_format(font);
1071 if (SkMask::kLCD16_Format == rec->fMaskFormat) {
1073 rec->fMaskFormat = SkMask::kA8_Format;
1081 rec->fMaskFormat = SkMask::kA8_Format;
1245 glyph->fMaskFormat = fRec.fMaskFormat;