Searched refs:VectorPath (Results 1 - 25 of 67) sorted by last modified time

123

/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 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;
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...]
/haiku/src/libs/icon/transformer/
H A DPathSource.cpp12 #include "VectorPath.h"
18 PathSource::PathSource(Container<VectorPath>* paths)
/haiku/src/libs/icon/shape/
H A DVectorPath.cpp9 #include "VectorPath.h"
95 VectorPath::VectorPath() function in class:VectorPath
111 VectorPath::VectorPath(const VectorPath& from) function in class:VectorPath
128 VectorPath::VectorPath(BMessage* archive) function in class:VectorPath
172 VectorPath::~VectorPath()
[all...]
H A DShape.h21 #include "VectorPath.h"
52 public ContainerListener<VectorPath>,
81 // ContainerListener<VectorPath> interface
82 virtual void ItemAdded(VectorPath* path, int32 index);
83 virtual void ItemRemoved(VectorPath* path);
104 inline Container<VectorPath>* Paths() const
143 Container<VectorPath>* fPaths;
H A DShape.cpp30 #include "VectorPath.h"
55 ContainerListener<VectorPath>(),
60 fPaths(new (nothrow) Container<VectorPath>(false)),
91 ContainerListener<VectorPath>(),
96 fPaths(new (nothrow) Container<VectorPath>(false)),
285 Shape::ItemAdded(VectorPath* path, int32 index)
294 Shape::ItemRemoved(VectorPath* path)
426 // nowhere stored while converting VectorPath
/haiku/src/libs/icon/flat_icon/
H A DFlatIconImporter.cpp32 #include "VectorPath.h"
126 Container<VectorPath>* paths = icon->Paths();
338 read_path_no_curves(LittleEndianBuffer& buffer, VectorPath* path,
355 read_path_curves(LittleEndianBuffer& buffer, VectorPath* path,
382 read_path_with_commands(LittleEndianBuffer& buffer, VectorPath* path,
393 Container<VectorPath>* paths)
405 VectorPath* path = new (nothrow) VectorPath();
538 Container<VectorPath>* paths)
572 VectorPath* pat
[all...]
H A DPathCommandQueue.cpp16 #include "VectorPath.h"
41 const VectorPath* path, uint8 pointCount)
95 VectorPath* path, uint8 pointCount)
/haiku/src/apps/icon-o-matic/shape/
H A DPathManipulator.cpp197 PathManipulator::PathManipulator(VectorPath* path)
255 class StrokePathIterator : public VectorPath::Iterator {
1047 // TODO: refine VectorPath listener interface and
/haiku/src/apps/icon-o-matic/
H A DMainWindow.cpp91 #include "VectorPath.h"
444 VectorPath* path = NULL;
502 VectorPath* path;
/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/styled_text/
H A DStyledTextImporter.cpp34 #include "VectorPath.h"
56 VectorPath *CurrentPath();
61 VectorPath *fPath;
159 VectorPath *
165 fPath = new (nothrow) VectorPath();
/haiku/src/apps/icon-o-matic/shape/commands/
H A DUnassignPathCommand.cpp15 #include "VectorPath.h"
24 VectorPath* path)
H A DSplitPointsCommand.cpp18 #include "VectorPath.h"
30 SplitPointsCommand::SplitPointsCommand(VectorPath* path,
H A DRotatePathIndicesCommand.cpp13 #include "VectorPath.h"
20 RotatePathIndicesCommand::RotatePathIndicesCommand(VectorPath* path,
H A DReversePathCommand.cpp16 #include "VectorPath.h"
24 ReversePathCommand::ReversePathCommand(VectorPath* path)
H A DRemovePointsCommand.cpp18 #include "VectorPath.h"
29 RemovePointsCommand::RemovePointsCommand(VectorPath* path,
49 RemovePointsCommand::RemovePointsCommand(VectorPath* path,
H A DRemovePathsCommand.cpp22 #include "VectorPath.h"
33 Container<VectorPath>* container, const int32* indices, int32 count)
34 : RemoveCommand<VectorPath>(container, indices, count),
72 status_t ret = RemoveCommand<VectorPath>::Perform();
97 status_t ret = RemoveCommand<VectorPath>::Undo();
H A DNudgePointsCommand.cpp18 #include "VectorPath.h"
40 NudgePointsCommand::NudgePointsCommand(VectorPath* path,
H A DInsertPointCommand.cpp17 #include "VectorPath.h"
27 InsertPointCommand::InsertPointCommand(VectorPath* path,
H A DMovePathsCommand.cpp16 #include "VectorPath.h"
23 MovePathsCommand::MovePathsCommand(Container<VectorPath>* container,
24 VectorPath** paths, int32 count, int32 toIndex)
25 : MoveCommand<VectorPath>(container, paths, count, toIndex)
H A DFreezeTransformationCommand.cpp22 #include "VectorPath.h"
137 VectorPath* path = shape->Paths()->ItemAtFast(i);

Completed in 81 milliseconds

123