Searched refs:start_x (Results 1 – 2 of 2) sorted by relevance
26 double start_x = 0.0; variable42 start_x = x2;57 len += calc_distance(x1, y1, start_x, start_y);
849 void start_x(double s) { m_start = iround(s * line_subpixel_scale); } in start_x() function850 double start_x() const { return double(m_start) / line_subpixel_scale; } in start_x() function