Home | History | Annotate | Download | only in core

Lines Matching refs:fMaskFormat

34     mask->fFormat = static_cast<SkMask::Format>(fMaskFormat);
40 switch (fMaskFormat) {
105 rec->fMaskFormat, rec->fStrokeJoin);
120 glyph->fMaskFormat = MASK_FORMAT_JUST_ADVANCE;
145 glyph->fMaskFormat = 0;
181 switch (fRec.fMaskFormat) {
193 if (SkMask::kARGB32_Format != glyph->fMaskFormat) {
194 glyph->fMaskFormat = fRec.fMaskFormat;
199 SkMask::kARGB32_Format == glyph->fMaskFormat) {
200 glyph->fMaskFormat = SkMask::kA8_Format;
220 glyph->fMaskFormat = dst.fFormat;
233 glyph->fMaskFormat = fRec.fMaskFormat;
482 SkMask::kARGB32_Format != origGlyph.fMaskFormat);
497 if (tmpGlyph.fMaskFormat == origGlyph.fMaskFormat) {
539 SkASSERT(SkMask::k3D_Format != glyph->fMaskFormat);