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

/external/skia/include/core/
H A DSkImageInfo.h22 enum SkAlphaType { enum
51 static inline bool SkAlphaTypeIsOpaque(SkAlphaType at) {
149 bool SkColorTypeValidateAlphaType(SkColorType colorType, SkAlphaType alphaType,
150 SkAlphaType* canonical = NULL);
191 static SkImageInfo Make(int width, int height, SkColorType ct, SkAlphaType at,
199 static SkImageInfo MakeN32(int width, int height, SkAlphaType at,
207 static SkImageInfo MakeS32(int width, int height, SkAlphaType at);
235 SkAlphaType alphaType() const { return fAlphaType; }
260 SkImageInfo makeAlphaType(SkAlphaType newAlphaType) const {
341 SkAlphaType fAlphaTyp
[all...]

Completed in 53 milliseconds