Home | History | Annotate | Download | only in fonts

Lines Matching refs:Format

61     // Here we will change the mask format of the glyph
63 SkMask::Format format = SkMask::kARGB32_Format; // init to handle defective compilers
66 format = SkMask::kLCD16_Format;
69 format = SkMask::kA8_Format;
72 format = SkMask::kARGB32_Format;
75 format = SkMask::kBW_Format;
81 glyph->fMaskFormat = format;
85 if (SkMask::kARGB32_Format == format) {
135 SkMask::Format format = (SkMask::Format)glyph.fMaskFormat;
138 format = SkMask::kLCD16_Format;
141 format = SkMask::kA8_Format;
144 format = SkMask::kARGB32_Format;
147 format = SkMask::kBW_Format;
150 const_cast<SkGlyph&>(glyph).fMaskFormat = format;
152 // if the format is ARGB, we just draw the glyph from path ourselves. Otherwise, we force