Searched refs:VectorPath (Results 1 - 25 of 67) sorted by path

123

/haiku/src/apps/icon-o-matic/shape/
H A DPathManipulator.h13 #include "VectorPath.h"
36 PathManipulator(VectorPath* path);
158 VectorPath* fPath;
/haiku/src/apps/icon-o-matic/shape/commands/
H A DAddPointCommand.h19 AddPointCommand(VectorPath* path,
H A DChangePointCommand.h18 ChangePointCommand(VectorPath* path,
H A DCleanUpPathCommand.h13 #include "VectorPath.h"
17 CleanUpPathCommand(VectorPath* path);
26 VectorPath fOriginalPath;
H A DFlipPointsCommand.h18 FlipPointsCommand(VectorPath* path,
H A DInsertPointCommand.h18 InsertPointCommand(VectorPath* path,
H A DNudgePointsCommand.h19 class VectorPath;
28 NudgePointsCommand(VectorPath* path,
45 VectorPath* fPath;
H A DPathCommand.cpp16 #include "VectorPath.h"
24 PathCommand::PathCommand(VectorPath* path)
H A DPathCommand.h17 class VectorPath;
25 PathCommand(VectorPath* path);
35 VectorPath* fPath;
H A DRemovePointsCommand.h20 RemovePointsCommand(VectorPath* path,
25 RemovePointsCommand(VectorPath* path,
H A DReversePathCommand.h16 ReversePathCommand(VectorPath* path);
H A DRotatePathIndicesCommand.h12 RotatePathIndicesCommand(VectorPath* path,
H A DSplitPointsCommand.h18 SplitPointsCommand(VectorPath* path,
/haiku/src/libs/icon/flat_icon/
H A DPathCommandQueue.h22 class VectorPath;
30 const VectorPath* path,
34 VectorPath* path,
/haiku/src/libs/icon/shape/
H A DVectorPath.h56 class VectorPath : public BArchivable, class in inherits:BArchivable,IconObject
59 class VectorPath {
72 VectorPath();
73 VectorPath(const VectorPath& from);
74 VectorPath(BMessage* archive);
76 virtual ~VectorPath();
90 // VectorPath
91 VectorPath& operator=(const VectorPath
[all...]
/haiku/src/apps/icon-o-matic/
H A DMainWindow.cpp91 #include "VectorPath.h"
444 VectorPath* path = NULL;
502 VectorPath* path;
H A DUtil.cpp17 #include "VectorPath.h"
44 new_path(Container<VectorPath>* container, VectorPath** path,
45 AddPathsCommand** command, VectorPath* other)
48 *path = new (nothrow) VectorPath(*other);
50 *path = new (nothrow) VectorPath();
53 VectorPath* paths[1];
H A DUtil.h25 class VectorPath;
34 void new_path(Container<VectorPath>* container, VectorPath** path,
35 AddPathsCommand** command, VectorPath* other = NULL);
/haiku/src/apps/icon-o-matic/gui/
H A DPathListView.cpp38 #include "VectorPath.h"
54 PathListItem(VectorPath* p, PathListView* listView, bool markEnabled)
124 void SetPath(VectorPath* p)
179 VectorPath* path;
188 class ShapePathListener : public ContainerListener<VectorPath>,
205 // ContainerListener<VectorPath> interface
206 virtual void ItemAdded(VectorPath* path, int32 index)
212 virtual void ItemRemoved(VectorPath* path)
347 VectorPath* path = item->path;
354 VectorPath* path
[all...]
H A DPathListView.h22 class VectorPath;
37 public ContainerListener<VectorPath> {
66 // ContainerListener<VectorPath> interface
67 virtual void ItemAdded(VectorPath* path, int32 index);
68 virtual void ItemRemoved(VectorPath* path);
71 void SetPathContainer(Container<VectorPath>* container);
81 bool _AddPath(VectorPath* path, int32 index);
82 bool _RemovePath(VectorPath* path);
84 PathListItem* _ItemForPath(VectorPath* path) const;
88 void _SetPathMarked(VectorPath* pat
[all...]
H A DShapeListView.cpp43 #include "VectorPath.h"
380 VectorPath* path = new(nothrow) VectorPath(&pathArchive);
384 VectorPath* pathToInclude = path;
386 VectorPath* other = fPathContainer->ItemAtFast(i);
431 fPathContainer, (VectorPath**)paths.Items(), paths.CountItems(),
721 ShapeListView::SetPathContainer(Container<VectorPath>* container)
H A DShapeListView.h27 class VectorPath;
75 void SetPathContainer(Container<VectorPath>* container);
91 Container<VectorPath>* fPathContainer;
/haiku/src/apps/icon-o-matic/import_export/flat_icon/
H A DFlatIconExporter.cpp36 #include "VectorPath.h"
193 const Container<VectorPath>* paths = icon->Paths();
313 FlatIconExporter::_AnalysePath(VectorPath* path, uint8 pointCount,
350 write_path_no_curves(LittleEndianBuffer& buffer, VectorPath* path, uint8 pointCount)
365 write_path_curves(LittleEndianBuffer& buffer, VectorPath* path, uint8 pointCount)
389 write_path_with_commands(LittleEndianBuffer& buffer, VectorPath* path, uint8 pointCount)
398 FlatIconExporter::_WritePaths(LittleEndianBuffer& buffer, const Container<VectorPath>* paths)
407 VectorPath* path = paths->ItemAtFast(i);
520 const Container<Style>* styles, const Container<VectorPath>* paths)
543 VectorPath* pat
[all...]
H A DFlatIconExporter.h25 class VectorPath;
83 const Container<VectorPath>* paths);
86 const Container<VectorPath>* paths,
92 bool _AnalysePath(VectorPath* path,
/haiku/src/apps/icon-o-matic/import_export/message/
H A DMessageExporter.cpp25 #include "VectorPath.h"
44 const Container<VectorPath>* paths = icon->Paths();
52 VectorPath* path = paths->ItemAtFast(i);
136 MessageExporter::_Export(const VectorPath* path, BMessage* into) const
151 const Container<VectorPath>* globalPaths,
178 VectorPath* path = pathSourceShape->Paths()->ItemAtFast(i);

Completed in 128 milliseconds

123