Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/hwui/
DImageDecoder.h126 sk_sp<SkColorSpace> getOutputColorSpace() const;
DImageDecoder.cpp203 sk_sp<SkColorSpace> ImageDecoder::getOutputColorSpace() const { in getOutputColorSpace() function in ImageDecoder
211 return SkImageInfo::Make(size, mOutColorType, getOutAlphaType(), getOutputColorSpace()); in getOutputInfo()
415 getOutputColorSpace()); in decode()