Searched defs:drawPixel (Results 1 – 8 of 8) sorted by relevance
/system/teeui/libteeui/example/ |
D | example_utils.cpp | 39 Error FrameBuffer::drawPixel(uint32_t x, uint32_t y, uint32_t color) const { in drawPixel() function in teeui::example::FrameBuffer
|
D | example_utils.h | 56 Error drawElements(std::tuple<Elements...>& layout, const PixelDrawer& drawPixel) { in drawElements()
|
/system/teeui/libteeui/src/ |
D | label.cpp | 25 Error LabelImpl::draw(const PixelDrawer& drawPixel, const Box<pxs>& bounds, LineInfo* lineInfo) { in draw()
|
D | font_rendering.cpp | 213 Error drawText(TextFace* face, const UTF8Range<const char*>& text, const PixelDrawer& drawPixel, in drawText()
|
D | button.cpp | 27 Error ButtonImpl::draw(const PixelDrawer& drawPixel, const Box<pxs>& bounds, in draw()
|
/system/teeui/libteeui/include/teeui/ |
D | button.h | 99 Error draw(const PixelDrawer& drawPixel) { in draw()
|
D | font_rendering.h | 153 Error drawGlyph(const Vec2d<pxs>& pos, const PixelDrawer& drawPixel) { in drawGlyph()
|
D | label.h | 126 Error draw(const PixelDrawer& drawPixel) { in draw()
|