Lines Matching refs:SkMask
63 SkMask::Format format = fStrike->getMaskFormat(); in getMaskFormat()
65 case SkMask::kBW_Format: in getMaskFormat()
67 case SkMask::kA8_Format: in getMaskFormat()
69 case SkMask::kLCD16_Format: in getMaskFormat()
71 case SkMask::kARGB32_Format: in getMaskFormat()
90 SkMask::Format format = static_cast<SkMask::Format>(glyph.fMaskFormat); in getPackedGlyphMaskFormat()
92 case SkMask::kBW_Format: in getPackedGlyphMaskFormat()
94 case SkMask::kA8_Format: in getPackedGlyphMaskFormat()
96 case SkMask::kLCD16_Format: in getPackedGlyphMaskFormat()
98 case SkMask::kARGB32_Format: in getPackedGlyphMaskFormat()
168 if (SkMask::kBW_Format == glyph.fMaskFormat) { in getPackedGlyphImage()
212 SkMask::Format maskFormat = static_cast<SkMask::Format>(glyph.fMaskFormat); in getPackedGlyphDFImage()
213 if (SkMask::kA8_Format == maskFormat) { in getPackedGlyphDFImage()
219 } else if (SkMask::kBW_Format == maskFormat) { in getPackedGlyphDFImage()