Searched defs:refColorSpace (Results 1 – 10 of 10) sorted by relevance
41 sk_sp<SkColorSpace> refColorSpace() const { return fColorSpace; } in refColorSpace() function
67 sk_sp<SkColorSpace> refColorSpace() const { return fColorInfo.refColorSpace(); } in refColorSpace() function
33 sk_sp<SkColorSpace> refColorSpace() const { return fInfo.refColorSpace(); } in refColorSpace() function
114 sk_sp<SkColorSpace> refColorSpace() const { return fImageInfo.refColorSpace(); } in refColorSpace() function254 sk_sp<SkColorSpace> refColorSpace() const { return nullptr; } in refColorSpace() function
208 sk_sp<SkColorSpace> refColorSpace() const { return fColorSpace; } in refColorSpace() function482 sk_sp<SkColorSpace> refColorSpace() const { return fColorInfo.refColorSpace(); } in refColorSpace() function
183 sk_sp<SkColorSpace> refColorSpace() const { return fInfo.refColorSpace(); } in refColorSpace() function
171 sk_sp<SkColorSpace> refColorSpace() const { return fPixmap.info().refColorSpace(); } in refColorSpace() function
37 sk_sp<SkColorSpace> refColorSpace() const { return fColorSpace; } in refColorSpace() function
633 sk_sp<SkColorSpace> refColorSpace() const { return sk_ref_sp(fColorSpace); } in refColorSpace() function
142 sk_sp<SkColorSpace> SkImage::refColorSpace() const { return fInfo.refColorSpace(); } in refColorSpace() function in SkImage