Searched refs:rewind (Results 1 - 25 of 86) sorted by path

1234

/haiku/headers/cpp/
H A Diostdio.h85 #define rewind _IO_rewind macro
/haiku/headers/libs/agg/
H A Dagg_arc.h50 void rewind(unsigned);
H A Dagg_arrowhead.h60 void rewind(unsigned path_id);
H A Dagg_bezier_arc.h59 void rewind(unsigned) function in class:agg::bezier_arc
130 void rewind(unsigned) function in class:agg::bezier_arc_svg
132 m_arc.rewind(0);
H A Dagg_bounding_rect.h45 vs.rewind(gi[start + i]);
87 vs.rewind(path_id);
H A Dagg_conv_adaptor_vcgen.h30 void rewind(unsigned) {} function in struct:agg::null_markers
60 void rewind(unsigned path_id) function in class:agg::conv_adaptor_vcgen
62 m_source->rewind(path_id);
138 m_generator.rewind(0);
H A Dagg_conv_adaptor_vpgen.h34 void rewind(unsigned path_id);
54 void conv_adaptor_vpgen<VertexSource, VPGen>::rewind(unsigned path_id) function in class:agg::conv_adaptor_vpgen
56 m_source->rewind(path_id);
H A Dagg_conv_close_polygon.h31 void rewind(unsigned path_id);
51 void conv_close_polygon<VertexSource>::rewind(unsigned path_id) function in class:agg::conv_close_polygon
53 m_source->rewind(path_id);
H A Dagg_conv_concat.h35 void rewind(unsigned path_id) function in class:agg::conv_concat
37 m_source1->rewind(path_id);
38 m_source2->rewind(0);
H A Dagg_conv_curve.h114 void rewind(unsigned path_id);
132 void conv_curve<VertexSource, Curve3, Curve4>::rewind(unsigned path_id) function in class:agg::conv_curve
134 m_source->rewind(path_id);
H A Dagg_conv_marker.h37 void rewind(unsigned path_id);
77 void conv_marker<MarkerLocator, MarkerShapes>::rewind(unsigned) function in class:agg::conv_marker
102 m_marker_locator->rewind(m_marker);
122 m_marker_shapes->rewind(m_marker - 1);
H A Dagg_conv_transform.h36 void rewind(unsigned path_id) function in class:agg::conv_transform
38 m_source->rewind(path_id);
H A Dagg_conv_unclose_polygon.h30 void rewind(unsigned path_id) function in class:agg::conv_unclose_polygon
32 m_source->rewind(path_id);
H A Dagg_ellipse.h49 void rewind(unsigned path_id);
95 inline void ellipse::rewind(unsigned) function in class:agg::ellipse
H A Dagg_gsv_text.h57 void rewind(unsigned path_id);
129 void rewind(unsigned path_id) function in class:agg::gsv_text_outline
131 m_trans.rewind(path_id);
H A Dagg_path_length.h35 vs.rewind(path_id);
H A Dagg_path_storage.h382 void rewind(unsigned) function in class:agg::poly_plain_adaptor
446 void rewind(unsigned) function in class:agg::poly_container_adaptor
508 void rewind(unsigned) function in class:agg::poly_container_reverse_adaptor
566 m_line.rewind(0);
569 void rewind(unsigned) function in class:agg::line_adaptor
571 m_line.rewind(0);
601 // To navigate to the beginning of a particular path, use rewind(path_id);
699 void rewind(unsigned path_id);
725 vs.rewind(path_id);
740 vs.rewind(path_i
1160 inline void path_base<VC>::rewind(unsigned path_id) function in class:agg::path_base
[all...]
H A Dagg_path_storage_integer.h131 void rewind(unsigned) function in class:agg::path_storage_integer
242 void rewind(unsigned) function in class:agg::serialized_integer_path_adaptor
H A Dagg_rasterizer_compound_aa.h148 vs.rewind(path_id);
H A Dagg_rasterizer_outline.h100 vs.rewind(path_id);
H A Dagg_rasterizer_outline_aa.h172 vs.rewind(path_id);
H A Dagg_rasterizer_scanline_aa.h194 vs.rewind(path_id);
H A Dagg_rounded_rect.h49 void rewind(unsigned);
H A Dagg_span_gouraud.h117 void rewind(unsigned) function in class:agg::span_gouraud
H A Dagg_trans_double_path.h72 vs1.rewind(path1_id);
88 vs2.rewind(path2_id);

Completed in 136 milliseconds

1234