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

/haiku/headers/libs/agg/
H A Dagg_path_storage_integer.h92 T x_to, T y_to)
95 m_storage.add(vertex_integer_type(x_to, y_to, vertex_integer_type::cmd_curve3));
101 T x_to, T y_to)
105 m_storage.add(vertex_integer_type(x_to, y_to, vertex_integer_type::cmd_curve4));
91 curve3(T x_ctrl, T y_ctrl, T x_to, T y_to) argument
99 curve4(T x_ctrl1, T y_ctrl1, T x_ctrl2, T y_ctrl2, T x_to, T y_to) argument
H A Dagg_path_storage.h648 double x_to, double y_to);
653 void curve3(double x_to, double y_to);
659 double x_to, double y_to);
666 double x_to, double y_to);
669 double x_to, double y_to);
960 double x_to, double y_to)
963 m_vertices.add_vertex(x_to, y_to, path_cmd_curve3);
979 void path_base<VC>::curve3(double x_to, double y_to) argument
998 curve3(x_ctrl, y_ctrl, x_to, y_to);
1014 double x_to, doubl
959 curve3(double x_ctrl, double y_ctrl, double x_to, double y_to) argument
1012 curve4(double x_ctrl1, double y_ctrl1, double x_ctrl2, double y_ctrl2, double x_to, double y_to) argument
1037 curve4(double x_ctrl2, double y_ctrl2, double x_to, double y_to) argument
[all...]
H A Dagg_renderer_mclip.h307 int x_to=0,
313 m_ren.copy_from(from, rc, x_to, y_to);
305 copy_from(const rendering_buffer& from, const rect_i* rc=0, int x_to=0, int y_to=0) argument
H A Dagg_rasterizer_cells_aa.h338 int x_from, x_to; local
454 x_to = x_from + delta;
455 render_hline(ey1, x_from, poly_subpixel_scale - first, x_to, first);
456 x_from = x_to;
/haiku/src/servers/app/drawing/Painter/
H A Dagg_renderer_region.h442 int x_to=0,
445 translate_to_base_ren(x_to, y_to);
449 m_ren.copy_from(from, rc, x_to, y_to);
440 copy_from(const rendering_buffer& from, const rect_i* rc=0, int x_to=0, int y_to=0) argument

Completed in 31 milliseconds