Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkMask.cpp75 SkASSERT(SkMask::kBW_Format != format); in maskFormatToShift()
80 SkASSERT(kBW_Format != fFormat); in getAddr()
DSkGlyph.h175 if (SkMask::kBW_Format == format) { in ComputeRowBytes()
189 if (SkMask::kBW_Format == fMaskFormat) { in allocImage()
DSkScalerContext.cpp369 paint.setAntiAlias(SkMask::kBW_Format != mask.fFormat); in generateMask()
371 case SkMask::kBW_Format: in generateMask()
412 case SkMask::kBW_Format: in generateMask()
DSkBlitter_ARGB32.cpp178 case SkMask::kBW_Format: in blitMask()
198 case SkMask::kBW_Format: in blitMask()
DSkBlitMask_D32.cpp296 case SkMask::kBW_Format: index = 0; break; in RowFactory()
DSkRasterPipelineBlitter.cpp373 if (mask.fFormat == SkMask::kBW_Format) { in blitMask()
DSkAAClip.cpp2121 case SkMask::kBW_Format: in find_merge_aa_proc()
2143 SkASSERT(SkMask::kBW_Format == srcMask.fFormat); in upscaleBW2A8()
2195 if (SkMask::kBW_Format == origMask.fFormat) { in blitMask()
DSkPaint.cpp1236 return SkMask::kBW_Format; in compute_mask_format()
1543 case SkMask::kBW_Format: in PostMakeRec()
DSkBlitter.cpp133 if (mask.fFormat == SkMask::kBW_Format) { in blitMask()
/external/skia/include/core/
DSkMask.h23 kBW_Format, //!< 1bit per pixel mask (e.g. monochrome) enumerator
60 SkASSERT(kBW_Format == fFormat); in getAddr1()
/external/skia/src/ports/
DSkFontHost_FreeType_common.cpp39 case SkMask::kBW_Format: in compute_pixel_mode()
213 if ((FT_PIXEL_MODE_MONO == srcFormat && SkMask::kBW_Format == dstFormat) || in copyFTBitmap()
337 case SkMask::kBW_Format: in SkColorType_for_SkMaskFormat()
526 SkASSERT(SkMask::kBW_Format == maskFormat || in generateGlyphImage()
561 if (SkMask::kBW_Format != maskFormat && SkMask::kLCD16_Format != maskFormat) { in generateGlyphImage()
570 if (SkMask::kBW_Format == maskFormat || SkMask::kLCD16_Format == maskFormat) { in generateGlyphImage()
592 if (SkMask::kBW_Format == maskFormat) { in generateGlyphImage()
DSkScalerContext_win_dw.cpp274 if (SkMask::kBW_Format == fRec.fMaskFormat) { in SkScalerContext_DW()
925 const_cast<SkGlyph&>(glyph).fMaskFormat = SkMask::kBW_Format; in generateImage()
DSkFontHost_win.cpp596 case SkMask::kBW_Format: in compute_quality()
1242 const bool isBW = SkMask::kBW_Format == fRec.fMaskFormat; in generateImage()
1314 ((SkGlyph*)&glyph)->fMaskFormat = SkMask::kBW_Format; in generateImage()
DSkFontHost_mac.cpp822 if (SkMask::kBW_Format != glyph.fMaskFormat) { in getCG()
1215 case SkMask::kBW_Format: { in generateImage()
DSkFontHost_FreeType.cpp796 if (SkMask::kBW_Format == fRec.fMaskFormat) { in SkScalerContext_FreeType()
/external/skia/tests/
DMaskCacheTest.cpp50 mask.fFormat = SkMask::kBW_Format; in DEF_TEST()
88 mask.fFormat = SkMask::kBW_Format; in DEF_TEST()
DBlitMaskClip.cpp50 mask.fFormat = SkMask::kBW_Format; in DEF_TEST()
DAAClipTest.cpp30 case SkMask::kBW_Format: in operator ==()
/external/skia/src/fonts/
DSkRandomScalerContext.cpp77 format = SkMask::kBW_Format; in generateMetrics()
149 format = SkMask::kBW_Format; in generateImage()
/external/skia/src/gpu/text/
DGrAtlasGlyphCache.cpp216 case SkMask::kBW_Format: in get_packed_glyph_mask_format()
305 if (SkMask::kBW_Format == glyph.fMaskFormat) { in get_packed_glyph_image()
378 } else if (SkMask::kBW_Format == maskFormat) { in get_packed_glyph_df_image()
/external/skia/src/pdf/
DSkPDFDevice.cpp1354 case SkMask::kBW_Format: in image_from_mask()