Home
last modified time | relevance | path

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

/system/teeui/libteeui/example/
Dexample_utils.cpp39 Error FrameBuffer::drawPixel(uint32_t x, uint32_t y, uint32_t color) const { in drawPixel() function in teeui::example::FrameBuffer
Dexample_utils.h56 Error drawElements(std::tuple<Elements...>& layout, const PixelDrawer& drawPixel) { in drawElements()
/system/teeui/libteeui/src/
Dlabel.cpp25 Error LabelImpl::draw(const PixelDrawer& drawPixel, const Box<pxs>& bounds, LineInfo* lineInfo) { in draw()
Dfont_rendering.cpp213 Error drawText(TextFace* face, const UTF8Range<const char*>& text, const PixelDrawer& drawPixel, in drawText()
Dbutton.cpp27 Error ButtonImpl::draw(const PixelDrawer& drawPixel, const Box<pxs>& bounds, in draw()
/system/teeui/libteeui/include/teeui/
Dbutton.h99 Error draw(const PixelDrawer& drawPixel) { in draw()
Dfont_rendering.h153 Error drawGlyph(const Vec2d<pxs>& pos, const PixelDrawer& drawPixel) { in drawGlyph()
Dlabel.h126 Error draw(const PixelDrawer& drawPixel) { in draw()