Home
last modified time | relevance | path

Searched defs:alphaType (Results 1 – 10 of 10) sorted by relevance

/base/web/webview/test/fuzztest/ohos_adapter/pasteboard_adapter/clipboardtoimagealphatype_fuzzer/
Dclipboardtoimagealphatype_fuzzer.cpp31 ClipBoardImageAlphaType alphaType = ClipBoardImageAlphaType::ALPHA_TYPE_UNKNOWN; in DoSomethingInterestingWithMyAPI() local
/base/web/webview/ohos_adapter/interfaces/
Dpasteboard_client_adapter.h39 ClipBoardImageAlphaType alphaType; member
/base/notification/distributed_notification_service/frameworks/core/test/unittest/mock/
Dmock_pixel_map.cpp68 void PixelMap::UpdatePixelsAlpha(const AlphaType &alphaType, const PixelFormat &pixelFormat, uint8_… in UpdatePixelsAlpha()
283 bool PixelMap::SetAlphaType(const AlphaType &alphaType) in SetAlphaType()
/base/web/webview/ohos_adapter/pasteboard_adapter/src/
Dpasteboard_client_adapter_impl.cpp156 (ClipBoardImageAlphaType alphaType) in ClipboardToImageAlphaType()
/base/web/webview/test/ohos_nweb/
Dnweb_handler_impl_test.cpp196 ImageAlphaType alphaType) in OnPageIcon()
/base/web/webview/test/unittest/pasteboard_adapter/
Dpasteboard_client_adapter_test.cpp701 ClipBoardImageAlphaType alphaType = ClipBoardImageAlphaType::ALPHA_TYPE_UNKNOWN; variable
/base/web/webview/test/unittest/common/
Dnweb_create_window.h263 ImageColorType& colorType, ImageAlphaType& alphaType) override in GetFavicon()
/base/web/webview/ohos_nweb/include/
Dnweb_handler.h76 ImageAlphaType alphaType; member
/base/web/webview/interfaces/kits/napi/webviewcontroller/
Dnapi_webview_controller.cpp1937 Media::AlphaType getAlphaType(ImageAlphaType alphaType) in getAlphaType()
1967 ImageAlphaType alphaType = ImageAlphaType::ALPHA_TYPE_UNKNOWN; in GetFavicon() local
2114 ImageAlphaType alphaType = ImageAlphaType::ALPHA_TYPE_UNKNOWN; in GetFavicon() local
Dwebview_controller.cpp827 …t void **data, size_t &width, size_t &height, ImageColorType &colorType, ImageAlphaType &alphaType) in GetFavicon()