src/apps/icon-o-matic/MainWindow.cpp
454
VectorPath* path = NULL;
src/apps/icon-o-matic/MainWindow.cpp
512
VectorPath* path;
src/apps/icon-o-matic/Util.cpp
44
new_path(Container<VectorPath>* container, VectorPath** path,
src/apps/icon-o-matic/Util.cpp
45
AddPathsCommand** command, VectorPath* other)
src/apps/icon-o-matic/Util.cpp
48
*path = new (nothrow) VectorPath(*other);
src/apps/icon-o-matic/Util.cpp
50
*path = new (nothrow) VectorPath();
src/apps/icon-o-matic/Util.cpp
53
VectorPath* paths[1];
src/apps/icon-o-matic/Util.h
25
class VectorPath;
src/apps/icon-o-matic/Util.h
34
void new_path(Container<VectorPath>* container, VectorPath** path,
src/apps/icon-o-matic/Util.h
35
AddPathsCommand** command, VectorPath* other = NULL);
src/apps/icon-o-matic/gui/PathListView.cpp
124
void SetPath(VectorPath* p)
src/apps/icon-o-matic/gui/PathListView.cpp
179
VectorPath* path;
src/apps/icon-o-matic/gui/PathListView.cpp
188
class ShapePathListener : public ContainerListener<VectorPath>,
src/apps/icon-o-matic/gui/PathListView.cpp
206
virtual void ItemAdded(VectorPath* path, int32 index)
src/apps/icon-o-matic/gui/PathListView.cpp
212
virtual void ItemRemoved(VectorPath* path)
src/apps/icon-o-matic/gui/PathListView.cpp
347
VectorPath* path = item->path;
src/apps/icon-o-matic/gui/PathListView.cpp
354
VectorPath* paths[1];
src/apps/icon-o-matic/gui/PathListView.cpp
375
VectorPath* path;
src/apps/icon-o-matic/gui/PathListView.cpp
384
VectorPath* path;
src/apps/icon-o-matic/gui/PathListView.cpp
401
VectorPath* path;
src/apps/icon-o-matic/gui/PathListView.cpp
442
VectorPath* path;
src/apps/icon-o-matic/gui/PathListView.cpp
539
VectorPath* path = new(std::nothrow) VectorPath(&pathArchive);
src/apps/icon-o-matic/gui/PathListView.cpp
54
PathListItem(VectorPath* p, PathListView* listView, bool markEnabled)
src/apps/icon-o-matic/gui/PathListView.cpp
556
(VectorPath**)paths.Items(), count, true, dropIndex);
src/apps/icon-o-matic/gui/PathListView.cpp
559
delete (VectorPath*)paths.ItemAtFast(i);
src/apps/icon-o-matic/gui/PathListView.cpp
576
VectorPath** paths = new (nothrow) VectorPath*[count];
src/apps/icon-o-matic/gui/PathListView.cpp
604
VectorPath* paths[count];
src/apps/icon-o-matic/gui/PathListView.cpp
609
paths[i] = item ? new (nothrow) VectorPath(*item->path) : NULL;
src/apps/icon-o-matic/gui/PathListView.cpp
656
VectorPath* path = dynamic_cast<VectorPath*>(selectable);
src/apps/icon-o-matic/gui/PathListView.cpp
684
PathListView::ItemAdded(VectorPath* path, int32 index)
src/apps/icon-o-matic/gui/PathListView.cpp
701
PathListView::ItemRemoved(VectorPath* path)
src/apps/icon-o-matic/gui/PathListView.cpp
721
PathListView::SetPathContainer(Container<VectorPath>* container)
src/apps/icon-o-matic/gui/PathListView.cpp
846
PathListView::_AddPath(VectorPath* path, int32 index)
src/apps/icon-o-matic/gui/PathListView.cpp
866
PathListView::_RemovePath(VectorPath* path)
src/apps/icon-o-matic/gui/PathListView.cpp
878
PathListView::_ItemForPath(VectorPath* path) const
src/apps/icon-o-matic/gui/PathListView.cpp
924
PathListView::_SetPathMarked(VectorPath* path, bool marked)
src/apps/icon-o-matic/gui/PathListView.h
105
Container<VectorPath>* fPathContainer;
src/apps/icon-o-matic/gui/PathListView.h
22
class VectorPath;
src/apps/icon-o-matic/gui/PathListView.h
37
public ContainerListener<VectorPath> {
src/apps/icon-o-matic/gui/PathListView.h
67
virtual void ItemAdded(VectorPath* path, int32 index);
src/apps/icon-o-matic/gui/PathListView.h
68
virtual void ItemRemoved(VectorPath* path);
src/apps/icon-o-matic/gui/PathListView.h
71
void SetPathContainer(Container<VectorPath>* container);
src/apps/icon-o-matic/gui/PathListView.h
81
bool _AddPath(VectorPath* path, int32 index);
src/apps/icon-o-matic/gui/PathListView.h
82
bool _RemovePath(VectorPath* path);
src/apps/icon-o-matic/gui/PathListView.h
84
PathListItem* _ItemForPath(VectorPath* path) const;
src/apps/icon-o-matic/gui/PathListView.h
88
void _SetPathMarked(VectorPath* path, bool marked);
src/apps/icon-o-matic/gui/ShapeListView.cpp
380
VectorPath* path = new(nothrow) VectorPath(&pathArchive);
src/apps/icon-o-matic/gui/ShapeListView.cpp
384
VectorPath* pathToInclude = path;
src/apps/icon-o-matic/gui/ShapeListView.cpp
386
VectorPath* other = fPathContainer->ItemAtFast(i);
src/apps/icon-o-matic/gui/ShapeListView.cpp
431
fPathContainer, (VectorPath**)paths.Items(), paths.CountItems(),
src/apps/icon-o-matic/gui/ShapeListView.cpp
721
ShapeListView::SetPathContainer(Container<VectorPath>* container)
src/apps/icon-o-matic/gui/ShapeListView.h
27
class VectorPath;
src/apps/icon-o-matic/gui/ShapeListView.h
75
void SetPathContainer(Container<VectorPath>* container);
src/apps/icon-o-matic/gui/ShapeListView.h
91
Container<VectorPath>* fPathContainer;
src/apps/icon-o-matic/import_export/flat_icon/FlatIconExporter.cpp
193
const Container<VectorPath>* paths = icon->Paths();
src/apps/icon-o-matic/import_export/flat_icon/FlatIconExporter.cpp
313
FlatIconExporter::_AnalysePath(VectorPath* path, uint8 pointCount,
src/apps/icon-o-matic/import_export/flat_icon/FlatIconExporter.cpp
350
write_path_no_curves(LittleEndianBuffer& buffer, VectorPath* path, uint8 pointCount)
src/apps/icon-o-matic/import_export/flat_icon/FlatIconExporter.cpp
365
write_path_curves(LittleEndianBuffer& buffer, VectorPath* path, uint8 pointCount)
src/apps/icon-o-matic/import_export/flat_icon/FlatIconExporter.cpp
389
write_path_with_commands(LittleEndianBuffer& buffer, VectorPath* path, uint8 pointCount)
src/apps/icon-o-matic/import_export/flat_icon/FlatIconExporter.cpp
398
FlatIconExporter::_WritePaths(LittleEndianBuffer& buffer, const Container<VectorPath>* paths)
src/apps/icon-o-matic/import_export/flat_icon/FlatIconExporter.cpp
407
VectorPath* path = paths->ItemAtFast(i);
src/apps/icon-o-matic/import_export/flat_icon/FlatIconExporter.cpp
520
const Container<Style>* styles, const Container<VectorPath>* paths)
src/apps/icon-o-matic/import_export/flat_icon/FlatIconExporter.cpp
543
VectorPath* path = shape->Paths()->ItemAtFast(i);
src/apps/icon-o-matic/import_export/flat_icon/FlatIconExporter.cpp
613
const Container<VectorPath>* paths, const Container<Shape>* shapes)
src/apps/icon-o-matic/import_export/flat_icon/FlatIconExporter.h
25
class VectorPath;
src/apps/icon-o-matic/import_export/flat_icon/FlatIconExporter.h
83
const Container<VectorPath>* paths);
src/apps/icon-o-matic/import_export/flat_icon/FlatIconExporter.h
86
const Container<VectorPath>* paths,
src/apps/icon-o-matic/import_export/flat_icon/FlatIconExporter.h
92
bool _AnalysePath(VectorPath* path,
src/apps/icon-o-matic/import_export/message/MessageExporter.cpp
136
MessageExporter::_Export(const VectorPath* path, BMessage* into) const
src/apps/icon-o-matic/import_export/message/MessageExporter.cpp
151
const Container<VectorPath>* globalPaths,
src/apps/icon-o-matic/import_export/message/MessageExporter.cpp
178
VectorPath* path = pathSourceShape->Paths()->ItemAtFast(i);
src/apps/icon-o-matic/import_export/message/MessageExporter.cpp
44
const Container<VectorPath>* paths = icon->Paths();
src/apps/icon-o-matic/import_export/message/MessageExporter.cpp
52
VectorPath* path = paths->ItemAtFast(i);
src/apps/icon-o-matic/import_export/message/MessageExporter.h
23
class VectorPath;
src/apps/icon-o-matic/import_export/message/MessageExporter.h
38
status_t _Export(const VectorPath* path,
src/apps/icon-o-matic/import_export/message/MessageExporter.h
43
const Container<VectorPath>* globalPaths,
src/apps/icon-o-matic/import_export/styled_text/StyledTextImporter.cpp
159
VectorPath *
src/apps/icon-o-matic/import_export/styled_text/StyledTextImporter.cpp
165
fPath = new (nothrow) VectorPath();
src/apps/icon-o-matic/import_export/styled_text/StyledTextImporter.cpp
56
VectorPath *CurrentPath();
src/apps/icon-o-matic/import_export/styled_text/StyledTextImporter.cpp
61
VectorPath *fPath;
src/apps/icon-o-matic/import_export/svg/DocumentBuilder.cpp
143
VectorPath* path = new (nothrow) VectorPath();
src/apps/icon-o-matic/import_export/svg/DocumentBuilder.cpp
334
VectorPath* path = shape->Paths()->ItemAtFast(i);
src/apps/icon-o-matic/import_export/svg/SVGExporter.cpp
307
VectorPath* path = pathSourceShape->Paths()->ItemAtFast(i);
src/apps/icon-o-matic/shape/PathManipulator.cpp
197
PathManipulator::PathManipulator(VectorPath* path)
src/apps/icon-o-matic/shape/PathManipulator.cpp
255
class StrokePathIterator : public VectorPath::Iterator {
src/apps/icon-o-matic/shape/PathManipulator.h
158
VectorPath* fPath;
src/apps/icon-o-matic/shape/PathManipulator.h
36
PathManipulator(VectorPath* path);
src/apps/icon-o-matic/shape/commands/AddPathsCommand.cpp
23
AddPathsCommand::AddPathsCommand(Container<VectorPath>* container,
src/apps/icon-o-matic/shape/commands/AddPathsCommand.cpp
24
const VectorPath* const* paths, int32 count, bool ownsPaths, int32 index)
src/apps/icon-o-matic/shape/commands/AddPathsCommand.cpp
25
: AddCommand<VectorPath>(container, paths, count, ownsPaths, index)
src/apps/icon-o-matic/shape/commands/AddPathsCommand.h
18
class VectorPath;
src/apps/icon-o-matic/shape/commands/AddPathsCommand.h
24
class AddPathsCommand : public AddCommand<VectorPath> {
src/apps/icon-o-matic/shape/commands/AddPathsCommand.h
27
Container<VectorPath>* container,
src/apps/icon-o-matic/shape/commands/AddPathsCommand.h
28
const VectorPath* const* paths,
src/apps/icon-o-matic/shape/commands/AddPointCommand.cpp
24
AddPointCommand::AddPointCommand(VectorPath* path,
src/apps/icon-o-matic/shape/commands/AddPointCommand.h
19
AddPointCommand(VectorPath* path,
src/apps/icon-o-matic/shape/commands/ChangePointCommand.cpp
27
ChangePointCommand::ChangePointCommand(VectorPath* path,
src/apps/icon-o-matic/shape/commands/ChangePointCommand.h
18
ChangePointCommand(VectorPath* path,
src/apps/icon-o-matic/shape/commands/CleanUpPathCommand.cpp
24
CleanUpPathCommand::CleanUpPathCommand(VectorPath* path)
src/apps/icon-o-matic/shape/commands/CleanUpPathCommand.h
17
CleanUpPathCommand(VectorPath* path);
src/apps/icon-o-matic/shape/commands/CleanUpPathCommand.h
26
VectorPath fOriginalPath;
src/apps/icon-o-matic/shape/commands/FlipPointsCommand.cpp
28
FlipPointsCommand::FlipPointsCommand(VectorPath* path,
src/apps/icon-o-matic/shape/commands/FlipPointsCommand.h
18
FlipPointsCommand(VectorPath* path,
src/apps/icon-o-matic/shape/commands/FreezeTransformationCommand.cpp
137
VectorPath* path = shape->Paths()->ItemAtFast(i);
src/apps/icon-o-matic/shape/commands/InsertPointCommand.cpp
27
InsertPointCommand::InsertPointCommand(VectorPath* path,
src/apps/icon-o-matic/shape/commands/InsertPointCommand.h
18
InsertPointCommand(VectorPath* path,
src/apps/icon-o-matic/shape/commands/MovePathsCommand.cpp
23
MovePathsCommand::MovePathsCommand(Container<VectorPath>* container,
src/apps/icon-o-matic/shape/commands/MovePathsCommand.cpp
24
VectorPath** paths, int32 count, int32 toIndex)
src/apps/icon-o-matic/shape/commands/MovePathsCommand.cpp
25
: MoveCommand<VectorPath>(container, paths, count, toIndex)
src/apps/icon-o-matic/shape/commands/MovePathsCommand.h
19
class VectorPath;
src/apps/icon-o-matic/shape/commands/MovePathsCommand.h
25
class MovePathsCommand : public MoveCommand<VectorPath> {
src/apps/icon-o-matic/shape/commands/MovePathsCommand.h
28
Container<VectorPath>* container,
src/apps/icon-o-matic/shape/commands/MovePathsCommand.h
29
VectorPath** paths,
src/apps/icon-o-matic/shape/commands/NudgePointsCommand.cpp
40
NudgePointsCommand::NudgePointsCommand(VectorPath* path,
src/apps/icon-o-matic/shape/commands/NudgePointsCommand.h
19
class VectorPath;
src/apps/icon-o-matic/shape/commands/NudgePointsCommand.h
28
NudgePointsCommand(VectorPath* path,
src/apps/icon-o-matic/shape/commands/NudgePointsCommand.h
45
VectorPath* fPath;
src/apps/icon-o-matic/shape/commands/PathCommand.cpp
24
PathCommand::PathCommand(VectorPath* path)
src/apps/icon-o-matic/shape/commands/PathCommand.h
17
class VectorPath;
src/apps/icon-o-matic/shape/commands/PathCommand.h
25
PathCommand(VectorPath* path);
src/apps/icon-o-matic/shape/commands/PathCommand.h
35
VectorPath* fPath;
src/apps/icon-o-matic/shape/commands/RemovePathsCommand.cpp
33
Container<VectorPath>* container, const int32* indices, int32 count)
src/apps/icon-o-matic/shape/commands/RemovePathsCommand.cpp
34
: RemoveCommand<VectorPath>(container, indices, count),
src/apps/icon-o-matic/shape/commands/RemovePathsCommand.cpp
72
status_t ret = RemoveCommand<VectorPath>::Perform();
src/apps/icon-o-matic/shape/commands/RemovePathsCommand.cpp
97
status_t ret = RemoveCommand<VectorPath>::Undo();
src/apps/icon-o-matic/shape/commands/RemovePathsCommand.h
22
class VectorPath;
src/apps/icon-o-matic/shape/commands/RemovePathsCommand.h
28
class RemovePathsCommand : public RemoveCommand<VectorPath> {
src/apps/icon-o-matic/shape/commands/RemovePathsCommand.h
31
Container<VectorPath>* container,
src/apps/icon-o-matic/shape/commands/RemovePointsCommand.cpp
29
RemovePointsCommand::RemovePointsCommand(VectorPath* path,
src/apps/icon-o-matic/shape/commands/RemovePointsCommand.cpp
49
RemovePointsCommand::RemovePointsCommand(VectorPath* path,
src/apps/icon-o-matic/shape/commands/RemovePointsCommand.h
20
RemovePointsCommand(VectorPath* path,
src/apps/icon-o-matic/shape/commands/RemovePointsCommand.h
25
RemovePointsCommand(VectorPath* path,
src/apps/icon-o-matic/shape/commands/ReversePathCommand.cpp
24
ReversePathCommand::ReversePathCommand(VectorPath* path)
src/apps/icon-o-matic/shape/commands/ReversePathCommand.h
16
ReversePathCommand(VectorPath* path);
src/apps/icon-o-matic/shape/commands/RotatePathIndicesCommand.cpp
20
RotatePathIndicesCommand::RotatePathIndicesCommand(VectorPath* path,
src/apps/icon-o-matic/shape/commands/RotatePathIndicesCommand.h
12
RotatePathIndicesCommand(VectorPath* path,
src/apps/icon-o-matic/shape/commands/SplitPointsCommand.cpp
30
SplitPointsCommand::SplitPointsCommand(VectorPath* path,
src/apps/icon-o-matic/shape/commands/SplitPointsCommand.h
18
SplitPointsCommand(VectorPath* path,
src/apps/icon-o-matic/shape/commands/TransformPointsCommand.cpp
23
VectorPath* path,
src/apps/icon-o-matic/shape/commands/TransformPointsCommand.h
20
class VectorPath;
src/apps/icon-o-matic/shape/commands/TransformPointsCommand.h
32
VectorPath* path,
src/apps/icon-o-matic/shape/commands/TransformPointsCommand.h
62
VectorPath* fPath;
src/apps/icon-o-matic/shape/commands/UnassignPathCommand.cpp
24
VectorPath* path)
src/apps/icon-o-matic/shape/commands/UnassignPathCommand.h
18
class VectorPath;
src/apps/icon-o-matic/shape/commands/UnassignPathCommand.h
27
VectorPath* path);
src/apps/icon-o-matic/shape/commands/UnassignPathCommand.h
39
VectorPath* fPath;
src/apps/icon-o-matic/transformable/TransformPointsBox.cpp
24
VectorPath* path,
src/apps/icon-o-matic/transformable/TransformPointsBox.h
20
class VectorPath;
src/apps/icon-o-matic/transformable/TransformPointsBox.h
32
VectorPath* path,
src/apps/icon-o-matic/transformable/TransformPointsBox.h
50
VectorPath* fPath;
src/libs/icon/Icon.cpp
100
VectorPath* remote = pathSourceShape->Paths()->ItemAtFast(j);
src/libs/icon/Icon.cpp
102
VectorPath* local = fPaths.ItemAt(index);
src/libs/icon/Icon.cpp
69
VectorPath* path = other.fPaths.ItemAtFast(i);
src/libs/icon/Icon.cpp
70
VectorPath* clone = new (nothrow) VectorPath(*path);
src/libs/icon/Icon.h
32
class VectorPath;
src/libs/icon/Icon.h
63
const Container<VectorPath>* Paths() const
src/libs/icon/Icon.h
65
Container<VectorPath>* Paths()
src/libs/icon/Icon.h
78
Container<VectorPath> fPaths;
src/libs/icon/flat_icon/FlatIconImporter.cpp
126
Container<VectorPath>* paths = icon->Paths();
src/libs/icon/flat_icon/FlatIconImporter.cpp
338
read_path_no_curves(LittleEndianBuffer& buffer, VectorPath* path,
src/libs/icon/flat_icon/FlatIconImporter.cpp
355
read_path_curves(LittleEndianBuffer& buffer, VectorPath* path,
src/libs/icon/flat_icon/FlatIconImporter.cpp
382
read_path_with_commands(LittleEndianBuffer& buffer, VectorPath* path,
src/libs/icon/flat_icon/FlatIconImporter.cpp
393
Container<VectorPath>* paths)
src/libs/icon/flat_icon/FlatIconImporter.cpp
405
VectorPath* path = new (nothrow) VectorPath();
src/libs/icon/flat_icon/FlatIconImporter.cpp
538
Container<VectorPath>* paths)
src/libs/icon/flat_icon/FlatIconImporter.cpp
572
VectorPath* path = paths->ItemAt(PathIndexFor(pathIndex));
src/libs/icon/flat_icon/FlatIconImporter.cpp
574
VectorPath* path = paths->ItemAt(pathIndex);
src/libs/icon/flat_icon/FlatIconImporter.cpp
634
Container<VectorPath>* paths,
src/libs/icon/flat_icon/FlatIconImporter.h
34
class VectorPath;
src/libs/icon/flat_icon/FlatIconImporter.h
59
Container<VectorPath>* paths);
src/libs/icon/flat_icon/FlatIconImporter.h
63
Container<VectorPath>* paths);
src/libs/icon/flat_icon/FlatIconImporter.h
66
Container<VectorPath>* paths,
src/libs/icon/flat_icon/PathCommandQueue.cpp
41
const VectorPath* path, uint8 pointCount)
src/libs/icon/flat_icon/PathCommandQueue.cpp
95
VectorPath* path, uint8 pointCount)
src/libs/icon/flat_icon/PathCommandQueue.h
22
class VectorPath;
src/libs/icon/flat_icon/PathCommandQueue.h
30
const VectorPath* path,
src/libs/icon/flat_icon/PathCommandQueue.h
34
VectorPath* path,
src/libs/icon/message/MessageImporter.cpp
128
Container<VectorPath>* paths) const
src/libs/icon/message/MessageImporter.cpp
138
VectorPath* path = new (nothrow) VectorPath(&pathArchive);
src/libs/icon/message/MessageImporter.cpp
177
MessageImporter::_ImportShapes(const BMessage* archive, Container<VectorPath>* paths,
src/libs/icon/message/MessageImporter.cpp
228
VectorPath* path = paths->ItemAt(PathIndexFor(pathIndex));
src/libs/icon/message/MessageImporter.cpp
230
VectorPath* path = paths->ItemAt(pathIndex);
src/libs/icon/message/MessageImporter.cpp
94
Container<VectorPath>* paths = icon->Paths();
src/libs/icon/message/MessageImporter.h
33
class VectorPath;
src/libs/icon/message/MessageImporter.h
50
Container<VectorPath>* paths) const;
src/libs/icon/message/MessageImporter.h
54
Container<VectorPath>* paths,
src/libs/icon/shape/ReferenceImage.cpp
208
fPath = new (nothrow) VectorPath();
src/libs/icon/shape/ReferenceImage.h
62
VectorPath* fPath;
src/libs/icon/shape/Shape.cpp
285
Shape::ItemAdded(VectorPath* path, int32 index)
src/libs/icon/shape/Shape.cpp
294
Shape::ItemRemoved(VectorPath* path)
src/libs/icon/shape/Shape.cpp
55
ContainerListener<VectorPath>(),
src/libs/icon/shape/Shape.cpp
60
fPaths(new (nothrow) Container<VectorPath>(false)),
src/libs/icon/shape/Shape.cpp
91
ContainerListener<VectorPath>(),
src/libs/icon/shape/Shape.cpp
96
fPaths(new (nothrow) Container<VectorPath>(false)),
src/libs/icon/shape/Shape.h
104
inline Container<VectorPath>* Paths() const
src/libs/icon/shape/Shape.h
143
Container<VectorPath>* fPaths;
src/libs/icon/shape/Shape.h
52
public ContainerListener<VectorPath>,
src/libs/icon/shape/Shape.h
82
virtual void ItemAdded(VectorPath* path, int32 index);
src/libs/icon/shape/Shape.h
83
virtual void ItemRemoved(VectorPath* path);
src/libs/icon/shape/VectorPath.cpp
1001
VectorPath::AddListener(PathListener* listener)
src/libs/icon/shape/VectorPath.cpp
1010
VectorPath::RemoveListener(PathListener* listener)
src/libs/icon/shape/VectorPath.cpp
1017
VectorPath::CountListeners() const
src/libs/icon/shape/VectorPath.cpp
1024
VectorPath::ListenerAtFast(int32 index) const
src/libs/icon/shape/VectorPath.cpp
1036
VectorPath::_SetPoint(int32 index, BPoint point)
src/libs/icon/shape/VectorPath.cpp
1049
VectorPath::_SetPoint(int32 index, const BPoint& point, const BPoint& pointIn,
src/libs/icon/shape/VectorPath.cpp
1066
VectorPath::_SetPointCount(int32 count)
src/libs/icon/shape/VectorPath.cpp
1105
VectorPath::_NotifyPointAdded(int32 index) const
src/libs/icon/shape/VectorPath.cpp
111
VectorPath::VectorPath(const VectorPath& from)
src/libs/icon/shape/VectorPath.cpp
1117
VectorPath::_NotifyPointChanged(int32 index) const
src/libs/icon/shape/VectorPath.cpp
1129
VectorPath::_NotifyPointRemoved(int32 index) const
src/libs/icon/shape/VectorPath.cpp
1141
VectorPath::_NotifyPathChanged() const
src/libs/icon/shape/VectorPath.cpp
1153
VectorPath::_NotifyClosedChanged() const
src/libs/icon/shape/VectorPath.cpp
1165
VectorPath::_NotifyPathReversed() const
src/libs/icon/shape/VectorPath.cpp
128
VectorPath::VectorPath(BMessage* archive)
src/libs/icon/shape/VectorPath.cpp
172
VectorPath::~VectorPath()
src/libs/icon/shape/VectorPath.cpp
196
VectorPath::MakePropertyObject() const
src/libs/icon/shape/VectorPath.cpp
218
VectorPath::SetToPropertyObject(const PropertyObject* object)
src/libs/icon/shape/VectorPath.cpp
228
VectorPath archivedPath(pathProperty->Message());
src/libs/icon/shape/VectorPath.cpp
237
VectorPath::Archive(BMessage* into, bool deep) const
src/libs/icon/shape/VectorPath.cpp
301
VectorPath&
src/libs/icon/shape/VectorPath.cpp
302
VectorPath::operator=(const VectorPath& from)
src/libs/icon/shape/VectorPath.cpp
322
VectorPath::operator==(const VectorPath& other) const
src/libs/icon/shape/VectorPath.cpp
350
VectorPath::MakeEmpty()
src/libs/icon/shape/VectorPath.cpp
360
VectorPath::AddPoint(BPoint point)
src/libs/icon/shape/VectorPath.cpp
375
VectorPath::AddPoint(const BPoint& point, const BPoint& pointIn,
src/libs/icon/shape/VectorPath.cpp
391
VectorPath::AddPoint(BPoint point, int32 index)
src/libs/icon/shape/VectorPath.cpp
417
VectorPath::RemovePoint(int32 index)
src/libs/icon/shape/VectorPath.cpp
441
VectorPath::SetPoint(int32 index, BPoint point)
src/libs/icon/shape/VectorPath.cpp
461
VectorPath::SetPoint(int32 index, BPoint point, BPoint pointIn, BPoint pointOut,
src/libs/icon/shape/VectorPath.cpp
482
VectorPath::SetPointIn(int32 i, BPoint point)
src/libs/icon/shape/VectorPath.cpp
515
VectorPath::SetPointOut(int32 i, BPoint point, bool mirrorDist)
src/libs/icon/shape/VectorPath.cpp
552
VectorPath::SetInOutConnected(int32 index, bool connected)
src/libs/icon/shape/VectorPath.cpp
567
VectorPath::GetPointAt(int32 index, BPoint& point) const
src/libs/icon/shape/VectorPath.cpp
580
VectorPath::GetPointInAt(int32 index, BPoint& point) const
src/libs/icon/shape/VectorPath.cpp
593
VectorPath::GetPointOutAt(int32 index, BPoint& point) const
src/libs/icon/shape/VectorPath.cpp
606
VectorPath::GetPointsAt(int32 index, BPoint& point, BPoint& pointIn,
src/libs/icon/shape/VectorPath.cpp
624
VectorPath::CountPoints() const
src/libs/icon/shape/VectorPath.cpp
675
VectorPath::GetDistance(BPoint p, float* distance, int32* index) const
src/libs/icon/shape/VectorPath.cpp
706
VectorPath::FindBezierScale(int32 index, BPoint point, double* scale) const
src/libs/icon/shape/VectorPath.cpp
737
VectorPath::GetPoint(int32 index, double t, BPoint& point) const
src/libs/icon/shape/VectorPath.cpp
772
VectorPath::SetClosed(bool closed)
src/libs/icon/shape/VectorPath.cpp
783
VectorPath::Bounds() const
src/libs/icon/shape/VectorPath.cpp
793
VectorPath::_Bounds() const
src/libs/icon/shape/VectorPath.cpp
819
VectorPath::ControlPointBounds() const
src/libs/icon/shape/VectorPath.cpp
847
VectorPath::Iterate(Iterator* iterator, float smoothScale) const
src/libs/icon/shape/VectorPath.cpp
892
VectorPath::CleanUp()
src/libs/icon/shape/VectorPath.cpp
945
VectorPath::Reverse()
src/libs/icon/shape/VectorPath.cpp
947
VectorPath temp(*this);
src/libs/icon/shape/VectorPath.cpp
95
VectorPath::VectorPath()
src/libs/icon/shape/VectorPath.cpp
961
VectorPath::ApplyTransform(const Transformable& transform)
src/libs/icon/shape/VectorPath.cpp
977
VectorPath::PrintToStream() const
src/libs/icon/shape/VectorPath.cpp
989
VectorPath::GetAGGPathStorage(agg::path_storage& path) const
src/libs/icon/shape/VectorPath.h
56
class VectorPath : public BArchivable,
src/libs/icon/shape/VectorPath.h
59
class VectorPath {
src/libs/icon/shape/VectorPath.h
72
VectorPath();
src/libs/icon/shape/VectorPath.h
73
VectorPath(const VectorPath& from);
src/libs/icon/shape/VectorPath.h
74
VectorPath(BMessage* archive);
src/libs/icon/shape/VectorPath.h
76
virtual ~VectorPath();
src/libs/icon/shape/VectorPath.h
91
VectorPath& operator=(const VectorPath& from);
src/libs/icon/shape/VectorPath.h
92
bool operator==(const VectorPath& from) const;
src/libs/icon/transformer/PathSource.cpp
18
PathSource::PathSource(Container<VectorPath>* paths)
src/libs/icon/transformer/PathSource.h
23
class VectorPath;
src/libs/icon/transformer/PathSource.h
30
PathSource(Container<VectorPath>* paths);
src/libs/icon/transformer/PathSource.h
46
Container<VectorPath>* fPaths;