Home | History | Annotate | Download | only in core

Lines Matching refs:fMaskFormat

41     uint8_t     fMaskFormat;
48 fMaskFormat = MASK_FORMAT_UNKNOWN;
71 return ComputeRowBytes(fWidth, (SkMask::Format)fMaskFormat);
75 return MASK_FORMAT_JUST_ADVANCE == fMaskFormat;
79 return MASK_FORMAT_JUST_ADVANCE != fMaskFormat;
108 fImage, fPath, fID, fMaskFormat fields.
176 // these should only ever be set if fMaskFormat is LCD16 or LCD32
180 // Generate A8 from LCD source (for GDI), only meaningful if fMaskFormat is kA8
181 // Perhaps we can store this (instead) in fMaskFormat, in hight bit?
212 uint8_t fMaskFormat;
234 return static_cast<SkMask::Format>(fMaskFormat);
269 return (SkMask::Format)fRec.fMaskFormat;