Searched defs:shape (Results 1 - 25 of 53) sorted by last modified time

123

/haiku/src/kits/interface/
H A DHaikuControlLook.cpp1461 BShape shape; local
[all...]
/haiku/src/apps/icon-o-matic/gui/
H A DStyleListView.cpp218 virtual void ItemAdded(Shape* shape, int32 index) argument
222 virtual void ItemRemoved(Shape* shape) argument
228 void SetShape(PathSourceShape* shape) argument
734 StyleListView::SetCurrentShape(Shape* shape) argument
H A DPathListView.cpp219 virtual void ItemAdded(Shape* shape, int32 index) argument
224 virtual void ItemRemoved(Shape* shape) argument
231 void SetShape(PathSourceShape* shape) argument
830 PathListView::SetCurrentShape(Shape* shape) argument
H A DShapeListView.cpp103 Shape* shape; member in class:ShapeListItem
200 Shape* shape = (Shape*)shapes.ItemAtFast(i); local
222 Shape* shape = (Shape*) shapes.ItemAtFast(i); local
355 PathSourceShape* shape = new(std::nothrow) PathSourceShape(styleToAssign); local
409 ReferenceImage* shape = new (std::nothrow) ReferenceImage(&shapeMessage); local
543 Shape* shape = dynamic_cast<Shape*>(selectable); local
581 ItemAdded(Shape* shape, int32 index) argument
598 ItemRemoved(Shape* shape) argument
738 _AddShape(Shape* shape, int32 index) argument
757 _RemoveShape(Shape* shape) argument
[all...]
H A DTransformerListView.cpp473 TransformerListView::SetShape(Shape* shape) argument
/haiku/src/servers/app/
H A DServerWindow.cpp2212 shape_data shape; local
4004 shape_data shape; local
[all...]
H A DDrawState.cpp538 DrawState::ClipToShape(shape_data* shape, bool inverse) argument
/haiku/src/apps/haikudepot/textview/
H A DTextDocumentView.cpp565 BShape shape; local
584 TextDocumentView::_GetSelectionShape(BShape& shape, int32 start, int32 end) argument
[all...]
/haiku/src/libs/icon/transformer/
H A DPerspectiveTransformer.cpp27 PerspectiveTransformer::PerspectiveTransformer(VertexSource& source, Shape* shape) argument
46 PerspectiveTransformer( VertexSource& source, Shape* shape, BMessage* archive) argument
H A DTransformerFactory.cpp28 TransformerFactory::TransformerFor(uint32 type, VertexSource& source, Shape* shape) argument
46 TransformerFactory::TransformerFor(BMessage* message, VertexSource& source, Shape* shape) argument
/haiku/src/libs/icon/flat_icon/
H A DFlatIconImporter.cpp442 _ReadTransformer(LittleEndianBuffer& buffer, VertexSource& source, Shape* shape) argument
559 PathSourceShape* shape = new (nothrow) PathSourceShape(style); local
[all...]
/haiku/src/apps/icon-o-matic/
H A DMainWindow.cpp457 PathSourceShape* shape = new (nothrow) PathSourceShape(style); local
540 Shape* shape; local
[all...]
/haiku/src/libs/icon/
H A DIconRenderer.cpp563 Shape* shape = fIcon->Shapes()->ItemAtFast(i); local
H A DIcon.cpp79 Shape* shape = other.fShapes.ItemAtFast(i); local
135 Icon::ItemAdded(Shape* shape, int32 index) argument
143 Icon::ItemRemoved(Shape* shape) argument
153 const Shape* shape = dynamic_cast<const Shape*>(object); local
[all...]
/haiku/src/apps/icon-o-matic/import_export/flat_icon/
H A DFlatIconExporter.cpp519 _WritePathSourceShape(LittleEndianBuffer& buffer, PathSourceShape* shape, argument
620 Shape* shape = shapes->ItemAtFast(i); local
633 Shape* shape = shapes->ItemAtFast(i); local
[all...]
/haiku/src/apps/icon-o-matic/import_export/styled_text/
H A DStyledTextImporter.cpp348 PathSourceShape* shape = new (nothrow) PathSourceShape(NULL); local
421 StyledTextImporter::_AddPaths(Icon *icon, BShape *shape) argument
429 StyledTextImporter::_AddShape(Icon *icon, BShape *shape, text_run *run) argument
/haiku/src/apps/icon-o-matic/style/
H A DRemoveStylesCommand.cpp42 PathSourceShape* shape local
80 PathSourceShape* shape = (PathSourceShape*)fShapes[i].ItemAtFast(j); local
106 PathSourceShape* shape = (PathSourceShape*)fShapes[i].ItemAtFast(j); local
H A DAssignStyleCommand.cpp24 AssignStyleCommand::AssignStyleCommand(PathSourceShape* shape, argument
/haiku/src/apps/icon-o-matic/shape/commands/
H A DUnassignPathCommand.cpp23 UnassignPathCommand::UnassignPathCommand(PathSourceShape* shape, argument
H A DRemovePathsCommand.cpp45 PathSourceShape* shape local
83 PathSourceShape* shape = (PathSourceShape*)fShapes[i].ItemAtFast(j); local
108 PathSourceShape* shape = (PathSourceShape*)fShapes[i].ItemAtFast(j); local
H A DFreezeTransformationCommand.cpp131 FreezeTransformationCommand::_ApplyTransformation(PathSourceShape* shape, argument
[all...]
/haiku/src/libs/icon/message/
H A DMessageImporter.cpp214 PathSourceShape* shape = new (nothrow) PathSourceShape(style); local
247 ReferenceImage* shape local
[all...]
/haiku/src/apps/icon-o-matic/import_export/svg/
H A DSVGExporter.cpp108 Shape* shape = icon->Shapes()->ItemAtFast(i); local
203 SVGExporter::_ExportShape(const Shape* shape, BPositionIO* stream) argument
H A DDocumentBuilder.cpp112 PathSourceShape* shape = dynamic_cast<PathSourceShape*>(icon->Shapes()->ItemAtFast(i)); local
137 AddPathsFromVertexSource(Icon* icon, PathSourceShape* shape, NSVGshape* svgShape) argument
197 PathSourceShape* shape = new (nothrow) PathSourceShape(NULL); local
[all...]
/haiku/src/apps/icon-o-matic/import_export/message/
H A DMessageExporter.cpp91 Shape* shape = shapes->ItemAtFast(i); local
150 MessageExporter::_Export(const Shape* shape, argument

Completed in 127 milliseconds

123