Home | History | Annotate | Download | only in core

Lines Matching defs:SkAlphaType

22 enum SkAlphaType {
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 fAlphaType;
315 SkImageInfo(int width, int height, SkColorType ct, SkAlphaType at, sk_sp<SkColorSpace> cs)