Searched refs:rewind (Results 51 - 75 of 86) sorted by relevance

1234

/haiku/src/libs/agg/src/
H A Dagg_arc.cpp58 void arc::rewind(unsigned) function in class:agg::arc
H A Dagg_curves.cpp86 void curve3_inc::rewind(unsigned) function in class:agg::curve3_inc
324 void curve4_inc::rewind(unsigned) function in class:agg::curve4_inc
/haiku/headers/libs/agg/
H A Dagg_vcgen_stroke.h81 void rewind(unsigned path_id);
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_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_span_gouraud.h117 void rewind(unsigned) function in class:agg::span_gouraud
H A Dagg_rasterizer_scanline_aa.h194 vs.rewind(path_id);
/haiku/src/libs/icon/transformer/
H A DPerspectiveTransformer.h74 virtual void rewind(unsigned path_id);
H A DPerspectiveTransformer.cpp130 PerspectiveTransformer::rewind(unsigned path_id) function in class:PerspectiveTransformer
132 Perspective::rewind(path_id);
H A DStrokeTransformer.cpp92 // rewind
94 StrokeTransformer::rewind(unsigned path_id) function in class:StrokeTransformer
96 Stroke::rewind(path_id);
/haiku/src/add-ons/screen_savers/slideshowsaver/
H A DSlideShowSaver.cpp339 SlideShowSaver::ShowNextImage(bool next, bool rewind) argument
345 found = FindNextImage(&curRef, &imgRef, next, rewind);
399 SlideShowSaver::FindNextImage(entry_ref *in_current, entry_ref *out_image, bool next, bool rewind) argument
401 // ASSERT(next || !rewind);
431 if (rewind) cur = 0; // start with first
/haiku/src/tests/kits/storage/
H A DBasicTest.h113 void rewind() function in class:TestSet
H A DDirectoryTest.cpp1205 testSet.rewind();
1259 testSet.rewind();
1271 testSet.rewind();
1281 testSet.rewind();
1310 testSet.rewind();
/haiku/headers/private/kernel/boot/
H A Dstdio.h69 extern void rewind(FILE *stream);
/haiku/src/system/libnetwork/netresolv/net/
H A Dgetnetent.c103 rewind(netf);
H A Dgetprotoent_r.c68 rewind(pd->fp);
H A Dsethostent.c110 rewind(*hf);
H A Dgetservent_r.c133 (void)rewind((FILE *)sd->plainfile);
/haiku/src/libs/uuid/
H A Dgen_uuid.c260 rewind(state_f);
321 rewind(state_f);
331 rewind(state_f);
/haiku/src/system/libroot/posix/glibc/include/
H A Dstdio_private.h101 libc_hidden_proto (rewind)
/haiku/src/apps/haikudepot/build/scripts/
H A Dustache.py751 rewind = yield token
752 if rewind is not None:
753 yield from replay(recording, rewind)
849 rewind = tokens.send
887 rewind(token_option)
/haiku/headers/posix/
H A Dstdio.h134 extern void rewind(FILE *stream);
/haiku/src/add-ons/kernel/file_systems/netfs/client/
H A DShareVolume.cpp130 rewind(false)
136 bool rewind; member in struct:ShareVolume::AttrDirCookie
1435 cookie->rewind = false;
1555 request.rewind = cookie->rewind;
1565 cookie->rewind = false;
1595 // if we have a local iterator, rewind it
1601 cookie->rewind = true;
2081 request.rewind = iterator->GetRewind();
2119 if (request.rewind || iterato
[all...]
/haiku/src/servers/app/drawing/Painter/
H A Dagg_rasterizer_scanline_aa_subpix.h114 vs.rewind(path_id);
/haiku/src/add-ons/kernel/file_systems/netfs/headers/shared/
H A DRequests.h841 visitor->Visit(this, rewind);
846 bool rewind; member in struct:ReadDirRequest
970 visitor->Visit(this, rewind);
975 bool rewind; member in struct:ReadAttrDirRequest

Completed in 174 milliseconds

1234