Searched defs:drawPixel (Results 1 – 7 of 7) sorted by relevance
/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/example/ |
D | teeui.cpp | 71 Error drawPixel(uint32_t x, uint32_t y, uint32_t color) const { in drawPixel() function 87 Error drawElements(std::tuple<Elements...>& layout, const PixelDrawer& drawPixel) { in drawElements()
|
/system/teeui/libteeui/include/teeui/ |
D | button.h | 100 Error draw(const PixelDrawer& drawPixel) { in draw()
|
D | font_rendering.h | 256 Error drawGlyph(const Vec2d<pxs>& pos, const PixelDrawer& drawPixel) { in drawGlyph()
|
D | label.h | 120 Error draw(const PixelDrawer& drawPixel) { in draw()
|