Searched defs:refColorSpace (Results 1 – 10 of 10) sorted by relevance
49 sk_sp<SkColorSpace> GrColorInfo::refColorSpace() const { return fColorSpace; } in refColorSpace() function in GrColorInfo
58 sk_sp<SkColorSpace> GrImageInfo::refColorSpace() const { return fColorInfo.refColorSpace(); } in refColorSpace() function in GrImageInfo
33 sk_sp<SkColorSpace> refColorSpace() const { return fInfo.refColorSpace(); } in refColorSpace() function
67 sk_sp<SkColorSpace> SkColorInfo::refColorSpace() const { return fColorSpace; } in refColorSpace() function in SkColorInfo121 sk_sp<SkColorSpace> SkImageInfo::refColorSpace() const { return fColorInfo.refColorSpace(); } in refColorSpace() function in SkImageInfo
110 sk_sp<SkColorSpace> SkBitmap::refColorSpace() const { return fPixmap.info().refColorSpace(); } in refColorSpace() function in SkBitmap
63 sk_sp<SkColorSpace> SkPixmap::refColorSpace() const { return fInfo.refColorSpace(); } in refColorSpace() function in SkPixmap
1181 sk_sp<SkColorSpace> refColorSpace() const { return fColorSpace; } in refColorSpace() function
38 sk_sp<SkColorSpace> refColorSpace() const { return fColorSpace; } in refColorSpace() function
114 sk_sp<SkColorSpace> refColorSpace() const { return fImageInfo.refColorSpace(); } in refColorSpace() function
158 sk_sp<SkColorSpace> SkImage::refColorSpace() const { return fInfo.refColorSpace(); } in refColorSpace() function in SkImage