/haiku/src/tests/servers/app/shape_test/ |
H A D | main.cpp | 128 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 D | DirectoryIterator.h | 53 void Iterate(EntryVisitor &visitor);
|
H A D | Volume.cpp | 211 iterator.Iterate(visitor); in Mount()
|
H A D | DirectoryIterator.cpp | 181 DirectoryIterator::Iterate(EntryVisitor &visitor) in Iterate() function in DirectoryIterator
|
/haiku/docs/develop/servers/app_server/ |
H A D | CursorManager.rst | 65 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 D | TokenHandler.rst | 53 2. Iterate through the exclude list, removing and deleting each item
|
H A D | BitmapManager.rst | 23 1. Iterate over each item in the bitmap list, removing each item,
|
H A D | FontFamily.rst | 54 1. Iterate through the style list
|
H A D | ServerApp.rst | 151 3. Iterate through the window list, searching for the ServerWindow 217 3) Iterate through the window list, targeting the PortLink instance to
|
H A D | FontServer.rst | 69 4. Iterate through all families 217 1. Iterate through the family list
|
H A D | AppServer.rst | 125 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 D | DumpPrintJob.cpp | 74 printer.Iterate(&picture); in main()
|
/haiku/docs/user/interface/ |
H A D | Shape.dox | 61 \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 D | Shape.h | 38 status_t Iterate(BShape* shape);
|
/haiku/headers/private/print/ |
H A D | PictureIterator.h | 90 virtual void Iterate(BPicture* picture);
|
/haiku/src/kits/interface/textview_support/ |
H A D | StyleBuffer.h | 134 int32 Iterate(int32 fromOffset, int32 length,
|
/haiku/src/kits/tracker/ |
H A D | OpenWithWindow.cpp | 1828 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 D | OpenWithWindow.h | 352 bool Iterate() const;
|
/haiku/docs/user/app/ |
H A D | KeyStore.dox | 272 \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 D | VectorPath.h | 158 void Iterate(Iterator* iterator,
|
/haiku/src/kits/print/ |
H A D | PicturePrinter.cpp | 66 printer.Iterate(shape); in Print() 216 printer.Iterate(picture); in ClipToPicture()
|
H A D | PictureIterator.cpp | 149 PictureIterator::Iterate(BPicture* picture) { in Iterate() function in PictureIterator
|
/haiku/src/servers/app/ |
H A D | ServerPicture.cpp | 55 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 D | Matrix.h | 145 transform.Iterate(&shape); in Transform()
|
/haiku/src/apps/icon-o-matic/import_export/styled_text/ |
H A D | StyledTextImporter.cpp | 363 if (iterator.Iterate(&glyph) < B_OK) in _Import()
|