Home
last modified time | relevance | path

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

/external/skqp/src/gpu/
DGrColorSpaceInfo.h24 sk_sp<SkColorSpace> refColorSpace() const { return fColorSpace; } in refColorSpace() function
/external/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
/external/skqp/include/core/
DSkSurfaceCharacterization.h84 sk_sp<SkColorSpace> refColorSpace() const { return fImageInfo.refColorSpace(); } in refColorSpace() function
196 sk_sp<SkColorSpace> refColorSpace() const { return nullptr; } in refColorSpace() function
DSkImageInfo.h388 sk_sp<SkColorSpace> refColorSpace() const { return fColorSpace; } in refColorSpace() function
DSkBitmap.h178 sk_sp<SkColorSpace> refColorSpace() const { return fPixmap.info().refColorSpace(); } in refColorSpace() function
/external/skia/include/core/
DSkSurfaceCharacterization.h114 sk_sp<SkColorSpace> refColorSpace() const { return fImageInfo.refColorSpace(); } in refColorSpace() function
245 sk_sp<SkColorSpace> refColorSpace() const { return nullptr; } in refColorSpace() function
DSkImageInfo.h205 sk_sp<SkColorSpace> refColorSpace() const { return fColorSpace; } in refColorSpace() function
479 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
/external/skia/src/core/
DSkImageFilterTypes.h648 sk_sp<SkColorSpace> refColorSpace() const { return sk_ref_sp(fColorSpace); } in refColorSpace() function
/external/skqp/src/image/
DSkImage.cpp91 sk_sp<SkColorSpace> SkImage::refColorSpace() const { in refColorSpace() function in SkImage
/external/skia/src/image/
DSkImage.cpp144 sk_sp<SkColorSpace> SkImage::refColorSpace() const { return fInfo.refColorSpace(); } in refColorSpace() function in SkImage