Searched refs:alphaType_ (Results 1 - 5 of 5) sorted by relevance
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/image/ |
H A D | image_info.h | 37 : width_(width), height_(height), colorType_(colorType), alphaType_(alphaType), colorSpace_(colorSpace) {} in ImageInfo() 73 return alphaType_; in GetAlphaType() 135 alphaType_ = alphaType; in SetAlphaType() 158 AlphaType alphaType_ = ALPHATYPE_UNKNOWN; member in OHOS::Rosen::Drawing::ImageInfo
|
/foundation/multimedia/image_framework/plugins/common/libs/image/libpngplugin/include/ |
H A D | png_decoder.h | 113 AlphaType alphaType_ = AlphaType::IMAGE_ALPHA_TYPE_UNKNOWN; member in OHOS::ImagePlugin::PngDecodingState::PngDecoder
|
/foundation/multimedia/image_framework/plugins/common/libs/image/libpngplugin/src/ |
H A D | png_decoder.cpp | 149 info.alphaType = alphaType_; in SetDecodeOptions() 1053 ret = GetDecodeFormat(PixelFormat::RGBA_8888, outputFormat_, alphaType_); in ConfigInfo() 1058 ret = GetDecodeFormat(opts.desiredPixelFormat, outputFormat_, alphaType_); in ConfigInfo()
|
/foundation/arkui/ace_engine/frameworks/core/components/web/resource/ |
H A D | web_delegate.h | 455 : data_(data), width_(width), height_(height), colorType_(colorType), alphaType_(alphaType) {} in FaviconReceivedOhos() 467 OHOS::NWeb::ImageAlphaType alphaType_ = OHOS::NWeb::ImageAlphaType::ALPHA_TYPE_UNKNOWN; member in OHOS::Ace::FaviconReceivedOhos
|
H A D | web_delegate.cpp | 657 return static_cast<int>(alphaType_); in GetAlphaType()
|
Completed in 17 milliseconds