Home
last modified time | relevance | path

Searched refs:Iterate (Results 1 – 25 of 33) sorted by relevance

12

/haiku/src/tests/servers/app/shape_test/
H A Dmain.cpp128 translator.Iterate(&shape); in Draw()
141 translator.Iterate(&shape); in Draw()
154 translator.Iterate(&shape); in Draw()
/haiku/src/add-ons/kernel/file_systems/exfat/
H A DDirectoryIterator.h53 void Iterate(EntryVisitor &visitor);
H A DVolume.cpp211 iterator.Iterate(visitor); in Mount()
H A DDirectoryIterator.cpp181 DirectoryIterator::Iterate(EntryVisitor &visitor) in Iterate() function in DirectoryIterator
/haiku/docs/develop/servers/app_server/
H A DCursorManager.rst65 2. Iterate through the cursor list, looking for ctoken
73 2. Iterate through the cursor list, checking each cursor's ServerApp
98 3. Iterate through list of system cursor tokens and see if there's a
H A DTokenHandler.rst53 2. Iterate through the exclude list, removing and deleting each item
H A DBitmapManager.rst23 1. Iterate over each item in the bitmap list, removing each item,
H A DFontFamily.rst54 1. Iterate through the style list
H A DServerApp.rst151 3. Iterate through the window list, searching for the ServerWindow
217 3) Iterate through the window list, targeting the PortLink instance to
H A DFontServer.rst69 4. Iterate through all families
217 1. Iterate through the family list
H A DAppServer.rst125 3. Iterate through the application list, searching for the ServerApp
210 2) Iterate through the list, calling each ServerApp object's
262 3. Iterate through the application list, targeting the PortLink instance
/haiku/src/tests/kits/interface/pictureprint/
H A DDumpPrintJob.cpp74 printer.Iterate(&picture); in main()
/haiku/docs/user/interface/
H A DShape.dox61 \fn status_t BShapeIterator::Iterate(BShape* shape)
77 \brief Called by Iterate() to act on \a point.
93 \brief Called by Iterate() to act on \a lineCount lines comprised of the
111 \brief Called by Iterate() to act on \a bezierCount Bézier curves
128 \brief Called by Iterate() to close the BShape.
142 \brief Called by Iterate() to act on an arc.
/haiku/headers/os/interface/
H A DShape.h38 status_t Iterate(BShape* shape);
/haiku/headers/private/print/
H A DPictureIterator.h90 virtual void Iterate(BPicture* picture);
/haiku/src/kits/interface/textview_support/
H A DStyleBuffer.h134 int32 Iterate(int32 fromOffset, int32 length,
/haiku/src/kits/tracker/
H A DOpenWithWindow.cpp1828 if (!Iterate()) in GetNextEntry()
1839 if (!Iterate()) in GetNextRef()
1851 if (!Iterate()) in GetNextDirents()
1862 if (!Iterate()) in Rewind()
1873 if (!Iterate()) in CountEntries()
1882 ConditionalAllAppsIterator::Iterate() const in Iterate() function in ConditionalAllAppsIterator
H A DOpenWithWindow.h352 bool Iterate() const;
/haiku/docs/user/app/
H A DKeyStore.dox272 \brief Iterate through the keys of the Master keyring.
286 \brief Iterate through the keys of the Master keyring.
299 \brief Iterate through the keys of a \a keyring.
313 \brief Iterate through keys of a \a keyring.
394 \brief Iterate through the keyrings.
545 \brief Iterate through applications that currently have been granted access
559 \brief Iterate through applications that currently have been granted access
/haiku/src/libs/icon/shape/
H A DVectorPath.h158 void Iterate(Iterator* iterator,
/haiku/src/kits/print/
H A DPicturePrinter.cpp66 printer.Iterate(shape); in Print()
216 printer.Iterate(picture); in ClipToPicture()
H A DPictureIterator.cpp149 PictureIterator::Iterate(BPicture* picture) { in Iterate() function in PictureIterator
/haiku/src/servers/app/
H A DServerPicture.cpp55 status_t Iterate(const BShape* shape);
88 ShapePainter::Iterate(const BShape* shape) in Iterate() function in ShapePainter
91 return BShapeIterator::Iterate(const_cast<BShape*>(shape)); in Iterate()
394 drawShape.Iterate(&shape); in draw_shape()
512 drawShape.Iterate(&shape); in draw_shape_gradient()
/haiku/src/tests/kits/interface/picture/
H A DMatrix.h145 transform.Iterate(&shape); in Transform()
/haiku/src/apps/icon-o-matic/import_export/styled_text/
H A DStyledTextImporter.cpp363 if (iterator.Iterate(&glyph) < B_OK) in _Import()

12