Home
last modified time | relevance | path

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; variable
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); } in start_x() function
850 double start_x() const { return double(m_start) / line_subpixel_scale; } in start_x() function