Home
last modified time | relevance | path

Searched defs:refColorSpace (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/external/skia/src/core/
H A DSkImageInfo.cpp110 sk_sp<SkColorSpace> SkColorInfo::refColorSpace() const { return fColorSpace; } in refColorSpace() function in SkColorInfo
164 sk_sp<SkColorSpace> SkImageInfo::refColorSpace() const { return fColorInfo.refColorSpace(); } in refColorSpace() function in SkImageInfo
H A DSkBitmap.cpp110 sk_sp<SkColorSpace> SkBitmap::refColorSpace() const { return fPixmap.info().refColorSpace(); } in refColorSpace() function in SkBitmap
H A DSkPixmap.cpp63 sk_sp<SkColorSpace> SkPixmap::refColorSpace() const { return fInfo.refColorSpace(); } in refColorSpace() function in SkPixmap
H A DSkImageFilterTypes.h1173 sk_sp<SkColorSpace> refColorSpace() const { return fColorSpace; } in refColorSpace() function
/aosp_15_r20/external/skia/src/gpu/ganesh/
H A DGrColorInfo.cpp49 sk_sp<SkColorSpace> GrColorInfo::refColorSpace() const { return fColorSpace; } in refColorSpace() function in GrColorInfo
H A DGrImageInfo.cpp58 sk_sp<SkColorSpace> GrImageInfo::refColorSpace() const { return fColorInfo.refColorSpace(); } in refColorSpace() function in GrImageInfo
H A DGrPixmap.h47 sk_sp<SkColorSpace> refColorSpace() const { return fInfo.refColorSpace(); } in refColorSpace() function
/aosp_15_r20/external/skia/tools/flags/
H A DCommonFlagsConfig.h38 sk_sp<SkColorSpace> refColorSpace() const { return fColorSpace; } in refColorSpace() function
/aosp_15_r20/external/skia/include/private/chromium/
H A DGrSurfaceCharacterization.h114 sk_sp<SkColorSpace> refColorSpace() const { return fImageInfo.refColorSpace(); } in refColorSpace() function
/aosp_15_r20/external/skia/src/image/
H A DSkImage.cpp177 sk_sp<SkColorSpace> SkImage::refColorSpace() const { return fInfo.refColorSpace(); } in refColorSpace() function in SkImage