Home
last modified time | relevance | path

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

/haiku/headers/libs/agg/
H A Dagg_curves.h168 struct curve4_points struct
171 curve4_points() {} in curve4_points() argument
172 curve4_points(double x1, double y1, in curve4_points() function
210 curve4_inc(const curve4_points& cp) : in curve4_inc()
222 void init(const curve4_points& cp) in init()
269 inline curve4_points catrom_to_bezier(double x1, double y1, in catrom_to_bezier()
281 return curve4_points( in catrom_to_bezier()
294 inline curve4_points
295 catrom_to_bezier(const curve4_points& cp) in catrom_to_bezier()
304 inline curve4_points ubspline_to_bezier(double x1, double y1, in ubspline_to_bezier()
[all …]