Home
last modified time | relevance | path

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

/aosp12/frameworks/base/libs/hwui/hwui/
H A DImageDecoder.cpp185 sk_sp<SkColorSpace> ImageDecoder::getOutputColorSpace() const { in getOutputColorSpace() function in ImageDecoder
193 return SkImageInfo::Make(size, mOutColorType, getOutAlphaType(), getOutputColorSpace()); in getOutputInfo()
397 getOutputColorSpace()); in decode()
H A DImageDecoder.h121 sk_sp<SkColorSpace> getOutputColorSpace() const;