Home
last modified time | relevance | path

Searched refs:rowBytes (Results 1 - 14 of 14) sorted by relevance

/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() argument
83 ctocpp_->SetRowBytes(rowBytes); in SetRowBytes()
H A Dark_clip_board_image_data_adapter_wrapper.h51 void SetRowBytes(size_t rowBytes) override;
/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() argument
82 real_->SetRowBytes(rowBytes); in SetRowBytes()
H A Dark_clip_board_image_data_adapter_impl.h51 virtual void SetRowBytes(size_t rowBytes) override;
/base/update/updater/services/ui/driver/
H A Dgraphic_drv.h23 unsigned int rowBytes {};
H A Dfbdev_driver.cpp127 surface.rowBytes = finfo_.line_length; in GetGrSurface()
129 surface.width = static_cast<int>(surface.rowBytes / surface.pixelBytes); in GetGrSurface()
H A Ddrm_driver.cpp45 surface.rowBytes = 0; in GetGrSurface()
/base/powermgr/battery_manager/charger/include/dev/
H A Ddisplay_drv.h27 unsigned int rowBytes {};
/base/powermgr/battery_manager/charger/src/dev/
H A Dfbdev_driver.cpp91 dsInfo.rowBytes = finfo_.line_length; in GetDisplayInfo()
H A Ddrm_driver.cpp47 dsInfo.rowBytes = 0; in GetDisplayInfo()
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/include/
H A Dark_pasteboard_client_adapter.h64 virtual void SetRowBytes(size_t rowBytes) = 0;
/base/web/webview/ohos_interface/include/ohos_adapter/
H A Dpasteboard_client_adapter.h64 virtual void SetRowBytes(size_t rowBytes) = 0;
/base/web/webview/ohos_adapter/pasteboard_adapter/src/
H A Dpasteboard_client_adapter_impl.cpp285 int32_t rowBytes = pixelMap->GetRowBytes(); in GetImgData() local
293 imageData->SetRowBytes(static_cast<size_t>(rowBytes)); in GetImgData()
/base/web/webview/test/unittest/pasteboard_adapter/
H A Dpasteboard_client_adapter_test.cpp150 return rowBytes;
185 rowBytes = r;
202 size_t rowBytes; member in OHOS::NWeb::MockClipBoardImageDataAdapter

Completed in 6 milliseconds