Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/hwui/hwui/
H A DImageDecoder.cpp85 SkAlphaType ImageDecoder::getOutAlphaType() const { in getOutAlphaType() function in ImageDecoder
110 auto info = SkImageInfo::Make(width, height, mOutColorType, getOutAlphaType()); in setTargetSize()
214 return SkImageInfo::Make(size, mOutColorType, getOutAlphaType(), getOutputColorSpace()); in getOutputInfo()
417 const auto decodeInfo = SkImageInfo::Make(mDecodeSize, mOutColorType, getOutAlphaType(), in decode()
H A DImageDecoder.h125 SkAlphaType getOutAlphaType() const;