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

123456

/haiku-fatelf/src/system/libroot/posix/glibc/libio/
H A Drewind.c32 rewind (fp) function
43 libc_hidden_def (rewind)
/haiku-fatelf/src/system/libroot/posix/stdio/
H A Drewind.c44 rewind(fp) function
/haiku-fatelf/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_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_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_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_conv_curve.h111 void rewind(unsigned path_id);
129 void conv_curve<VertexSource, Curve3, Curve4>::rewind(unsigned path_id) function in class:agg::conv_curve
131 m_source->rewind(path_id);
/haiku-fatelf/src/libs/icon/transformer/
H A DTransformer.cpp58 // rewind
60 Transformer::rewind(unsigned path_id) function in class:Transformer
62 fSource.rewind(path_id);
H A DPathSource.cpp31 // rewind
33 PathSource::rewind(unsigned path_id) function in class:PathSource
35 fAGGCurvedPath.rewind(path_id);
H A DTransformer.h30 virtual void rewind(unsigned path_id) = 0;
55 virtual void rewind(unsigned path_id);
H A DPathSource.h33 virtual void rewind(unsigned path_id);
H A DPerspectiveTransformer.cpp57 // rewind
59 PerspectiveTransformer::rewind(unsigned path_id) function in class:PerspectiveTransformer
61 Perspective::rewind(path_id);
/haiku-fatelf/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);
187 bool next, bool rewind)
201 if (rewind)
208 if (rewind) {
225 rewind = false;
285 bool next, bool rewind)
288 if (rewind) {
186 FindNextImage(const entry_ref& currentRef, entry_ref& ref, bool next, bool rewind) argument
284 FindNextImage(const entry_ref& currentRef, entry_ref& nextRef, bool next, bool rewind) argument
377 FindNextImage(const entry_ref& currentRef, entry_ref& nextRef, bool next, bool rewind) argument
[all...]
/haiku-fatelf/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-fatelf/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-fatelf/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 136 milliseconds

123456