Home
last modified time | relevance | path

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

/ohos5.0/base/web/webview/test/fuzztest/ohos_adapter/pasteboard_adapter/clipboardtoimagealphatype_fuzzer/
H A Dclipboardtoimagealphatype_fuzzer.cpp32 dataRecordAdapterImpl->ClipboardToImageAlphaType(alphaType); in ClipboardToImageAlphaTypeFuzzTest()
/ohos5.0/base/web/webview/test/unittest/pasteboard_adapter/
H A Dpasteboard_client_adapter_test.cpp779 Media::AlphaType result = g_datarecord->ClipboardToImageAlphaType(alphaType);
783 result = g_datarecord->ClipboardToImageAlphaType(alphaType);
787 result = g_datarecord->ClipboardToImageAlphaType(alphaType);
791 result = g_datarecord->ClipboardToImageAlphaType(alphaType);
/ohos5.0/base/web/webview/ohos_adapter/pasteboard_adapter/include/
H A Dpasteboard_client_adapter_impl.h66 Media::AlphaType ClipboardToImageAlphaType(ClipBoardImageAlphaType alphaType);
/ohos5.0/base/web/webview/ohos_adapter/pasteboard_adapter/src/
H A Dpasteboard_client_adapter_impl.cpp200 Media::AlphaType PasteDataRecordAdapterImpl::ClipboardToImageAlphaType in ClipboardToImageAlphaType() function in OHOS::NWeb::PasteDataRecordAdapterImpl
238 opt.alphaType = ClipboardToImageAlphaType(imageData->GetAlphaType()); in SetImgData()