Home | History | Annotate | Download | only in core

Lines Matching refs:fMaskFormat

30     mask->fFormat = static_cast<SkMask::Format>(fMaskFormat);
36 switch (fMaskFormat) {
94 rec->fMaskFormat, rec->fStrokeJoin);
246 glyph->fMaskFormat = MASK_FORMAT_JUST_ADVANCE;
271 glyph->fMaskFormat = 0;
309 if (SkMask::kARGB32_Format != glyph->fMaskFormat) {
310 glyph->fMaskFormat = fRec.fMaskFormat;
327 glyph->fMaskFormat = dst.fFormat;
340 glyph->fMaskFormat = fRec.fMaskFormat;
344 return SkMask::kLCD16_Format == rec.fMaskFormat ||
345 SkMask::kLCD32_Format == rec.fMaskFormat;
551 SkASSERT(SkMask::k3D_Format != glyph->fMaskFormat);