Searched refs:center (Results 1 – 4 of 4) sorted by relevance
/system/teeui/libteeui/src/ |
D | button.cpp | 68 auto center = Point<pxs>((intpxs(1) - right) * intRadius, (intpxs(1) - bottom) * intRadius); in draw() local 69 center += cBounds.topLeft(); in draw() 70 center -= Point<pxs>(.5, .5); in draw() 71 TEEUI_LOG << "Radius: " << intRadius << " cBounds: " << cBounds << " center: " << center in draw() 76 auto color = drawCirclePoint(center, intRadius, pos, color_); in draw()
|
D | utils.cpp | 117 Color drawCirclePoint(Point<pxs> center, pxs r, Point<pxs> px_origin, Color c) { in drawCirclePoint() argument 118 auto line = px_origin - center; in drawCirclePoint()
|
/system/media/camera/docs/ |
D | html.mako | 33 .entries_header { background-color: #dddddd; text-align: center} 81 text-align: center; font-size: 1.1em; margin-left: 0em; margin-right: 0em; }
|
/system/teeui/libteeui/include/teeui/ |
D | utils.h | 615 Color drawCirclePoint(Point<pxs> center, pxs r, Point<pxs> px_origin, Color c);
|