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

  /external/skia/include/core/
SkMask.h 44 edges. kVerticalLCD_Format has an extra row at the top and bottom.
48 kVerticalLCD_Format, //!< 4 bytes/pixel: a/r/g/b
52 kCountMaskFormats = kVerticalLCD_Format + 1
102 SkASSERT(fFormat == kHorizontalLCD_Format || fFormat == kVerticalLCD_Format);
113 SkASSERT(fFormat == kHorizontalLCD_Format || fFormat == kVerticalLCD_Format);
130 return kHorizontalLCD_Format == fm || kVerticalLCD_Format == fm;
  /external/skia/src/ports/
SkFontHost_FreeType.cpp 397 else if (SkMask::kVerticalLCD_Format == fRec.fMaskFormat)
524 case SkMask::kVerticalLCD_Format:
678 fRec.fMaskFormat == SkMask::kVerticalLCD_Format;
713 const bool isVertical = fRec.fMaskFormat == SkMask::kVerticalLCD_Format;
764 glyph.fMaskFormat == SkMask::kVerticalLCD_Format)) {
    [all...]
  /external/skia/src/core/
SkScalerContext.cpp 54 case SkMask::kVerticalLCD_Format:
76 fMaskFormat == SkMask::kVerticalLCD_Format);
407 fRec.fMaskFormat == SkMask::kVerticalLCD_Format;
SkBlitter_ARGB32.cpp 198 const bool verticalLCDMode = mask.fFormat == SkMask::kVerticalLCD_Format;
310 const bool verticalLCDMode = mask.fFormat == SkMask::kVerticalLCD_Format;
SkPaint.cpp     [all...]

Completed in 186 milliseconds