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

/external/skia/include/core/
H A DSkImageInfo.h22 enum SkAlphaType { enum
51 static inline bool SkAlphaTypeIsOpaque(SkAlphaType at) {
118 SK_API bool SkColorTypeValidateAlphaType(SkColorType colorType, SkAlphaType alphaType,
119 SkAlphaType* canonical = nullptr);
156 static SkImageInfo Make(int width, int height, SkColorType ct, SkAlphaType at,
164 static SkImageInfo MakeN32(int width, int height, SkAlphaType at,
172 static SkImageInfo MakeS32(int width, int height, SkAlphaType at);
200 SkAlphaType alphaType() const { return fAlphaType; }
225 SkImageInfo makeAlphaType(SkAlphaType newAlphaType) const {
313 SkAlphaType fAlphaTyp
[all...]
/external/skqp/include/core/
H A DSkImageInfo.h22 enum SkAlphaType { enum
51 static inline bool SkAlphaTypeIsOpaque(SkAlphaType at) {
150 bool SkColorTypeValidateAlphaType(SkColorType colorType, SkAlphaType alphaType,
151 SkAlphaType* canonical = nullptr);
192 static SkImageInfo Make(int width, int height, SkColorType ct, SkAlphaType at,
200 static SkImageInfo MakeN32(int width, int height, SkAlphaType at,
208 static SkImageInfo MakeS32(int width, int height, SkAlphaType at);
236 SkAlphaType alphaType() const { return fAlphaType; }
261 SkImageInfo makeAlphaType(SkAlphaType newAlphaType) const {
354 SkAlphaType fAlphaTyp
[all...]

Completed in 138 milliseconds