Home | History | Annotate | Download | only in ports

Lines Matching refs:fMaskFormat

280       rec->fMaskFormat = SkMask::kA8_Format;
327 fRec.getHinting(), fRec.fMaskFormat, keyString.c_str());
371 if (SkMask::kHorizontalLCD_Format == fRec.fMaskFormat)
373 else if (SkMask::kVerticalLCD_Format == fRec.fMaskFormat)
653 const bool lcdRenderMode = fRec.fMaskFormat == SkMask::kHorizontalLCD_Format ||
654 fRec.fMaskFormat == SkMask::kVerticalLCD_Format;
689 const bool isVertical = fRec.fMaskFormat == SkMask::kVerticalLCD_Format;
707 (SkMask::Format)fRec.fMaskFormat);
725 glyph.fMaskFormat == SkMask::kBW_Format)) {
738 (glyph.fMaskFormat == SkMask::kA8_Format ||
739 glyph.fMaskFormat == SkMask::kHorizontalLCD_Format ||
740 glyph.fMaskFormat == SkMask::kVerticalLCD_Format)) {