Home
last modified time | relevance | path

Searched refs:alphaType_ (Results 1 - 5 of 5) sorted by relevance

/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/image/
H A Dimage_info.h37 : 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 Dpng_decoder.h113 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 Dpng_decoder.cpp149 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 Dweb_delegate.h455 : 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 Dweb_delegate.cpp657 return static_cast<int>(alphaType_); in GetAlphaType()

Completed in 17 milliseconds