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 D | image_info.h | 37 …: 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 D | png_decoder.h | 113 AlphaType alphaType_ = AlphaType::IMAGE_ALPHA_TYPE_UNKNOWN; variable
|
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libpngplugin/src/ |
H A D | png_decoder.cpp | 149 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 D | web_delegate.h | 454 … : 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 D | web_delegate.cpp | 667 return static_cast<int>(alphaType_); in GetAlphaType()
|
/ohos5.0/base/web/webview/interfaces/kits/napi/webviewcontroller/ |
H A D | napi_webview_controller.cpp | 3777 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()
|