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

/haiku/headers/libs/agg/
H A Dagg_path_length.h26 double start_x = 0.0; local
42 start_x = x2;
57 len += calc_distance(x1, y1, start_x, start_y);
H A Dagg_renderer_outline_image.h849 void start_x(double s) { m_start = iround(s * line_subpixel_scale); } function in class:agg::renderer_outline_image
850 double start_x() const { return double(m_start) / line_subpixel_scale; } function in class:agg::renderer_outline_image

Completed in 42 milliseconds