Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/hwui/
DImageDecoder.cpp82 SkAlphaType ImageDecoder::getOutAlphaType() const { in getOutAlphaType() function in ImageDecoder
107 auto info = SkImageInfo::Make(width, height, mOutColorType, getOutAlphaType()); in setTargetSize()
211 return SkImageInfo::Make(size, mOutColorType, getOutAlphaType(), getOutputColorSpace()); in getOutputInfo()
414 const auto decodeInfo = SkImageInfo::Make(mDecodeSize, mOutColorType, getOutAlphaType(), in decode()
DImageDecoder.h125 SkAlphaType getOutAlphaType() const;