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

/external/skia/include/core/
H A DSkImageInfo.h21 enum SkAlphaType { enum
50 static inline bool SkAlphaTypeIsOpaque(SkAlphaType at) {
120 bool SkColorTypeValidateAlphaType(SkColorType colorType, SkAlphaType alphaType,
121 SkAlphaType* canonical = NULL);
161 static SkImageInfo Make(int width, int height, SkColorType ct, SkAlphaType at,
169 static SkImageInfo MakeN32(int width, int height, SkAlphaType at,
207 SkAlphaType alphaType() const { return fAlphaType; }
230 SkImageInfo makeAlphaType(SkAlphaType newAlphaType) const {
286 SkAlphaType fAlphaType;
289 SkImageInfo(int width, int height, SkColorType ct, SkAlphaType a
[all...]

Completed in 8482 milliseconds