HomeSort by relevance Sort by last modified time
    Searched refs:kBW_Format (Results 1 - 25 of 42) sorted by null

1 2

  /external/skia/src/core/
SkMask.cpp 66 SkASSERT(SkMask::kBW_Format != format);
71 SkASSERT(kBW_Format != fFormat);
SkMask.h 23 kBW_Format, //!< 1bit per pixel mask (e.g. monochrome)
56 Asserts that the mask is kBW_Format, and that x,y are in range.
60 SkASSERT(kBW_Format == fFormat);
112 * This should not be called with kBW_Format, as it will give unspecified
SkGlyph.h 176 case SkMask::kBW_Format:
201 case SkMask::kBW_Format:
SkScalerContext.cpp 351 paint.setAntiAlias(SkMask::kBW_Format != mask.fFormat);
353 case SkMask::kBW_Format:
394 case SkMask::kBW_Format:
852 return SkMask::kBW_Format;
    [all...]
SkBlitMask_D32.cpp 296 case SkMask::kBW_Format: index = 0; break;
SkBlitter_ARGB32.cpp 178 case SkMask::kBW_Format:
198 case SkMask::kBW_Format:
  /external/skqp/src/core/
SkMask.cpp 66 SkASSERT(SkMask::kBW_Format != format);
71 SkASSERT(kBW_Format != fFormat);
SkGlyph.h 176 case SkMask::kBW_Format:
201 case SkMask::kBW_Format:
SkScalerContext.cpp 357 paint.setAntiAlias(SkMask::kBW_Format != mask.fFormat);
359 case SkMask::kBW_Format:
400 case SkMask::kBW_Format:
858 return SkMask::kBW_Format;
    [all...]
SkBlitMask_D32.cpp 296 case SkMask::kBW_Format: index = 0; break;
SkBlitter_ARGB32.cpp 178 case SkMask::kBW_Format:
198 case SkMask::kBW_Format:
  /external/skqp/include/core/
SkMask.h 23 kBW_Format, //!< 1bit per pixel mask (e.g. monochrome)
56 Asserts that the mask is kBW_Format, and that x,y are in range.
60 SkASSERT(kBW_Format == fFormat);
112 * This should not be called with kBW_Format, as it will give unspecified
  /external/skia/tests/
MaskCacheTest.cpp 50 mask.fFormat = SkMask::kBW_Format;
88 mask.fFormat = SkMask::kBW_Format;
BlitMaskClip.cpp 50 mask.fFormat = SkMask::kBW_Format;
  /external/skqp/tests/
MaskCacheTest.cpp 50 mask.fFormat = SkMask::kBW_Format;
88 mask.fFormat = SkMask::kBW_Format;
BlitMaskClip.cpp 50 mask.fFormat = SkMask::kBW_Format;
  /external/skia/src/gpu/text/
GrGlyphCache.cpp 60 case SkMask::kBW_Format:
151 if (SkMask::kBW_Format == glyph.fMaskFormat) {
224 } else if (SkMask::kBW_Format == maskFormat) {
  /external/skia/tools/fonts/
SkRandomScalerContext.cpp 76 format = SkMask::kBW_Format;
148 format = SkMask::kBW_Format;
  /external/skqp/tools/
SkRandomScalerContext.cpp 76 format = SkMask::kBW_Format;
148 format = SkMask::kBW_Format;
  /external/skia/src/ports/
SkFontHost_FreeType_common.cpp 55 case SkMask::kBW_Format:
229 if ((FT_PIXEL_MODE_MONO == srcFormat && SkMask::kBW_Format == dstFormat) ||
353 case SkMask::kBW_Format:
506 SkASSERT(SkMask::kBW_Format == maskFormat ||
541 if (SkMask::kBW_Format != maskFormat && SkMask::kLCD16_Format != maskFormat) {
550 if (SkMask::kBW_Format == maskFormat || SkMask::kLCD16_Format == maskFormat) {
580 if (SkMask::kBW_Format == maskFormat) {
SkScalerContext_win_dw.cpp 274 if (SkMask::kBW_Format == fRec.fMaskFormat) {
    [all...]
  /external/skqp/src/ports/
SkFontHost_FreeType_common.cpp 55 case SkMask::kBW_Format:
229 if ((FT_PIXEL_MODE_MONO == srcFormat && SkMask::kBW_Format == dstFormat) ||
353 case SkMask::kBW_Format:
506 SkASSERT(SkMask::kBW_Format == maskFormat ||
541 if (SkMask::kBW_Format != maskFormat && SkMask::kLCD16_Format != maskFormat) {
550 if (SkMask::kBW_Format == maskFormat || SkMask::kLCD16_Format == maskFormat) {
580 if (SkMask::kBW_Format == maskFormat) {
SkScalerContext_win_dw.cpp 274 if (SkMask::kBW_Format == fRec.fMaskFormat) {
    [all...]
  /external/skqp/src/gpu/text/
GrAtlasGlyphCache.cpp 213 case SkMask::kBW_Format:
304 if (SkMask::kBW_Format == glyph.fMaskFormat) {
377 } else if (SkMask::kBW_Format == maskFormat) {
  /frameworks/base/libs/hwui/font/
CacheTexture.cpp 232 case SkMask::kBW_Format:

Completed in 623 milliseconds

1 2