Home
last modified time | relevance | path

Searched refs:GetAlphaType (Results 1 - 18 of 18) sorted by relevance

/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/
H A Dark_web_image_options_wrapper.cpp36 ArkWebImageAlphaType ArkWebImageOptionsWrapper::GetAlphaType() in GetAlphaType() function in OHOS::ArkWeb::ArkWebImageOptionsWrapper
38 return static_cast<ArkWebImageAlphaType>(ark_web_image_options_->GetAlphaType()); in GetAlphaType()
H A Dark_web_image_options_wrapper.h39 ArkWebImageAlphaType GetAlphaType() override;
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/
H A Dark_web_image_options_impl.cpp36 int ArkWebImageOptionsImpl::GetAlphaType() in GetAlphaType() function in OHOS::ArkWeb::ArkWebImageOptionsImpl
38 return static_cast<int>(nweb_image_options_->GetAlphaType()); in GetAlphaType()
H A Dark_web_image_options_impl.h36 int GetAlphaType() override;
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/
H A Dark_clip_board_image_data_adapter_wrapper.cpp31 NWeb::ClipBoardImageAlphaType ArkClipBoardImageDataAdapterWrapper::GetAlphaType() in GetAlphaType() function in OHOS::ArkWeb::ArkClipBoardImageDataAdapterWrapper
33 return (NWeb::ClipBoardImageAlphaType)ctocpp_->GetAlphaType(); in GetAlphaType()
H A Dark_clip_board_image_data_adapter_wrapper.h31 NWeb::ClipBoardImageAlphaType GetAlphaType() override;
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/
H A Dark_clip_board_image_data_adapter_impl.cpp30 int32_t ArkClipBoardImageDataAdapterImpl::GetAlphaType() in GetAlphaType() function in OHOS::ArkWeb::ArkClipBoardImageDataAdapterImpl
32 return (int32_t)real_->GetAlphaType(); in GetAlphaType()
H A Dark_clip_board_image_data_adapter_impl.h31 virtual int32_t GetAlphaType() override;
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/include/
H A Dark_web_image_options.h34 virtual int GetAlphaType() = 0;
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/include/
H A Dark_pasteboard_client_adapter.h34 virtual int32_t GetAlphaType() = 0;
/base/web/webview/ohos_interface/include/ohos_adapter/
H A Dpasteboard_client_adapter.h44 virtual ClipBoardImageAlphaType GetAlphaType() = 0;
/base/notification/distributed_notification_service/frameworks/core/test/unittest/mock/
H A Dmock_pixel_map.cpp221 AlphaType PixelMap::GetAlphaType() in GetAlphaType() function in OHOS::Media::PixelMap
/base/web/webview/ohos_adapter/pasteboard_adapter/src/
H A Dpasteboard_client_adapter_impl.cpp204 opt.alphaType = ClipboardToImageAlphaType(imageData->GetAlphaType()); in SetImgData()
/base/web/webview/ohos_interface/include/ohos_nweb/
H A Dnweb_handler.h96 virtual ImageAlphaType GetAlphaType() = 0;
/base/web/webview/interfaces/kits/cj/src/
H A Dwebview_ffi.cpp1051 Media::AlphaType GetAlphaType(ImageAlphaType imageAlphaType) in GetAlphaType() function
1089 opt.alphaType = GetAlphaType(alphaType); in GetFavicon()
1127 opt.alphaType = GetAlphaType(alphaType); in FfiOHOSWebviewCtlGetFavicon()
/base/web/webview/test/unittest/pasteboard_adapter/
H A Dpasteboard_client_adapter_test.cpp133 ClipBoardImageAlphaType GetAlphaType() override
/base/msdp/device_status/services/interaction/drag/src/
H A Ddrag_manager.cpp203 static_cast<int32_t>(shadowInfo.pixelMap->GetAlphaType()), in PrintDragData()
/base/msdp/device_status/test/unittest/frameworks/src/
H A Dinteraction_manager_test.cpp528 static_cast<int32_t>(shadowInfo.pixelMap->GetAlphaType()), in PrintDragData()

Completed in 19 milliseconds