Home
last modified time | relevance | path

Searched refs:kBW_Format (Results 1 – 17 of 17) sorted by relevance

/external/skia/src/core/
DSkMask.cpp63 SkASSERT(SkMask::kBW_Format != format); in maskFormatToShift()
68 SkASSERT(kBW_Format != fFormat); in getAddr()
DSkBlitter_A8.cpp128 if (mask.fFormat == SkMask::kBW_Format) { in blitMask()
321 if (mask.fFormat == SkMask::kBW_Format) { in blitMask()
DSkBlitter_ARGB32.cpp161 if (mask.fFormat == SkMask::kBW_Format) { in blitMask()
176 if (mask.fFormat == SkMask::kBW_Format) { in blitMask()
DSkBlitter_RGB16.cpp207 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()
DSkBlitter_4444.cpp323 if (mask.fFormat == SkMask::kBW_Format) { in blitMask()
DSkAAClip.cpp2026 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()
DSkBlitMask_D32.cpp577 case SkMask::kBW_Format: index = 0; break; in RowFactory()
DSkScalerContext.cpp462 if (SkMask::kBW_Format == mask.fFormat) { in generateMask()
DSkPaint.cpp1333 return SkMask::kBW_Format; in computeMaskFormat()
1622 case SkMask::kBW_Format: in PostMakeRec()
DSkBlitter.cpp110 if (mask.fFormat == SkMask::kBW_Format) { in blitMask()
/external/skia/include/core/
DSkMask.h21 kBW_Format, //!< 1bit per pixel mask (e.g. monochrome) enumerator
59 SkASSERT(kBW_Format == fFormat); in getAddr1()
DSkScalerContext.h61 if (SkMask::kBW_Format == format) { in ComputeRowBytes()
/external/skia/src/gpu/
DSkGrFontScaler.cpp82 case SkMask::kBW_Format: in getMaskFormat()
139 if (SkMask::kBW_Format == fStrike->getMaskFormat()) { in getPackedGlyphImage()
/external/skia/src/ports/
DSkFontHost_win.cpp465 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()
DSkFontHost_FreeType.cpp786 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()
DSkFontHost_mac_coretext.cpp1219 const bool isBW = SkMask::kBW_Format == glyph.fMaskFormat; in generateImage()
1347 case SkMask::kBW_Format: { in generateImage()
/external/skia/tests/
DAAClipTest.cpp28 case SkMask::kBW_Format: in operator ==()