Home
last modified time | relevance | path

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

/system/teeui/libteeui/src/
Dbutton.cpp60 intpxs intRadius = radius_.count(); in draw() local
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()
68 auto center = Point<pxs>((intpxs(1) - right) * intRadius, (intpxs(1) - bottom) * intRadius); in draw()
71 TEEUI_LOG << "Radius: " << intRadius << " cBounds: " << cBounds << " center: " << center in draw()
76 auto color = drawCirclePoint(center, intRadius, pos, color_); 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()
107 if (auto error = drawBox(Box<intpxs>(0, intBounds.h() - intRadius, intRadius, intRadius) in draw()
[all …]