Searched refs:miter_limit_theta (Results 1 - 5 of 5) sorted by relevance

/haiku/headers/libs/agg/
H A Dagg_conv_contour.h44 void miter_limit_theta(double t) { base_type::generator().miter_limit_theta(t); } function in struct:agg::conv_contour
H A Dagg_vcgen_contour.h56 void miter_limit_theta(double t) { m_stroker.miter_limit_theta(t); } function in class:agg::vcgen_contour
H A Dagg_conv_stroke.h52 void miter_limit_theta(double t) { base_type::generator().miter_limit_theta(t); } function in struct:agg::conv_stroke
H A Dagg_vcgen_stroke.h64 void miter_limit_theta(double t) { m_stroker.miter_limit_theta(t); } function in class:agg::vcgen_stroke
H A Dagg_math_stroke.h74 void miter_limit_theta(double t);
152 template<class VC> void math_stroke<VC>::miter_limit_theta(double t) function in class:agg::math_stroke

Completed in 86 milliseconds