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

  /external/skia/src/core/
SkMask.cpp 73 SkASSERT(SkMask::kBW_Format != format);
78 SkASSERT(kBW_Format != fFormat);
SkGlyph.h 67 if (SkMask::kBW_Format == format) {
SkBlitter_A8.cpp 128 if (mask.fFormat == SkMask::kBW_Format) {
323 if (mask.fFormat == SkMask::kBW_Format) {
SkScalerContext.cpp 386 paint.setAntiAlias(SkMask::kBW_Format != mask.fFormat);
388 case SkMask::kBW_Format:
430 case SkMask::kBW_Format:
SkBlitter_RGB16.cpp 217 if (mask.fFormat == SkMask::kBW_Format) {
387 if (mask.fFormat == SkMask::kBW_Format) {
633 if (mask.fFormat == SkMask::kBW_Format) {
    [all...]
SkBlitMask_D32.cpp 383 case SkMask::kBW_Format: index = 0; break;
SkBlitter_ARGB32.cpp 177 if (mask.fFormat == SkMask::kBW_Format) {
192 if (mask.fFormat == SkMask::kBW_Format) {
SkAAClip.cpp     [all...]
SkBlitter.cpp 124 if (mask.fFormat == SkMask::kBW_Format) {
SkPaint.cpp     [all...]
  /external/skia/include/core/
SkMask.h 21 kBW_Format, //!< 1bit per pixel mask (e.g. monochrome)
54 Asserts that the mask is kBW_Format, and that x,y are in range.
58 SkASSERT(kBW_Format == fFormat);
110 * This should not be called with kBW_Format, as it will give unspecified
  /external/skia/src/gpu/
GrFontScaler.cpp 65 case SkMask::kBW_Format:
92 case SkMask::kBW_Format:
168 if (SkMask::kBW_Format == glyph.fMaskFormat) {
219 } else if (SkMask::kBW_Format == maskFormat) {
  /external/skia/tests/
MaskCacheTest.cpp 50 mask.fFormat = SkMask::kBW_Format;
88 mask.fFormat = SkMask::kBW_Format;
AAClipTest.cpp 28 case SkMask::kBW_Format:
  /external/skia/src/ports/
SkFontHost_FreeType_common.cpp 37 case SkMask::kBW_Format:
201 if ((FT_PIXEL_MODE_MONO == srcFormat && SkMask::kBW_Format == dstFormat) ||
325 case SkMask::kBW_Format:
400 SkASSERT(SkMask::kBW_Format == maskFormat ||
446 if (SkMask::kBW_Format != maskFormat && SkMask::kLCD16_Format != maskFormat) {
454 if (SkMask::kBW_Format == maskFormat || SkMask::kLCD16_Format == maskFormat) {
470 if (SkMask::kBW_Format == maskFormat) {
SkScalerContext_win_dw.cpp 257 if (SkMask::kBW_Format == fRec.fMaskFormat) {
699 const_cast<SkGlyph&>(glyph).fMaskFormat = SkMask::kBW_Format;
SkFontHost_win.cpp 586 case SkMask::kBW_Format:
    [all...]
SkFontHost_mac.cpp 787 // default to kBW_Format
791 if (SkMask::kBW_Format != glyph.fMaskFormat) {
    [all...]
SkFontHost_FreeType.cpp 831 if (SkMask::kBW_Format == fRec.fMaskFormat) {
    [all...]
  /frameworks/base/libs/hwui/font/
CacheTexture.cpp 234 case SkMask::kBW_Format:
  /frameworks/base/libs/hwui/
FontRenderer.cpp 224 case SkMask::kBW_Format:
346 case SkMask::kBW_Format: {

Completed in 2018 milliseconds