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

/haiku/headers/libs/agg/
H A Dagg_trans_single_path.h47 void preserve_x_scale(bool f) { m_preserve_x_scale = f; } function in class:agg::trans_single_path
48 bool preserve_x_scale() const { return m_preserve_x_scale; } function in class:agg::trans_single_path
H A Dagg_trans_double_path.h51 void preserve_x_scale(bool f) { m_preserve_x_scale = f; } function in class:agg::trans_double_path
52 bool preserve_x_scale() const { return m_preserve_x_scale; } function in class:agg::trans_double_path

Completed in 40 milliseconds