Home
last modified time | relevance | path

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

/foundation/arkui/ui_lite/frameworks/render/
H A Drender_buffer.h40 * @param renBuf buffer.
45 RenderBuffer(uint8_t* renBuf, uint32_t areaWidth, uint32_t areaHeight, int32_t stride) in RenderBuffer() argument
52 Attach(renBuf, areaWidth, areaHeight, stride); in RenderBuffer()
57 * @param renBuf buffer
62 void Attach(uint8_t* renBuf, uint32_t areaWidth, uint32_t areaHeight, int32_t stride) in Attach() argument
64 renBuf_ = renBuf; in Attach()
65 start_ = renBuf; in Attach()
70 start_ = renBuf - static_cast<int32_t>(areaHeight - 1) * stride; in Attach()

Completed in 2 milliseconds