Searched defs:refColorSpace (Results 1 – 10 of 10) sorted by relevance
110 sk_sp<SkColorSpace> SkColorInfo::refColorSpace() const { return fColorSpace; } in refColorSpace() function in SkColorInfo164 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
1173 sk_sp<SkColorSpace> refColorSpace() const { return fColorSpace; } in refColorSpace() function
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
47 sk_sp<SkColorSpace> refColorSpace() const { return fInfo.refColorSpace(); } 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
177 sk_sp<SkColorSpace> SkImage::refColorSpace() const { return fInfo.refColorSpace(); } in refColorSpace() function in SkImage