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

1234

/haiku/src/system/libroot/posix/glibc/libio/
H A Drewind.c32 rewind (fp) function
43 libc_hidden_def (rewind)
/haiku/headers/libs/agg/
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_conv_transform.h36 void rewind(unsigned path_id) function in class:agg::conv_transform
38 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_vcgen_vertex_sequence.h46 void rewind(unsigned path_id);
96 inline void vcgen_vertex_sequence::rewind(unsigned) function in class:agg::vcgen_vertex_sequence
112 rewind(0);
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_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_arc.h50 void rewind(unsigned);
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_vcgen_bspline.h52 void rewind(unsigned 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_vcgen_markers_term.h41 void rewind(unsigned path_id);
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_arrowhead.h60 void rewind(unsigned path_id);
H A Dagg_path_length.h35 vs.rewind(path_id);
H A Dagg_rounded_rect.h49 void rewind(unsigned);
/haiku/src/libs/icon/transformer/
H A DPathTransformer.h31 virtual void rewind(unsigned path_id) function in class:PathTransformer
32 { fSource->rewind(path_id); }
H A DPathSource.cpp34 // rewind
36 PathSource::rewind(unsigned path_id) function in class:PathSource
38 fAGGCurvedPath.rewind(path_id);
H A DPathSource.h33 virtual void rewind(unsigned path_id);
/haiku/src/libs/icon/generic/
H A DVertexSource.h24 virtual void rewind(unsigned path_id) = 0;
/haiku/src/apps/showimage/
H A DImageFileNavigator.cpp45 entry_ref& ref, bool next, bool rewind) = 0;
67 entry_ref& ref, bool next, bool rewind);
84 entry_ref& ref, bool next, bool rewind);
107 entry_ref& ref, bool next, bool rewind);
180 bool next, bool rewind)
194 if (rewind)
201 if (rewind) {
218 rewind = false;
278 bool next, bool rewind)
281 if (rewind) {
179 FindNextImage(const entry_ref& currentRef, entry_ref& ref, bool next, bool rewind) argument
277 FindNextImage(const entry_ref& currentRef, entry_ref& nextRef, bool next, bool rewind) argument
370 FindNextImage(const entry_ref& currentRef, entry_ref& nextRef, bool next, bool rewind) argument
[all...]
/haiku/src/add-ons/screen_savers/slideshowsaver/
H A DSlideShowSaver.h68 bool ShowNextImage(bool next, bool rewind);
76 bool FindNextImage(entry_ref *in_current, entry_ref *out_image, bool next, bool rewind);
/haiku/src/libs/agg/src/
H A Dagg_rounded_rect.cpp99 void rounded_rect::rewind(unsigned) function in class:agg::rounded_rect
113 m_arc.rewind(0);
124 m_arc.rewind(0);
135 m_arc.rewind(0);
146 m_arc.rewind(0);
/haiku/src/tests/kits/storage/
H A DStatableTest.cpp39 for (testEntries.rewind(); testEntries.getNext(statable, entryName); ) {
49 for (testEntries.rewind(); testEntries.getNext(statable, entryName); ) {
57 for (testEntries.rewind(); testEntries.getNext(statable, entryName); )
72 for (testEntries.rewind(); testEntries.getNext(statable, entryName); ) {
83 for (testEntries.rewind(); testEntries.getNext(statable, entryName); ) {
101 for (testEntries.rewind(); testEntries.getNext(statable, entryName); ) {
145 for (testEntries.rewind(); testEntries.getNext(statable, entryName); ) {
169 for (testEntries.rewind(); testEntries.getNext(statable, entryName); ) {
196 for (testEntries.rewind(); testEntries.getNext(statable, entryName); ) {
229 for (testEntries.rewind(); testEntrie
[all...]

Completed in 451 milliseconds

1234