| /base/web/webview/test/fuzztest/ohos_adapter/pasteboard_adapter/clipboardtoimagealphatype_fuzzer/ |
| D | clipboardtoimagealphatype_fuzzer.cpp | 31 ClipBoardImageAlphaType alphaType = ClipBoardImageAlphaType::ALPHA_TYPE_UNKNOWN; in ClipboardToImageAlphaTypeFuzzTest() local 32 dataRecordAdapterImpl->ClipboardToImageAlphaType(alphaType); in ClipboardToImageAlphaTypeFuzzTest()
|
| /base/web/webview/test/unittest/pasteboard_adapter/ |
| D | pasteboard_client_adapter_test.cpp | 644 imgInfo.alphaType = Media::AlphaType::IMAGE_ALPHA_TYPE_UNKNOWN; 648 imgInfo.alphaType = Media::AlphaType::IMAGE_ALPHA_TYPE_OPAQUE; 652 imgInfo.alphaType = Media::AlphaType::IMAGE_ALPHA_TYPE_PREMUL; 656 imgInfo.alphaType = Media::AlphaType::IMAGE_ALPHA_TYPE_UNPREMUL; 691 ClipBoardImageAlphaType alphaType = ClipBoardImageAlphaType::ALPHA_TYPE_UNKNOWN; variable 692 Media::AlphaType result = g_datarecord->ClipboardToImageAlphaType(alphaType); 695 alphaType = ClipBoardImageAlphaType::ALPHA_TYPE_OPAQUE; 696 result = g_datarecord->ClipboardToImageAlphaType(alphaType); 699 alphaType = ClipBoardImageAlphaType::ALPHA_TYPE_PREMULTIPLIED; 700 result = g_datarecord->ClipboardToImageAlphaType(alphaType); [all …]
|
| /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/web/webview/ohos_nweb/include/ |
| D | nweb_history_list.h | 37 ImageColorType& colorType, ImageAlphaType& alphaType) = 0;
|
| D | nweb_handler.h | 80 ImageAlphaType alphaType; member
|
| D | nweb.h | 614 ImageColorType& colorType, ImageAlphaType& alphaType) = 0;
|
| /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/msdp/device_status/test/fuzztest/updateshadowpic_fuzzer/ |
| D | updateshadowpic_fuzzer.cpp | 47 opts.alphaType = Media::AlphaType::IMAGE_ALPHA_TYPE_OPAQUE; in CreatePixelMap()
|
| /base/msdp/device_status/test/fuzztest/startdrag_fuzzer/ |
| D | startdrag_fuzzer.cpp | 47 opts.alphaType = Media::AlphaType::IMAGE_ALPHA_TYPE_OPAQUE; in CreatePixelMap()
|
| /base/web/webview/ohos_adapter/interfaces/ |
| D | pasteboard_client_adapter.h | 46 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 | 230 ImageColorType& colorType, ImageAlphaType& alphaType) override in GetFavicon() argument
|
| /base/msdp/device_status/services/native/test/unittest/src/ |
| D | drag_data_manager_test.cpp | 70 options.alphaType = Media::AlphaType::IMAGE_ALPHA_TYPE_OPAQUE; in CreatePixelMap()
|
| /base/web/webview/interfaces/kits/napi/webviewcontroller/ |
| D | webview_controller.h | 207 … void **data, size_t &width, size_t &height, ImageColorType &colorType, ImageAlphaType &alphaType);
|
| D | napi_webview_controller.cpp | 3052 Media::AlphaType getAlphaType(ImageAlphaType alphaType) in getAlphaType() argument 3055 switch (alphaType) { in getAlphaType() 3082 ImageAlphaType alphaType = ImageAlphaType::ALPHA_TYPE_UNKNOWN; in GetFavicon() local 3083 bool isGetFavicon = item->GetFavicon(&data, width, height, colorType, alphaType); in GetFavicon() 3094 opt.alphaType = getAlphaType(alphaType); in GetFavicon() 3229 ImageAlphaType alphaType = ImageAlphaType::ALPHA_TYPE_UNKNOWN; in GetFavicon() local 3230 bool isGetFavicon = webviewController->GetFavicon(&data, width, height, colorType, alphaType); in GetFavicon() 3239 opt.alphaType = getAlphaType(alphaType); in GetFavicon()
|
| D | webview_controller.cpp | 998 …t void **data, size_t &width, size_t &height, ImageColorType &colorType, ImageAlphaType &alphaType) in GetFavicon() argument 1003 isGetFavicon = nweb_ptr->GetFavicon(data, width, height, colorType, alphaType); in GetFavicon()
|
| /base/msdp/device_status/frameworks/native/interaction/test/unittest/src/ |
| D | interaction_drag_drawing_test.cpp | 96 opts.alphaType = Media::AlphaType::IMAGE_ALPHA_TYPE_OPAQUE; in CreatePixelMap()
|
| D | interaction_manager_test.cpp | 324 opts.alphaType = Media::AlphaType::IMAGE_ALPHA_TYPE_OPAQUE; in CreatePixelMap()
|