Home
last modified time | relevance | path

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

/aosp12/frameworks/base/libs/hwui/hwui/
H A DImageDecoder.cpp66 SkAlphaType ImageDecoder::getOutAlphaType() const { in getOutAlphaType() function in ImageDecoder
91 auto info = SkImageInfo::Make(width, height, mOutColorType, getOutAlphaType()); in setTargetSize()
193 return SkImageInfo::Make(size, mOutColorType, getOutAlphaType(), getOutputColorSpace()); in getOutputInfo()
396 const auto decodeInfo = SkImageInfo::Make(mDecodeSize, mOutColorType, getOutAlphaType(), in decode()
H A DImageDecoder.h120 SkAlphaType getOutAlphaType() const;