Home
last modified time | relevance | path

Searched refs:alphaType_ (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/image/
H A Dimage_info.h37 …: width_(width), height_(height), colorType_(colorType), alphaType_(alphaType), colorSpace_(colorS…
73 return alphaType_; in GetAlphaType()
135 alphaType_ = alphaType; in SetAlphaType()
158 AlphaType alphaType_ = ALPHATYPE_UNKNOWN; variable
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libpngplugin/include/
H A Dpng_decoder.h113 AlphaType alphaType_ = AlphaType::IMAGE_ALPHA_TYPE_UNKNOWN; variable
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libpngplugin/src/
H A Dpng_decoder.cpp149 info.alphaType = alphaType_; in SetDecodeOptions()
1062 ret = GetDecodeFormat(PixelFormat::RGBA_8888, outputFormat_, alphaType_); in ConfigInfo()
1067 ret = GetDecodeFormat(opts.desiredPixelFormat, outputFormat_, alphaType_); in ConfigInfo()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
H A Dweb_delegate.h454 … : data_(data), width_(width), height_(height), colorType_(colorType), alphaType_(alphaType) {} in DECLARE_ACE_TYPE()
466 OHOS::NWeb::ImageAlphaType alphaType_ = OHOS::NWeb::ImageAlphaType::ALPHA_TYPE_UNKNOWN; variable
H A Dweb_delegate.cpp667 return static_cast<int>(alphaType_); in GetAlphaType()
/ohos5.0/base/web/webview/interfaces/kits/napi/webviewcontroller/
H A Dnapi_webview_controller.cpp3777 Media::AlphaType alphaType_; in getAlphaType() local
3780 alphaType_ = Media::AlphaType::IMAGE_ALPHA_TYPE_UNKNOWN; in getAlphaType()
3783 alphaType_ = Media::AlphaType::IMAGE_ALPHA_TYPE_OPAQUE; in getAlphaType()
3786 alphaType_ = Media::AlphaType::IMAGE_ALPHA_TYPE_PREMUL; in getAlphaType()
3789 alphaType_ = Media::AlphaType::IMAGE_ALPHA_TYPE_UNPREMUL; in getAlphaType()
3792 alphaType_ = Media::AlphaType::IMAGE_ALPHA_TYPE_UNKNOWN; in getAlphaType()
3795 return alphaType_; in getAlphaType()