Searched refs:modify_last (Results 1 - 12 of 12) sorted by relevance

/haiku/headers/libs/agg/
H A Dagg_vertex_sequence.h73 void modify_last(const T& val);
96 void vertex_sequence<T, S>::modify_last(const T& val) function in class:agg::vertex_sequence
113 modify_last(t);
H A Dagg_vcgen_vertex_sequence.h79 m_src_vertices.modify_last(vertex_dist_cmd(x, y, cmd));
H A Dagg_array.h352 void modify_last(const T& val);
671 void pod_bvector<T, S>::modify_last(const T& val) function in class:agg::pod_bvector
H A Dagg_rasterizer_outline_aa.h115 m_src_vertices.modify_last(vertex_type(m_start_x = x, m_start_y = y));
/haiku/src/libs/agg/src/
H A Dagg_vcgen_markers_term.cpp42 m_markers.modify_last(coord_type(x, y));
H A Dagg_vcgen_contour.cpp55 m_src_vertices.modify_last(vertex_dist(x, y));
H A Dagg_vcgen_dash.cpp112 m_src_vertices.modify_last(vertex_dist(x, y));
H A Dagg_trans_double_path.cpp52 m_src_vertices1.modify_last(vertex_dist(x, y));
77 m_src_vertices2.modify_last(vertex_dist(x, y));
H A Dagg_trans_single_path.cpp45 m_src_vertices.modify_last(vertex_dist(x, y));
H A Dagg_vcgen_bspline.cpp50 m_src_vertices.modify_last(point_d(x, y));
H A Dagg_vcgen_smooth_poly1.cpp51 m_src_vertices.modify_last(vertex_dist(x, y));
H A Dagg_vcgen_stroke.cpp54 m_src_vertices.modify_last(vertex_dist(x, y));

Completed in 147 milliseconds