Home
last modified time | relevance | path

Searched refs:SetRowBytes (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/
H A Dark_clip_board_image_data_adapter_wrapper.cpp81 void ArkClipBoardImageDataAdapterWrapper::SetRowBytes(size_t rowBytes) in SetRowBytes() function in OHOS::ArkWeb::ArkClipBoardImageDataAdapterWrapper
83 ctocpp_->SetRowBytes(rowBytes); in SetRowBytes()
H A Dark_clip_board_image_data_adapter_wrapper.h51 void SetRowBytes(size_t rowBytes) override;
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/
H A Dark_clip_board_image_data_adapter_impl.cpp80 void ArkClipBoardImageDataAdapterImpl::SetRowBytes(size_t rowBytes) in SetRowBytes() function in OHOS::ArkWeb::ArkClipBoardImageDataAdapterImpl
82 real_->SetRowBytes(rowBytes); in SetRowBytes()
H A Dark_clip_board_image_data_adapter_impl.h51 virtual void SetRowBytes(size_t rowBytes) override;
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/include/
H A Dark_pasteboard_client_adapter.h64 virtual void SetRowBytes(size_t rowBytes) = 0;
/ohos5.0/base/web/webview/ohos_interface/include/ohos_adapter/
H A Dpasteboard_client_adapter.h64 virtual void SetRowBytes(size_t rowBytes) = 0;
/ohos5.0/base/web/webview/test/unittest/pasteboard_adapter/
H A Dpasteboard_client_adapter_test.cpp183 void SetRowBytes(size_t r) override in SetRowBytes() function in OHOS::NWeb::MockClipBoardImageDataAdapter
837 image->SetRowBytes(5);
/ohos5.0/base/web/webview/ohos_adapter/pasteboard_adapter/src/
H A Dpasteboard_client_adapter_impl.cpp374 imageData->SetRowBytes(static_cast<size_t>(rowBytes)); in GetImgData()