Searched defs:shapes (Results 1 - 10 of 10) sorted by relevance

/haiku/src/apps/icon-o-matic/shape/commands/
H A DMoveShapesCommand.cpp23 MoveShapesCommand(Container<Shape>* container, Shape** shapes, int32 count, int32 toIndex) argument
H A DAddShapesCommand.cpp23 AddShapesCommand(Container<Shape>* container, const Shape* const* shapes, int32 count, int32 index) argument
H A DFreezeTransformationCommand.cpp138 int32 shapes = 0; local
32 FreezeTransformationCommand( PathSourceShape** const shapes, int32 count) argument
/haiku/src/apps/icon-o-matic/transformable/
H A DTransformShapesBox.cpp22 TransformShapesBox(CanvasView* view, const Shape** shapes, int32 count) argument
/haiku/src/apps/icon-o-matic/import_export/message/
H A DMessageExporter.cpp88 const Container<Shape>* shapes = icon->Shapes(); local
/haiku/src/apps/icon-o-matic/import_export/flat_icon/
H A DFlatIconExporter.cpp612 _WriteShapes(LittleEndianBuffer& buffer, const Container<Style>* styles, const Container<VectorPath>* paths, const Container<Shape>* shapes) argument
[all...]
/haiku/src/libs/icon/flat_icon/
H A DFlatIconImporter.cpp632 _ParseShapes(LittleEndianBuffer& buffer, Container<Style>* styles, Container<VectorPath>* paths, Container<Shape>* shapes) argument
/haiku/src/apps/icon-o-matic/gui/
H A DShapeListView.cpp192 BList shapes; local
213 BList shapes; local
320 BList shapes; local
462 Shape** shapes = new(nothrow) Shape*[count]; local
490 Shape* shapes[count]; local
[all...]
/haiku/src/apps/icon-o-matic/
H A DMainWindow.cpp551 Container<Shape>* shapes = fDocument->Icon()->Shapes(); local
/haiku/src/apps/icon-o-matic/import_export/svg/
H A Dnanosvg.h162 NSVGshape* shapes; // Linked list of shapes in the image. member in struct:NSVGimage
[all...]

Completed in 112 milliseconds