Home
last modified time | relevance | path

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

/third_party/skia/m133/src/gpu/ganesh/
DGrColorInfo.cpp49 sk_sp<SkColorSpace> GrColorInfo::refColorSpace() const { return fColorSpace; } in refColorSpace() function in GrColorInfo
DGrImageInfo.cpp58 sk_sp<SkColorSpace> GrImageInfo::refColorSpace() const { return fColorInfo.refColorSpace(); } in refColorSpace() function in GrImageInfo
DGrPixmap.h47 sk_sp<SkColorSpace> refColorSpace() const { return fInfo.refColorSpace(); } in refColorSpace() function
/third_party/skia/src/gpu/
DGrColorInfo.h41 sk_sp<SkColorSpace> refColorSpace() const { return fColorSpace; } in refColorSpace() function
DGrImageInfo.h67 sk_sp<SkColorSpace> refColorSpace() const { return fColorInfo.refColorSpace(); } in refColorSpace() function
DGrPixmap.h33 sk_sp<SkColorSpace> refColorSpace() const { return fInfo.refColorSpace(); } in refColorSpace() function
/third_party/skia/m133/src/core/
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
DSkBitmap.cpp110 sk_sp<SkColorSpace> SkBitmap::refColorSpace() const { return fPixmap.info().refColorSpace(); } in refColorSpace() function in SkBitmap
DSkPixmap.cpp63 sk_sp<SkColorSpace> SkPixmap::refColorSpace() const { return fInfo.refColorSpace(); } in refColorSpace() function in SkPixmap
DSkImageFilterTypes.h1173 sk_sp<SkColorSpace> refColorSpace() const { return fColorSpace; } in refColorSpace() function
/third_party/skia/include/core/
DSkSurfaceCharacterization.h114 sk_sp<SkColorSpace> refColorSpace() const { return fImageInfo.refColorSpace(); } in refColorSpace() function
254 sk_sp<SkColorSpace> refColorSpace() const { return nullptr; } in refColorSpace() function
DSkImageInfo.h207 sk_sp<SkColorSpace> refColorSpace() const { return fColorSpace; } in refColorSpace() function
481 sk_sp<SkColorSpace> refColorSpace() const { return fColorInfo.refColorSpace(); } in refColorSpace() function
DSkPixmap.h183 sk_sp<SkColorSpace> refColorSpace() const { return fInfo.refColorSpace(); } in refColorSpace() function
DSkBitmap.h171 sk_sp<SkColorSpace> refColorSpace() const { return fPixmap.info().refColorSpace(); } in refColorSpace() function
/third_party/skia/m133/tools/flags/
DCommonFlagsConfig.h38 sk_sp<SkColorSpace> refColorSpace() const { return fColorSpace; } in refColorSpace() function
/third_party/skia/tools/flags/
DCommonFlagsConfig.h37 sk_sp<SkColorSpace> refColorSpace() const { return fColorSpace; } in refColorSpace() function
/third_party/skia/m133/include/private/chromium/
DGrSurfaceCharacterization.h114 sk_sp<SkColorSpace> refColorSpace() const { return fImageInfo.refColorSpace(); } in refColorSpace() function
/third_party/skia/m133/src/image/
DSkImage.cpp177 sk_sp<SkColorSpace> SkImage::refColorSpace() const { return fInfo.refColorSpace(); } in refColorSpace() function in SkImage
/third_party/skia/src/core/
DSkImageFilterTypes.h628 sk_sp<SkColorSpace> refColorSpace() const { return sk_ref_sp(fColorSpace); } in refColorSpace() function
/third_party/skia/src/image/
DSkImage.cpp147 sk_sp<SkColorSpace> SkImage::refColorSpace() const { return fInfo.refColorSpace(); } function in SkImage