Home
last modified time | relevance | path

Searched refs:ClipboardToImageAlphaType (Results 1 - 4 of 4) sorted by relevance

/base/web/webview/test/fuzztest/ohos_adapter/pasteboard_adapter/clipboardtoimagealphatype_fuzzer/
H A Dclipboardtoimagealphatype_fuzzer.cpp32 dataRecordAdapterImpl->ClipboardToImageAlphaType(alphaType); in ClipboardToImageAlphaTypeFuzzTest()
/base/web/webview/ohos_adapter/pasteboard_adapter/include/
H A Dpasteboard_client_adapter_impl.h63 Media::AlphaType ClipboardToImageAlphaType(ClipBoardImageAlphaType alphaType);
/base/web/webview/test/unittest/pasteboard_adapter/
H A Dpasteboard_client_adapter_test.cpp770 * @tc.desc: Test the ClipboardToImageAlphaType.
777 Media::AlphaType result = g_datarecord->ClipboardToImageAlphaType(alphaType); in HWTEST_F()
781 result = g_datarecord->ClipboardToImageAlphaType(alphaType); in HWTEST_F()
785 result = g_datarecord->ClipboardToImageAlphaType(alphaType); in HWTEST_F()
789 result = g_datarecord->ClipboardToImageAlphaType(alphaType); in HWTEST_F()
/base/web/webview/ohos_adapter/pasteboard_adapter/src/
H A Dpasteboard_client_adapter_impl.cpp166 Media::AlphaType PasteDataRecordAdapterImpl::ClipboardToImageAlphaType in ClipboardToImageAlphaType() function in OHOS::NWeb::PasteDataRecordAdapterImpl
204 opt.alphaType = ClipboardToImageAlphaType(imageData->GetAlphaType()); in SetImgData()

Completed in 5 milliseconds