Searched defs:fMaskFormat (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/skia/src/gpu/
H A DGrTextStrike.h36 GrMaskFormat getMaskFormat() const { return fMaskFormat; }
71 GrMaskFormat fMaskFormat; member in class:GrTextStrike
/external/skia/src/gpu/
H A DGrTextStrike.h36 GrMaskFormat getMaskFormat() const { return fMaskFormat; }
63 GrMaskFormat fMaskFormat; member in class:GrTextStrike
/external/chromium_org/third_party/skia/src/core/
H A DSkGlyph.h33 uint8_t fMaskFormat; member in struct:SkGlyph
42 fMaskFormat = MASK_FORMAT_UNKNOWN;
66 return ComputeRowBytes(fWidth, (SkMask::Format)fMaskFormat);
70 return MASK_FORMAT_JUST_ADVANCE == fMaskFormat;
74 return MASK_FORMAT_JUST_ADVANCE != fMaskFormat;
97 fImage, fPath, fID, fMaskFormat fields.
H A DSkScalerContext.h75 uint8_t fMaskFormat; member in struct:SkScalerContextRec
91 return static_cast<SkMask::Format>(fMaskFormat);
130 // only meaningful if fMaskFormat is LCD16 or LCD32
135 // only meaningful if fMaskFormat is kA8
136 kGenA8FromLCD_Flag = 0x0800, // could be 0x200 (bit meaning dependent on fMaskFormat)
151 return (SkMask::Format)fRec.fMaskFormat;
213 * TODO: fMaskFormat is set by getMetrics later; cannot be set here.
220 * This method may change glyph.fMaskFormat if the new image size is
/external/skia/src/core/
H A DSkGlyph.h33 uint8_t fMaskFormat; member in struct:SkGlyph
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.
H A DSkScalerContext.h80 uint8_t fMaskFormat; member in struct:SkScalerContextRec
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 1290 milliseconds