Home
last modified time | relevance | path

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

/system/teeui/libteeui/src/
Dutils.cpp91 Color drawLinePoint(Point<pxs> a, Point<pxs> b, Point<pxs> px_origin, Color c, pxs width) { in drawLinePoint() argument
95 auto seg = l * (px_origin - b); in drawLinePoint()
111 dist = (line * (px_origin - a)).abs() - width + .5_px; in drawLinePoint()
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/teeui/libteeui/include/teeui/
Dutils.h612 Color drawLinePoint(Point<pxs> a, Point<pxs> b, Point<pxs> px_origin, Color c,
615 Color drawCirclePoint(Point<pxs> center, pxs r, Point<pxs> px_origin, Color c);