Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/hwui/
DImageDecoder.cpp52 SkAlphaType ImageDecoder::getOutAlphaType() const { in getOutAlphaType() function in ImageDecoder
62 auto info = SkImageInfo::Make(width, height, mOutColorType, getOutAlphaType()); in setTargetSize()
157 return SkImageInfo::Make(size, mOutColorType, getOutAlphaType(), getOutputColorSpace()); in getOutputInfo()
171 auto decodeInfo = SkImageInfo::Make(mDecodeSize, mOutColorType, getOutAlphaType(), in decode()
DImageDecoder.h69 SkAlphaType getOutAlphaType() const;