Home
last modified time | relevance | path

Searched refs:alphaType (Results 1 – 18 of 18) sorted by relevance

/base/web/webview/test/fuzztest/ohos_adapter/pasteboard_adapter/clipboardtoimagealphatype_fuzzer/
Dclipboardtoimagealphatype_fuzzer.cpp31 ClipBoardImageAlphaType alphaType = ClipBoardImageAlphaType::ALPHA_TYPE_UNKNOWN; in ClipboardToImageAlphaTypeFuzzTest() local
32 dataRecordAdapterImpl->ClipboardToImageAlphaType(alphaType); in ClipboardToImageAlphaTypeFuzzTest()
/base/web/webview/test/unittest/pasteboard_adapter/
Dpasteboard_client_adapter_test.cpp644 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/
Dpasteboard_client_adapter_impl.cpp130 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/
Dnweb_history_list.h37 ImageColorType& colorType, ImageAlphaType& alphaType) = 0;
Dnweb_handler.h80 ImageAlphaType alphaType; member
Dnweb.h614 ImageColorType& colorType, ImageAlphaType& alphaType) = 0;
/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() 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/
Dupdateshadowpic_fuzzer.cpp47 opts.alphaType = Media::AlphaType::IMAGE_ALPHA_TYPE_OPAQUE; in CreatePixelMap()
/base/msdp/device_status/test/fuzztest/startdrag_fuzzer/
Dstartdrag_fuzzer.cpp47 opts.alphaType = Media::AlphaType::IMAGE_ALPHA_TYPE_OPAQUE; in CreatePixelMap()
/base/web/webview/ohos_adapter/interfaces/
Dpasteboard_client_adapter.h46 ClipBoardImageAlphaType alphaType; member
/base/web/webview/ohos_adapter/pasteboard_adapter/include/
Dpasteboard_client_adapter_impl.h63 Media::AlphaType ClipboardToImageAlphaType(ClipBoardImageAlphaType alphaType);
/base/web/webview/test/unittest/common/
Dnweb_create_window.h230 ImageColorType& colorType, ImageAlphaType& alphaType) override in GetFavicon() argument
/base/msdp/device_status/services/native/test/unittest/src/
Ddrag_data_manager_test.cpp70 options.alphaType = Media::AlphaType::IMAGE_ALPHA_TYPE_OPAQUE; in CreatePixelMap()
/base/web/webview/interfaces/kits/napi/webviewcontroller/
Dwebview_controller.h207 … void **data, size_t &width, size_t &height, ImageColorType &colorType, ImageAlphaType &alphaType);
Dnapi_webview_controller.cpp3052 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()
Dwebview_controller.cpp998 …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/
Dinteraction_drag_drawing_test.cpp96 opts.alphaType = Media::AlphaType::IMAGE_ALPHA_TYPE_OPAQUE; in CreatePixelMap()
Dinteraction_manager_test.cpp324 opts.alphaType = Media::AlphaType::IMAGE_ALPHA_TYPE_OPAQUE; in CreatePixelMap()