Lines Matching refs:SkImageInfo
192 struct SK_API SkImageInfo { struct
200 SkImageInfo() in SkImageInfo() argument
229 static SkImageInfo Make(int width, int height, SkColorType ct, SkAlphaType at,
231 return SkImageInfo(width, height, ct, at, std::move(cs));
252 static SkImageInfo MakeN32(int width, int height, SkAlphaType at,
270 static SkImageInfo MakeS32(int width, int height, SkAlphaType at);
286 static SkImageInfo MakeN32Premul(int width, int height, sk_sp<SkColorSpace> cs = nullptr) {
302 static SkImageInfo MakeN32Premul(const SkISize& size) { in MakeN32Premul() argument
313 static SkImageInfo MakeA8(int width, int height) { in MakeA8() argument
327 static SkImageInfo MakeUnknown(int width, int height) { in MakeUnknown() argument
339 static SkImageInfo MakeUnknown() { in MakeUnknown() argument
439 SkImageInfo makeWH(int newWidth, int newHeight) const { in makeWH() argument
454 SkImageInfo makeAlphaType(SkAlphaType newAlphaType) const { in makeAlphaType() argument
468 SkImageInfo makeColorType(SkColorType newColorType) const { in makeColorType() argument
478 SkImageInfo makeColorSpace(sk_sp<SkColorSpace> cs) const { in makeColorSpace() argument
536 bool operator==(const SkImageInfo& other) const {
548 bool operator!=(const SkImageInfo& other) const {
615 SkImageInfo(int width, int height, SkColorType ct, SkAlphaType at, sk_sp<SkColorSpace> cs) in SkImageInfo() argument