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

  /external/skia/src/gpu/effects/
GrBitmapTextGeoProc.h 37 GrMaskFormat maskFormat() const { return fMaskFormat; }
60 GrMaskFormat fMaskFormat;
  /external/skia/src/gpu/
GrGlyph.h 39 GrMaskFormat fMaskFormat;
50 fMaskFormat = format;
GrAtlasTextContext.h 126 GrMaskFormat fMaskFormat;
GrAtlasTextContext.cpp     [all...]
  /external/skia/src/core/
SkGlyph.h 46 uint8_t fMaskFormat;
80 return ComputeRowBytes(fWidth, (SkMask::Format)fMaskFormat);
84 return MASK_FORMAT_JUST_ADVANCE == fMaskFormat;
88 return MASK_FORMAT_JUST_ADVANCE != fMaskFormat;
111 fImage, fPath, fID, fMaskFormat fields.
125 fMaskFormat = MASK_FORMAT_UNKNOWN;
SkScalerContext.h 75 uint8_t fMaskFormat;
135 return static_cast<SkMask::Format>(fMaskFormat);
174 // only meaningful if fMaskFormat is kLCD16
179 // only meaningful if fMaskFormat is kA8
180 kGenA8FromLCD_Flag = 0x0800, // could be 0x200 (bit meaning dependent on fMaskFormat)
195 return (SkMask::Format)fRec.fMaskFormat;
259 * TODO: fMaskFormat is set by getMetrics later; cannot be set here.
266 * This method may change glyph.fMaskFormat if the new image size is

Completed in 48 milliseconds