Home
last modified time | relevance | path

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

/system/teeui/libteeui/src/
Dbutton.cpp65 Box<intpxs> cBounds(intBounds.x(), intBounds.y(), intRadius, intRadius); in draw() local
66 cBounds.translateSelf(Point<intpxs>(right * (intBounds.w() - intRadius), in draw()
69 center += cBounds.topLeft(); in draw()
71 TEEUI_LOG << "Radius: " << intRadius << " cBounds: " << cBounds << " center: " << center in draw()
73 for (int y = 0; y < cBounds.h().count(); ++y) { in draw()
74 for (int x = 0; x < cBounds.w().count(); ++x) { in draw()
75 auto pos = Point<pxs>(cBounds.x().count() + x, cBounds.y().count() + y); in draw()