Home
last modified time | relevance | path

Searched defs:FrameBuffer (Results 1 – 1 of 1) sorted by relevance

/system/teeui/libteeui/example/
Dteeui.cpp62 struct FrameBuffer { struct
63 uint32_t left_;
64 uint32_t top_;
65 uint32_t width_;
66 uint32_t height_;
67 uint32_t* buffer_;
68 size_t size_in_elements_;
69 uint32_t lineStride_;
71 Error drawPixel(uint32_t x, uint32_t y, uint32_t color) const { in drawPixel()