Home
last modified time | relevance | path

Searched defs:center (Results 1 – 2 of 2) sorted by relevance

/system/teeui/libteeui/src/
Dbutton.cpp68 auto center = Point<pxs>((intpxs(1) - right) * intRadius, (intpxs(1) - bottom) * intRadius); in draw() local
Dutils.cpp117 Color drawCirclePoint(Point<pxs> center, pxs r, Point<pxs> px_origin, Color c) { in drawCirclePoint()