Home
last modified time | relevance | path

Searched refs:drawPixelBoundsEnforced (Results 1 – 2 of 2) sorted by relevance

/system/teeui/libteeui/src/
Dbutton.cpp33 auto drawPixelBoundsEnforced = [&](uint32_t x, uint32_t y, Color color) -> Error { in draw() local
77 if (auto error = drawPixelBoundsEnforced(pos.x().count(), pos.y().count(), color)) { in draw()
190 drawPixelBoundsEnforced(intBBox.x().count() + x, intBBox.y().count() + y, in draw()
Dlabel.cpp44 auto drawPixelBoundsEnforced = in draw() local
129 if (auto error = drawText(&face, curLine->lineText, drawPixelBoundsEnforced, in draw()