Home
last modified time | relevance | path

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

/system/teeui/libteeui/src/
Dbutton.cpp31 Box<intpxs> intBounds(bounds); in draw() local
34 if (!intBounds.contains(Point<intpxs>(x, y))) { in draw()
57 drawDebugBox(intBounds, 0xff); in draw()
62 TEEUI_LOG << intBounds << ENDL; in draw()
65 Box<intpxs> cBounds(intBounds.x(), intBounds.y(), intRadius, intRadius); in draw()
66 cBounds.translateSelf(Point<intpxs>(right * (intBounds.w() - intRadius), in draw()
67 bottom * (intBounds.h() - intRadius))); in draw()
89 Box<intpxs>(0, 0, intRadius, intRadius).translate(intBounds.topLeft()), color_)) { in draw()
97 if (auto error = drawBox(Box<intpxs>(intBounds.w() - intRadius, 0, intRadius, intRadius) in draw()
98 .translate(intBounds.topLeft()), in draw()
[all …]
Dlabel.cpp41 Box<intpxs> intBounds(intpxs((int64_t)bounds.x().count()), intpxs((int64_t)bounds.y().count()), in draw() local
46 if (!intBounds.contains(Point<intpxs>(x, y))) { in draw()