Searched refs:kBW_Format (Results 1 – 17 of 17) sorted by relevance
63 SkASSERT(SkMask::kBW_Format != format); in maskFormatToShift()68 SkASSERT(kBW_Format != fFormat); in getAddr()
128 if (mask.fFormat == SkMask::kBW_Format) { in blitMask()321 if (mask.fFormat == SkMask::kBW_Format) { in blitMask()
161 if (mask.fFormat == SkMask::kBW_Format) { in blitMask()176 if (mask.fFormat == SkMask::kBW_Format) { in blitMask()
207 if (mask.fFormat == SkMask::kBW_Format) { in blitMask()375 if (mask.fFormat == SkMask::kBW_Format) { in blitMask()635 if (mask.fFormat == SkMask::kBW_Format) { in blitMask()
323 if (mask.fFormat == SkMask::kBW_Format) { in blitMask()
2026 case SkMask::kBW_Format: in find_merge_aa_proc()2056 SkASSERT(SkMask::kBW_Format == srcMask.fFormat); in upscaleBW2A8()2109 if (SkMask::kBW_Format == origMask.fFormat) { in blitMask()
577 case SkMask::kBW_Format: index = 0; break; in RowFactory()
462 if (SkMask::kBW_Format == mask.fFormat) { in generateMask()
1333 return SkMask::kBW_Format; in computeMaskFormat()1622 case SkMask::kBW_Format: in PostMakeRec()
110 if (mask.fFormat == SkMask::kBW_Format) { in blitMask()
21 kBW_Format, //!< 1bit per pixel mask (e.g. monochrome) enumerator59 SkASSERT(kBW_Format == fFormat); in getAddr1()
61 if (SkMask::kBW_Format == format) { in ComputeRowBytes()
82 case SkMask::kBW_Format: in getMaskFormat()139 if (SkMask::kBW_Format == fStrike->getMaskFormat()) { in getPackedGlyphImage()
465 case SkMask::kBW_Format: in compute_quality()872 const bool isBW = SkMask::kBW_Format == fRec.fMaskFormat; in generateImage()935 ((SkGlyph*)&glyph)->fMaskFormat = SkMask::kBW_Format; in generateImage()
786 if (SkMask::kBW_Format == fRec.fMaskFormat) { in SkScalerContext_FreeType()949 case SkMask::kBW_Format: in compute_pixel_mode()1448 glyph.fMaskFormat == SkMask::kBW_Format)) { in generateImage()
1219 const bool isBW = SkMask::kBW_Format == glyph.fMaskFormat; in generateImage()1347 case SkMask::kBW_Format: { in generateImage()
28 case SkMask::kBW_Format: in operator ==()