Searched refs:rounded_rect (Results 1 – 4 of 4) sorted by relevance
/haiku/src/libs/agg/src/ |
H A D | agg_rounded_rect.cpp | 27 rounded_rect::rounded_rect(double x1, double y1, double x2, double y2, double r) : in rounded_rect() function in agg::rounded_rect 37 void rounded_rect::rect(double x1, double y1, double x2, double y2) in rect() 48 void rounded_rect::radius(double r) in radius() 54 void rounded_rect::radius(double rx, double ry) in radius() 61 void rounded_rect::radius(double rx_bottom, double ry_bottom, in radius() 71 void rounded_rect::radius(double rx1, double ry1, double rx2, double ry2, in radius() 79 void rounded_rect::normalize_radius() in normalize_radius() 99 void rounded_rect::rewind(unsigned) in rewind() 105 unsigned rounded_rect::vertex(double* x, double* y) in vertex()
|
/haiku/headers/libs/agg/ |
H A D | agg_rounded_rect.h | 32 class rounded_rect 35 rounded_rect() {} in rounded_rect() function 36 rounded_rect(double x1, double y1, double x2, double y2, double r);
|
/haiku/src/tests/servers/app/painter/ |
H A D | Painter.cpp | 637 agg::rounded_rect rect; in StrokeRoundRect() 663 agg::rounded_rect rect; in FillRoundRect()
|
/haiku/src/servers/app/drawing/Painter/ |
H A D | Painter.cpp | 1124 agg::rounded_rect rect; in StrokeRoundRect() 1149 agg::rounded_rect rect; in FillRoundRect() 1175 agg::rounded_rect rect; in FillRoundRect()
|