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 D | ark_web_history_item_impl.cpp | 34 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 D | ark_web_nweb_impl.cpp | 458 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 D | ark_web_history_item_wrapper.cpp | 30 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 D | ark_web_nweb_wrapper.cpp | 550 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()
|