Home
last modified time | relevance | path

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

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