Lines Matching refs:SkMask
59 static unsigned ComputeRowBytes(unsigned width, SkMask::Format format) { in ComputeRowBytes()
61 if (SkMask::kBW_Format == format) { in ComputeRowBytes()
63 } else if (SkMask::kARGB32_Format == format || in ComputeRowBytes()
64 SkMask::kLCD32_Format == format) in ComputeRowBytes()
67 } else if (SkMask::kLCD16_Format == format) { in ComputeRowBytes()
76 return ComputeRowBytes(fWidth, (SkMask::Format)fMaskFormat); in rowBytes()
161 void toMask(SkMask* mask) const;
242 SkMask::Format getFormat() const { in getFormat()
243 return static_cast<SkMask::Format>(fMaskFormat); in getFormat()
276 SkMask::Format getMaskFormat() const { in getMaskFormat()
277 return (SkMask::Format)fRec.fMaskFormat; in getMaskFormat()