Searched refs:trans_single_path (Results 1 - 2 of 2) sorted by relevance

/haiku/src/libs/agg/src/
H A Dagg_trans_single_path.cpp24 trans_single_path::trans_single_path() : function in class:agg::trans_single_path
33 void trans_single_path::reset()
41 void trans_single_path::move_to(double x, double y)
55 void trans_single_path::line_to(double x, double y)
65 void trans_single_path::finalize_path()
106 double trans_single_path::total_length() const
116 void trans_single_path::transform(double *x, double *y) const
/haiku/headers/libs/agg/
H A Dagg_trans_single_path.h27 //-------------------------------------------------------trans_single_path
28 class trans_single_path class in namespace:agg
40 trans_single_path();

Completed in 36 milliseconds