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

  /external/chromium_org/third_party/skia/src/gpu/
GrTextStrike.h 36 GrMaskFormat getMaskFormat() const { return fMaskFormat; }
63 GrMaskFormat fMaskFormat;
  /external/skia/src/gpu/
GrTextStrike.h 36 GrMaskFormat getMaskFormat() const { return fMaskFormat; }
63 GrMaskFormat fMaskFormat;
  /external/chromium_org/third_party/skia/src/core/
SkGlyph.h 33 uint8_t fMaskFormat;
41 fMaskFormat = MASK_FORMAT_UNKNOWN;
64 return ComputeRowBytes(fWidth, (SkMask::Format)fMaskFormat);
68 return MASK_FORMAT_JUST_ADVANCE == fMaskFormat;
72 return MASK_FORMAT_JUST_ADVANCE != fMaskFormat;
101 fImage, fPath, fID, fMaskFormat fields.
SkScalerContext.h 80 uint8_t fMaskFormat;
96 return static_cast<SkMask::Format>(fMaskFormat);
135 // only meaningful if fMaskFormat is LCD16 or LCD32
140 // only meaningful if fMaskFormat is kA8
141 kGenA8FromLCD_Flag = 0x0800, // could be 0x200 (bit meaning dependent on fMaskFormat)
156 return (SkMask::Format)fRec.fMaskFormat;
224 * TODO: fMaskFormat is set by getMetrics later; cannot be set here.
231 * This method may change glyph.fMaskFormat if the new image size is
  /external/skia/src/core/
SkGlyph.h 33 uint8_t fMaskFormat;
41 fMaskFormat = MASK_FORMAT_UNKNOWN;
64 return ComputeRowBytes(fWidth, (SkMask::Format)fMaskFormat);
68 return MASK_FORMAT_JUST_ADVANCE == fMaskFormat;
72 return MASK_FORMAT_JUST_ADVANCE != fMaskFormat;
101 fImage, fPath, fID, fMaskFormat fields.
SkScalerContext.h 80 uint8_t fMaskFormat;
96 return static_cast<SkMask::Format>(fMaskFormat);
135 // only meaningful if fMaskFormat is LCD16 or LCD32
140 // only meaningful if fMaskFormat is kA8
141 kGenA8FromLCD_Flag = 0x0800, // could be 0x200 (bit meaning dependent on fMaskFormat)
156 return (SkMask::Format)fRec.fMaskFormat;
224 * TODO: fMaskFormat is set by getMetrics later; cannot be set here.
231 * This method may change glyph.fMaskFormat if the new image size is

Completed in 183 milliseconds