Home
last modified time | relevance | path

Searched defs:alpha_type (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/
H A Dark_web_history_item_impl.cpp31 …HistoryItemImpl::GetFavicon(void** data, int& width, int& height, int& color_type, int& alpha_type) in GetFavicon()
H A Dark_web_handler_wrapper.cpp101 …ata, size_t width, size_t height, ArkWebImageColorType color_type, ArkWebImageAlphaType alpha_type) in OnPageIcon()
H A Dark_web_nweb_impl.cpp455 …mpl::GetFavicon(const void** data, size_t& width, size_t& height, int& color_type, int& alpha_type) in GetFavicon()
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/
H A Dark_web_history_item_wrapper.cpp27 … data, int& width, int& height, ArkWebImageColorType& color_type, ArkWebImageAlphaType& alpha_type) in GetFavicon()
H A Dark_web_handler_impl.cpp102 …dlerImpl::OnPageIcon(const void* data, size_t width, size_t height, int color_type, int alpha_type) in OnPageIcon()
H A Dark_web_nweb_wrapper.cpp547 ArkWebImageAlphaType& alpha_type) in GetFavicon()
/ohos5.0/base/web/webview/ohos_interface/include/ohos_nweb/
H A Dnweb_handler.h437 …onst void* data, size_t width, size_t height, ImageColorType color_type, ImageAlphaType alpha_type) in OnPageIcon()