Home
last modified time | relevance | path

Searched refs:ArkWebImageAlphaType (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/
H A Dark_web_history_item_impl.cpp25 using ArkWebImageAlphaType = OHOS::NWeb::ImageAlphaType; typedef
34 ArkWebImageAlphaType enum_alpha_type = ArkWebImageAlphaType::ALPHA_TYPE_UNKNOWN; in GetFavicon()
H A Dark_web_handler_wrapper.h29 using ArkWebImageAlphaType = OHOS::NWeb::ImageAlphaType; variable
69 ArkWebImageAlphaType alpha_type) override;
H A Dark_web_nweb_impl.cpp52 using ArkWebImageAlphaType = OHOS::NWeb::ImageAlphaType; typedef
458 ArkWebImageAlphaType enum_alpha_type = ArkWebImageAlphaType::ALPHA_TYPE_UNKNOWN; in GetFavicon()
H A Dark_web_handler_wrapper.cpp101 …ata, size_t width, size_t height, ArkWebImageColorType color_type, ArkWebImageAlphaType alpha_type) in OnPageIcon()
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/
H A Dark_web_history_item_wrapper.cpp27 …void** data, int& width, int& height, ArkWebImageColorType& color_type, ArkWebImageAlphaType& alph… in GetFavicon()
30 int enum_alpha_type = static_cast<int>(ArkWebImageAlphaType::ALPHA_TYPE_UNKNOWN); in GetFavicon()
33 alpha_type = static_cast<ArkWebImageAlphaType>(enum_alpha_type); in GetFavicon()
H A Dark_web_image_options_wrapper.cpp36 ArkWebImageAlphaType ArkWebImageOptionsWrapper::GetAlphaType() in GetAlphaType()
38 return static_cast<ArkWebImageAlphaType>(ark_web_image_options_->GetAlphaType()); in GetAlphaType()
H A Dark_web_image_options_wrapper.h28 using ArkWebImageAlphaType = OHOS::NWeb::ImageAlphaType; variable
39 ArkWebImageAlphaType GetAlphaType() override;
H A Dark_web_history_item_wrapper.h27 using ArkWebImageAlphaType = OHOS::NWeb::ImageAlphaType; variable
35 ArkWebImageAlphaType& alpha_type) override;
H A Dark_web_nweb_wrapper.h28 using ArkWebImageAlphaType = OHOS::NWeb::ImageAlphaType; variable
469 ArkWebImageAlphaType& alpha_type) override;
H A Dark_web_nweb_wrapper.cpp547 ArkWebImageAlphaType& alpha_type) in GetFavicon()
550 int enum_alpha_type = static_cast<int>(ArkWebImageAlphaType::ALPHA_TYPE_UNKNOWN); in GetFavicon()
553 alpha_type = static_cast<ArkWebImageAlphaType>(enum_alpha_type); in GetFavicon()
H A Dark_web_handler_impl.cpp105 static_cast<ArkWebImageAlphaType>(alpha_type)); in OnPageIcon()