Home
last modified time | relevance | path

Searched refs:strideLen (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/window/window_manager_lite/frameworks/wms/
H A Dlite_proxy_surface.cpp29 void LiteProxySurface::Lock(void** buf, void** phyMem, uint32_t* strideLen) in Lock() argument
42 *strideLen = 0; in Lock()
49 *strideLen = surface_->GetStride(); in Lock()
50 GRAPHIC_LOGI("strideLen=%d", *strideLen); in Lock()
H A Dlite_proxy_surface.h29 void Lock(void** buf, void** phyMem, uint32_t* strideLen) override;
/ohos5.0/foundation/window/window_manager_lite/interfaces/innerkits/
H A Disurface.h33 virtual void Lock(void** buf, void** phyMem, uint32_t* strideLen) = 0;