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

  /external/skia/include/core/
SkScalerContext.h 43 uint8_t fMaskFormat;
48 if (SkMask::kBW_Format == fMaskFormat) {
57 return MASK_FORMAT_JUST_ADVANCE == fMaskFormat;
61 return MASK_FORMAT_JUST_ADVANCE != fMaskFormat;
90 fImage, fPath, fID, fMaskFormat fields.
171 uint8_t fMaskFormat;
192 return static_cast<SkMask::Format>(fMaskFormat);
  /external/skia/src/core/
SkScalerContext.cpp 45 mask->fFormat = static_cast<SkMask::Format>(fMaskFormat);
51 switch (fMaskFormat) {
75 SkASSERT(fMaskFormat == SkMask::kHorizontalLCD_Format ||
76 fMaskFormat == SkMask::kVerticalLCD_Format);
82 if (fMaskFormat == SkMask::kHorizontalLCD_Format) {
163 rec->fMaskFormat, rec->fStrokeJoin);
284 glyph->fMaskFormat = MASK_FORMAT_JUST_ADVANCE;
309 glyph->fMaskFormat = 0;
347 glyph->fMaskFormat = fRec.fMaskFormat;
    [all...]
SkPaint.cpp     [all...]
SkDraw.cpp     [all...]
  /external/skia/src/ports/
SkFontHost_FreeType.cpp 291 rec->fMaskFormat = SkMask::kA8_Format;
351 fRec.getHinting(), fRec.fMaskFormat, keyString.c_str());
395 if (SkMask::kHorizontalLCD_Format == fRec.fMaskFormat)
397 else if (SkMask::kVerticalLCD_Format == fRec.fMaskFormat)
677 const bool lcdRenderMode = fRec.fMaskFormat == SkMask::kHorizontalLCD_Format ||
678 fRec.fMaskFormat == SkMask::kVerticalLCD_Format;
713 const bool isVertical = fRec.fMaskFormat == SkMask::kVerticalLCD_Format;
731 (SkMask::Format)fRec.fMaskFormat);
749 glyph.fMaskFormat == SkMask::kBW_Format)) {
762 (glyph.fMaskFormat == SkMask::kA8_Format |
    [all...]

Completed in 378 milliseconds