Home
last modified time | relevance | path

Searched refs:rowBytes (Results 1 – 6 of 6) sorted by relevance

/base/update/updater/services/ui/driver/
Dgraphic_drv.h23 unsigned int rowBytes {};
Dfbdev_driver.cpp122 surface.rowBytes = finfo_.line_length; in GetGrSurface()
Ddrm_driver.cpp36 surface.rowBytes = 0; in GetGrSurface()
/base/web/webview/ohos_adapter/pasteboard_adapter/src/
Dpasteboard_client_adapter_impl.cpp268 int32_t rowBytes = pixelMap->GetRowBytes(); in GetImgData() local
276 imageData.rowBytes = static_cast<size_t>(rowBytes); in GetImgData()
/base/web/webview/ohos_adapter/interfaces/
Dpasteboard_client_adapter.h42 size_t rowBytes; member
/base/web/webview/test/unittest/pasteboard_adapter/
Dpasteboard_client_adapter_test.cpp759 image->rowBytes = 5;