Searched refs:iterator_x (Results 1 - 3 of 3) sorted by relevance

/haiku/headers/libs/agg/
H A Dagg_trans_bilinear.h129 class iterator_x class in class:agg::trans_bilinear
138 iterator_x() {} function in class:agg::trans_bilinear::iterator_x
139 iterator_x(double tx, double ty, double step, const double m[4][2]) : function in class:agg::trans_bilinear::iterator_x
154 iterator_x begin(double x, double y, double step) const
156 return iterator_x(x, y, step, m_mtx);
H A Dagg_trans_perspective.h230 class iterator_x class in struct:agg::trans_perspective
243 iterator_x() {} function in class:agg::trans_perspective::iterator_x
244 iterator_x(double px, double py, double step, const trans_perspective& m) : function in class:agg::trans_perspective::iterator_x
267 iterator_x begin(double x, double y, double step) const
269 return iterator_x(x, y, step, *this);
H A Dagg_span_interpolator_persp.h32 typedef trans_perspective::iterator_x iterator_type;

Completed in 29 milliseconds