Home
last modified time | relevance | path

Searched refs:enum_alpha_type (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/
H A Dark_web_history_item_impl.cpp34 ArkWebImageAlphaType enum_alpha_type = ArkWebImageAlphaType::ALPHA_TYPE_UNKNOWN; in GetFavicon() local
35 …ool result = nweb_history_item_->GetFavicon(data, width, height, enum_color_type, enum_alpha_type); in GetFavicon()
37 alpha_type = static_cast<int>(enum_alpha_type); in GetFavicon()
H A Dark_web_nweb_impl.cpp458 ArkWebImageAlphaType enum_alpha_type = ArkWebImageAlphaType::ALPHA_TYPE_UNKNOWN; in GetFavicon() local
459 bool result = nweb_nweb_->GetFavicon(data, width, height, enum_color_type, enum_alpha_type); in GetFavicon()
461 alpha_type = static_cast<int>(enum_alpha_type); in GetFavicon()
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/
H A Dark_web_history_item_wrapper.cpp30 int enum_alpha_type = static_cast<int>(ArkWebImageAlphaType::ALPHA_TYPE_UNKNOWN); in GetFavicon() local
31 … result = ark_web_history_item_->GetFavicon(data, width, height, enum_color_type, enum_alpha_type); in GetFavicon()
33 alpha_type = static_cast<ArkWebImageAlphaType>(enum_alpha_type); in GetFavicon()
H A Dark_web_nweb_wrapper.cpp550 int enum_alpha_type = static_cast<int>(ArkWebImageAlphaType::ALPHA_TYPE_UNKNOWN); in GetFavicon() local
551 bool result = ark_web_nweb_->GetFavicon(data, width, height, enum_color_type, enum_alpha_type); in GetFavicon()
553 alpha_type = static_cast<ArkWebImageAlphaType>(enum_alpha_type); in GetFavicon()