Home
last modified time | relevance | path

Searched refs:surfaceBufferWidth_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/graphic/graphic_surface/surface/src/
H A Dsurface_buffer_impl.cpp140 surfaceBufferWidth_ = config.width; in Alloc()
317 return surfaceBufferWidth_; in GetSurfaceBufferWidth()
329 surfaceBufferWidth_ = width; in SetSurfaceBufferWidth()
/ohos5.0/foundation/graphic/graphic_surface/surface/include/
H A Dsurface_buffer_impl.h111 int32_t surfaceBufferWidth_ = 0; variable