/base/web/webview/test/fuzztest/ohos_adapter/pasteboard_adapter/clipboardtoimagealphatype_fuzzer/ |
D | clipboardtoimagealphatype_fuzzer.cpp | 31 ClipBoardImageAlphaType alphaType = ClipBoardImageAlphaType::ALPHA_TYPE_UNKNOWN; in DoSomethingInterestingWithMyAPI() local 32 dataRecordAdapterImpl->ClipboardToImageAlphaType(alphaType); in DoSomethingInterestingWithMyAPI()
|
/base/web/webview/test/unittest/pasteboard_adapter/ |
D | pasteboard_client_adapter_test.cpp | 643 imgInfo.alphaType = Media::AlphaType::IMAGE_ALPHA_TYPE_UNKNOWN; 647 imgInfo.alphaType = Media::AlphaType::IMAGE_ALPHA_TYPE_OPAQUE; 651 imgInfo.alphaType = Media::AlphaType::IMAGE_ALPHA_TYPE_PREMUL; 655 imgInfo.alphaType = Media::AlphaType::IMAGE_ALPHA_TYPE_UNPREMUL; 690 ClipBoardImageAlphaType alphaType = ClipBoardImageAlphaType::ALPHA_TYPE_UNKNOWN; variable 691 Media::AlphaType result = g_datarecord->ClipboardToImageAlphaType(alphaType); 694 alphaType = ClipBoardImageAlphaType::ALPHA_TYPE_OPAQUE; 695 result = g_datarecord->ClipboardToImageAlphaType(alphaType); 698 alphaType = ClipBoardImageAlphaType::ALPHA_TYPE_PREMULTIPLIED; 699 result = g_datarecord->ClipboardToImageAlphaType(alphaType); [all …]
|
/base/web/webview/ohos_nweb/include/ |
D | nweb_history_list.h | 37 ImageColorType& colorType, ImageAlphaType& alphaType) = 0;
|
D | nweb_handler.h | 79 ImageAlphaType alphaType; member
|
D | nweb.h | 577 ImageColorType& colorType, ImageAlphaType& alphaType) = 0;
|
/base/web/webview/ohos_adapter/pasteboard_adapter/src/ |
D | pasteboard_client_adapter_impl.cpp | 130 switch (imgInfo.alphaType) { in ImageToClipboardAlphaType() 156 (ClipBoardImageAlphaType alphaType) in ClipboardToImageAlphaType() argument 158 switch (alphaType) { in ClipboardToImageAlphaType() 193 opt.alphaType = ClipboardToImageAlphaType(imageData->alphaType); in SetImgData() 271 imageData.alphaType = ImageToClipboardAlphaType(imgInfo); in GetImgData()
|
/base/notification/distributed_notification_service/frameworks/core/test/unittest/mock/ |
D | mock_pixel_map.cpp | 68 void PixelMap::UpdatePixelsAlpha(const AlphaType &alphaType, const PixelFormat &pixelFormat, uint8_… in UpdatePixelsAlpha() argument 223 return imageInfo_.alphaType; in GetAlphaType() 283 bool PixelMap::SetAlphaType(const AlphaType &alphaType) in SetAlphaType() argument
|
/base/web/webview/ohos_adapter/interfaces/ |
D | pasteboard_client_adapter.h | 39 ClipBoardImageAlphaType alphaType; member
|
/base/web/webview/ohos_adapter/pasteboard_adapter/include/ |
D | pasteboard_client_adapter_impl.h | 63 Media::AlphaType ClipboardToImageAlphaType(ClipBoardImageAlphaType alphaType);
|
/base/web/webview/test/unittest/common/ |
D | nweb_create_window.h | 224 ImageColorType& colorType, ImageAlphaType& alphaType) override in GetFavicon() argument
|
/base/web/webview/interfaces/kits/napi/webviewcontroller/ |
D | webview_controller.h | 187 … void **data, size_t &width, size_t &height, ImageColorType &colorType, ImageAlphaType &alphaType);
|
D | webview_controller.cpp | 827 …t void **data, size_t &width, size_t &height, ImageColorType &colorType, ImageAlphaType &alphaType) in GetFavicon() argument 832 isGetFavicon = nweb_ptr->GetFavicon(data, width, height, colorType, alphaType); in GetFavicon()
|
D | napi_webview_controller.cpp | 2871 Media::AlphaType getAlphaType(ImageAlphaType alphaType) in getAlphaType() argument 2874 switch (alphaType) { in getAlphaType() 2901 ImageAlphaType alphaType = ImageAlphaType::ALPHA_TYPE_UNKNOWN; in GetFavicon() local 2902 bool isGetFavicon = item->GetFavicon(&data, width, height, colorType, alphaType); in GetFavicon() 2913 opt.alphaType = getAlphaType(alphaType); in GetFavicon() 3048 ImageAlphaType alphaType = ImageAlphaType::ALPHA_TYPE_UNKNOWN; in GetFavicon() local 3049 bool isGetFavicon = webviewController->GetFavicon(&data, width, height, colorType, alphaType); in GetFavicon() 3058 opt.alphaType = getAlphaType(alphaType); in GetFavicon()
|
/base/msdp/device_status/frameworks/native/interaction/test/unittest/src/ |
D | interaction_drag_drawing_test.cpp | 90 opts.alphaType = Media::AlphaType::IMAGE_ALPHA_TYPE_OPAQUE; in CreatePixelMap()
|
D | interaction_manager_test.cpp | 190 opts.alphaType = Media::AlphaType::IMAGE_ALPHA_TYPE_OPAQUE; in CreatePixelMap()
|