Home | History | Annotate | Download | only in core

Lines Matching refs:fMaskFormat

1520     rec->fMaskFormat = SkToU8(computeMaskFormat(paint));
1522 if (SkMask::kLCD16_Format == rec->fMaskFormat ||
1523 SkMask::kLCD32_Format == rec->fMaskFormat)
1529 rec->fMaskFormat = SkMask::kA8_Format;
1585 switch (rec->fMaskFormat) {
1661 rec.fMaskFormat = SkMask::kA8_Format; // force antialiasing when we do the scan conversion
1668 rec.fMaskFormat = SkMask::kA8_Format; // force antialiasing with maskfilters
1674 rec.fMaskFormat = SkMask::kA8_Format; // force antialiasing when we do the scan conversion