Searched refs:Iterate (Results 1 - 22 of 22) sorted by relevance

/haiku/src/tests/servers/app/shape_test/
H A Dmain.cpp128 translator.Iterate(&shape);
141 translator.Iterate(&shape);
154 translator.Iterate(&shape);
/haiku/src/tests/kits/interface/pictureprint/
H A DDumpPrintJob.cpp74 printer.Iterate(&picture);
/haiku/src/add-ons/kernel/file_systems/exfat/
H A DDirectoryIterator.h53 void Iterate(EntryVisitor &visitor);
H A DDirectoryIterator.cpp181 DirectoryIterator::Iterate(EntryVisitor &visitor) function in class:DirectoryIterator
H A DVolume.cpp211 iterator.Iterate(visitor);
/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/libs/icon/shape/
H A DVectorPath.h158 void Iterate(Iterator* iterator,
H A DVectorPath.cpp847 VectorPath::Iterate(Iterator* iterator, float smoothScale) const function in class:VectorPath
/haiku/src/kits/interface/textview_support/
H A DStyleBuffer.h134 int32 Iterate(int32 fromOffset, int32 length,
H A DStyleBuffer.cpp449 BTextView::StyleBuffer::Iterate(int32 fromOffset, int32 length, function in class:BTextView::StyleBuffer
/haiku/src/kits/tracker/
H A DOpenWithWindow.cpp1812 if (!Iterate())
1823 if (!Iterate())
1835 if (!Iterate())
1846 if (!Iterate())
1857 if (!Iterate())
1866 ConditionalAllAppsIterator::Iterate() const function in class:ConditionalAllAppsIterator
H A DOpenWithWindow.h350 bool Iterate() const;
/haiku/src/kits/print/
H A DPicturePrinter.cpp66 printer.Iterate(shape);
216 printer.Iterate(picture);
H A DPictureIterator.cpp149 PictureIterator::Iterate(BPicture* picture) { function in class:PictureIterator
/haiku/src/tests/kits/interface/picture/
H A DMatrix.h145 transform.Iterate(&shape);
/haiku/src/servers/app/
H A DServerPicture.cpp55 status_t Iterate(const BShape* shape);
88 ShapePainter::Iterate(const BShape* shape) function in class:ShapePainter
91 return BShapeIterator::Iterate(const_cast<BShape*>(shape));
394 drawShape.Iterate(&shape);
512 drawShape.Iterate(&shape);
/haiku/src/kits/interface/
H A DShape.cpp40 BShapeIterator::Iterate(BShape* shape) function in class:BShapeIterator
H A DTextView.cpp3992 fStyles->Iterate(fromOffset, 1, fInline, NULL, NULL, _ascent,
4307 fStyles->Iterate(fromOffset, 1, fInline, NULL, NULL, _ascent,
4321 while ((numBytes = fStyles->Iterate(fromOffset, length, fInline, &font,
4448 while ((numBytes = fStyles->Iterate(offset, length, fInline, &font,
/haiku/src/apps/icon-o-matic/import_export/styled_text/
H A DStyledTextImporter.cpp363 if (iterator.Iterate(&glyph) < B_OK)
/haiku/src/tests/servers/app/painter/
H A DPainter.cpp1171 converter.Iterate(shape);
/haiku/src/apps/icon-o-matic/shape/
H A DPathManipulator.cpp315 fPath->Iterate(&iterator, fCanvasView->ZoomLevel());

Completed in 157 milliseconds