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