Home
last modified time | relevance | path

Searched refs:getOutputColorSpace (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/libs/hwui/hwui/
H A DImageDecoder.h126 sk_sp<SkColorSpace> getOutputColorSpace() const;
H A DImageDecoder.cpp206 sk_sp<SkColorSpace> ImageDecoder::getOutputColorSpace() const { in getOutputColorSpace() function in ImageDecoder
214 return SkImageInfo::Make(size, mOutColorType, getOutAlphaType(), getOutputColorSpace()); in getOutputInfo()
418 getOutputColorSpace()); in decode()