Symbol: Shape
src/add-ons/kernel/bus_managers/acpi/acpica/components/utilities/utxface.c
721
PldInfo->Shape = ACPI_PLD_GET_SHAPE (&Dword);
src/add-ons/kernel/bus_managers/acpi/acpica/include/acbuffer.h
241
UINT8 Shape;
src/apps/icon-o-matic/MainWindow.cpp
469
fDocument->Icon()->Shapes(), (Shape**) &shape, 1,
src/apps/icon-o-matic/MainWindow.cpp
550
Shape* shape;
src/apps/icon-o-matic/MainWindow.cpp
561
Container<Shape>* shapes = fDocument->Icon()->Shapes();
src/apps/icon-o-matic/MainWindow.cpp
574
(const Shape**)selectedShapes.Items(),
src/apps/icon-o-matic/MainWindow.cpp
894
Shape* shape = new (nothrow) ReferenceImage(image);
src/apps/icon-o-matic/gui/PathListView.cpp
189
public ContainerListener<Shape> {
src/apps/icon-o-matic/gui/PathListView.cpp
219
virtual void ItemAdded(Shape* shape, int32 index)
src/apps/icon-o-matic/gui/PathListView.cpp
224
virtual void ItemRemoved(Shape* shape)
src/apps/icon-o-matic/gui/PathListView.cpp
246
Shape* CurrentShape() const
src/apps/icon-o-matic/gui/PathListView.cpp
752
PathListView::SetShapeContainer(Container<Shape>* container)
src/apps/icon-o-matic/gui/PathListView.cpp
830
PathListView::SetCurrentShape(Shape* shape)
src/apps/icon-o-matic/gui/PathListView.h
106
Container<Shape>* fShapeContainer;
src/apps/icon-o-matic/gui/PathListView.h
24
class Shape;
src/apps/icon-o-matic/gui/PathListView.h
72
void SetShapeContainer(Container<Shape>* container);
src/apps/icon-o-matic/gui/PathListView.h
76
void SetCurrentShape(Shape* shape);
src/apps/icon-o-matic/gui/ShapeListView.cpp
103
Shape* shape;
src/apps/icon-o-matic/gui/ShapeListView.cpp
200
Shape* shape = (Shape*)shapes.ItemAtFast(i);
src/apps/icon-o-matic/gui/ShapeListView.cpp
222
Shape* shape = (Shape*) shapes.ItemAtFast(i);
src/apps/icon-o-matic/gui/ShapeListView.cpp
435
fShapeContainer, (Shape**)shapes.Items(), shapeCount, dropIndex);
src/apps/icon-o-matic/gui/ShapeListView.cpp
462
Shape** shapes = new(nothrow) Shape*[count];
src/apps/icon-o-matic/gui/ShapeListView.cpp
490
Shape* shapes[count];
src/apps/icon-o-matic/gui/ShapeListView.cpp
53
ShapeListItem(Shape* s, ShapeListView* listView)
src/apps/icon-o-matic/gui/ShapeListView.cpp
543
Shape* shape = dynamic_cast<Shape*>(selectable);
src/apps/icon-o-matic/gui/ShapeListView.cpp
581
ShapeListView::ItemAdded(Shape* shape, int32 index)
src/apps/icon-o-matic/gui/ShapeListView.cpp
598
ShapeListView::ItemRemoved(Shape* shape)
src/apps/icon-o-matic/gui/ShapeListView.cpp
688
ShapeListView::SetShapeContainer(Container<Shape>* container)
src/apps/icon-o-matic/gui/ShapeListView.cpp
738
ShapeListView::_AddShape(Shape* shape, int32 index)
src/apps/icon-o-matic/gui/ShapeListView.cpp
74
void SetShape(Shape* s)
src/apps/icon-o-matic/gui/ShapeListView.cpp
757
ShapeListView::_RemoveShape(Shape* shape)
src/apps/icon-o-matic/gui/ShapeListView.cpp
769
ShapeListView::_ItemForShape(Shape* shape) const
src/apps/icon-o-matic/gui/ShapeListView.h
26
class Shape;
src/apps/icon-o-matic/gui/ShapeListView.h
39
public ContainerListener<Shape> {
src/apps/icon-o-matic/gui/ShapeListView.h
68
virtual void ItemAdded(Shape* shape, int32 index);
src/apps/icon-o-matic/gui/ShapeListView.h
69
virtual void ItemRemoved(Shape* shape);
src/apps/icon-o-matic/gui/ShapeListView.h
73
void SetShapeContainer(Container<Shape>* container);
src/apps/icon-o-matic/gui/ShapeListView.h
79
bool _AddShape(Shape* shape, int32 index);
src/apps/icon-o-matic/gui/ShapeListView.h
80
bool _RemoveShape(Shape* shape);
src/apps/icon-o-matic/gui/ShapeListView.h
82
ShapeListItem* _ItemForShape(Shape* shape) const;
src/apps/icon-o-matic/gui/ShapeListView.h
89
Container<Shape>* fShapeContainer;
src/apps/icon-o-matic/gui/StyleListView.cpp
188
public ContainerListener<Shape> {
src/apps/icon-o-matic/gui/StyleListView.cpp
218
virtual void ItemAdded(Shape* shape, int32 index)
src/apps/icon-o-matic/gui/StyleListView.cpp
222
virtual void ItemRemoved(Shape* shape)
src/apps/icon-o-matic/gui/StyleListView.cpp
703
StyleListView::SetShapeContainer(Container<Shape>* container)
src/apps/icon-o-matic/gui/StyleListView.cpp
734
StyleListView::SetCurrentShape(Shape* shape)
src/apps/icon-o-matic/gui/StyleListView.h
27
class Shape;
src/apps/icon-o-matic/gui/StyleListView.h
70
void SetShapeContainer(Container<Shape>* container);
src/apps/icon-o-matic/gui/StyleListView.h
74
void SetCurrentShape(Shape* shape);
src/apps/icon-o-matic/gui/StyleListView.h
92
Container<Shape>* fShapeContainer;
src/apps/icon-o-matic/gui/TransformerListView.cpp
488
TransformerListView::SetShape(Shape* shape)
src/apps/icon-o-matic/gui/TransformerListView.h
25
class Shape;
src/apps/icon-o-matic/gui/TransformerListView.h
67
void SetShape(Shape* shape);
src/apps/icon-o-matic/gui/TransformerListView.h
83
Shape* fShape;
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.cpp
620
Shape* shape = shapes->ItemAtFast(i);
src/apps/icon-o-matic/import_export/flat_icon/FlatIconExporter.cpp
633
Shape* shape = shapes->ItemAtFast(i);
src/apps/icon-o-matic/import_export/flat_icon/FlatIconExporter.h
23
class Shape;
src/apps/icon-o-matic/import_export/flat_icon/FlatIconExporter.h
87
const Container<Shape>* shapes);
src/apps/icon-o-matic/import_export/message/MessageExporter.cpp
150
MessageExporter::_Export(const Shape* shape,
src/apps/icon-o-matic/import_export/message/MessageExporter.cpp
88
const Container<Shape>* shapes = icon->Shapes();
src/apps/icon-o-matic/import_export/message/MessageExporter.cpp
91
Shape* shape = shapes->ItemAtFast(i);
src/apps/icon-o-matic/import_export/message/MessageExporter.h
20
class Shape;
src/apps/icon-o-matic/import_export/message/MessageExporter.h
42
status_t _Export(const Shape* shape,
src/apps/icon-o-matic/import_export/svg/SVGExporter.cpp
109
Shape* shape = icon->Shapes()->ItemAtFast(i);
src/apps/icon-o-matic/import_export/svg/SVGExporter.cpp
226
SVGExporter::_ExportShape(const Shape* shape, BPositionIO* stream)
src/apps/icon-o-matic/import_export/svg/SVGExporter.h
19
class Shape;
src/apps/icon-o-matic/import_export/svg/SVGExporter.h
45
status_t _ExportShape(const Shape* shape,
src/apps/icon-o-matic/shape/commands/AddShapesCommand.cpp
23
AddShapesCommand::AddShapesCommand(Container<Shape>* container,
src/apps/icon-o-matic/shape/commands/AddShapesCommand.cpp
24
const Shape* const* shapes, int32 count, int32 index)
src/apps/icon-o-matic/shape/commands/AddShapesCommand.cpp
25
: AddCommand<Shape>(container, shapes, count, true, index)
src/apps/icon-o-matic/shape/commands/AddShapesCommand.h
18
class Shape;
src/apps/icon-o-matic/shape/commands/AddShapesCommand.h
24
class AddShapesCommand : public AddCommand<Shape> {
src/apps/icon-o-matic/shape/commands/AddShapesCommand.h
27
Container<Shape>* container,
src/apps/icon-o-matic/shape/commands/AddShapesCommand.h
28
const Shape* const* shapes,
src/apps/icon-o-matic/shape/commands/FreezeTransformationCommand.cpp
141
if (dynamic_cast<Shape*>(path->ListenerAtFast(j)))
src/apps/icon-o-matic/shape/commands/MoveShapesCommand.cpp
23
MoveShapesCommand::MoveShapesCommand(Container<Shape>* container,
src/apps/icon-o-matic/shape/commands/MoveShapesCommand.cpp
24
Shape** shapes, int32 count, int32 toIndex)
src/apps/icon-o-matic/shape/commands/MoveShapesCommand.cpp
25
: MoveCommand<Shape>(container, shapes, count, toIndex)
src/apps/icon-o-matic/shape/commands/MoveShapesCommand.h
18
class Shape;
src/apps/icon-o-matic/shape/commands/MoveShapesCommand.h
24
class MoveShapesCommand : public MoveCommand<Shape> {
src/apps/icon-o-matic/shape/commands/MoveShapesCommand.h
27
Container<Shape>* container,
src/apps/icon-o-matic/shape/commands/MoveShapesCommand.h
28
Shape** shapes,
src/apps/icon-o-matic/shape/commands/RemoveShapesCommand.cpp
24
Container<Shape>* container, const int32* indices, int32 count)
src/apps/icon-o-matic/shape/commands/RemoveShapesCommand.cpp
25
: RemoveCommand<Shape>(container, indices, count)
src/apps/icon-o-matic/shape/commands/RemoveShapesCommand.h
19
class Shape;
src/apps/icon-o-matic/shape/commands/RemoveShapesCommand.h
25
class RemoveShapesCommand : public RemoveCommand<Shape> {
src/apps/icon-o-matic/shape/commands/RemoveShapesCommand.h
28
Container<Shape>* container,
src/apps/icon-o-matic/transformable/TransformGradientBox.cpp
26
Shape* parentShape)
src/apps/icon-o-matic/transformable/TransformGradientBox.h
21
class Shape;
src/apps/icon-o-matic/transformable/TransformGradientBox.h
31
Shape* parent);
src/apps/icon-o-matic/transformable/TransformGradientBox.h
53
Shape* fShape;
src/apps/icon-o-matic/transformable/TransformShapesBox.cpp
23
const Shape** shapes,
src/apps/icon-o-matic/transformable/TransformShapesBox.cpp
27
fShapes(shapes && count > 0 ? new Shape*[count] : NULL),
src/apps/icon-o-matic/transformable/TransformShapesBox.cpp
39
memcpy(fShapes, shapes, fCount * sizeof(Shape*));
src/apps/icon-o-matic/transformable/TransformShapesBox.h
17
class Shape;
src/apps/icon-o-matic/transformable/TransformShapesBox.h
26
const Shape** objects,
src/apps/icon-o-matic/transformable/TransformShapesBox.h
39
Shape** Shapes() const
src/apps/icon-o-matic/transformable/TransformShapesBox.h
45
Shape** fShapes;
src/libs/icon/Icon.cpp
135
Icon::ItemAdded(Shape* shape, int32 index)
src/libs/icon/Icon.cpp
143
Icon::ItemRemoved(Shape* shape)
src/libs/icon/Icon.cpp
153
const Shape* shape = dynamic_cast<const Shape*>(object);
src/libs/icon/Icon.cpp
79
Shape* shape = other.fShapes.ItemAtFast(i);
src/libs/icon/Icon.cpp
80
Shape* clone = shape->Clone();
src/libs/icon/Icon.h
30
class Shape;
src/libs/icon/Icon.h
45
class Icon : public ContainerListener<Shape>,
src/libs/icon/Icon.h
67
const Container<Shape>* Shapes() const
src/libs/icon/Icon.h
69
Container<Shape>* Shapes()
src/libs/icon/Icon.h
79
Container<Shape> fShapes;
src/libs/icon/Icon.h
84
virtual void ItemAdded(Shape* shape, int32 index);
src/libs/icon/Icon.h
85
virtual void ItemRemoved(Shape* shape);
src/libs/icon/IconRenderer.cpp
563
Shape* shape = fIcon->Shapes()->ItemAtFast(i);
src/libs/icon/flat_icon/FlatIconImporter.cpp
442
_ReadTransformer(LittleEndianBuffer& buffer, VertexSource& source, Shape* shape)
src/libs/icon/flat_icon/FlatIconImporter.cpp
535
Shape*
src/libs/icon/flat_icon/FlatIconImporter.cpp
560
ObjectDeleter<Shape> shapeDeleter(shape);
src/libs/icon/flat_icon/FlatIconImporter.cpp
635
Container<Shape>* shapes)
src/libs/icon/flat_icon/FlatIconImporter.cpp
645
Shape* shape = NULL;
src/libs/icon/flat_icon/FlatIconImporter.h
32
class Shape;
src/libs/icon/flat_icon/FlatIconImporter.h
60
Shape* _ReadPathSourceShape(
src/libs/icon/flat_icon/FlatIconImporter.h
67
Container<Shape>* shapes);
src/libs/icon/message/MessageImporter.cpp
178
Container<Style>* styles, Container<Shape>* shapes) const
src/libs/icon/message/MessageImporter.h
31
class Shape;
src/libs/icon/message/MessageImporter.h
56
Container<Shape>* shapes) const;
src/libs/icon/shape/PathSourceShape.cpp
102
PropertyObject* object = Shape::MakePropertyObject();
src/libs/icon/shape/PathSourceShape.cpp
122
Shape::SetToPropertyObject(object);
src/libs/icon/shape/PathSourceShape.cpp
144
return Shape::InitCheck();
src/libs/icon/shape/PathSourceShape.cpp
30
: Shape(style),
src/libs/icon/shape/PathSourceShape.cpp
39
: Shape(other),
src/libs/icon/shape/PathSourceShape.cpp
58
Shape::Unarchive(archive);
src/libs/icon/shape/PathSourceShape.cpp
85
status_t ret = Shape::Archive(into, deep);
src/libs/icon/shape/PathSourceShape.h
28
class PathSourceShape : public _ICON_NAMESPACE Shape {
src/libs/icon/shape/PathSourceShape.h
57
{ Shape::SetStyle(style); }
src/libs/icon/shape/PathSourceShape.h
59
{ return Shape::Style(); }
src/libs/icon/shape/ReferenceImage.cpp
180
status_t status = Shape::InitCheck();
src/libs/icon/shape/ReferenceImage.cpp
28
: Shape(new (nothrow) _ICON_NAMESPACE Style()),
src/libs/icon/shape/ReferenceImage.cpp
53
: Shape(new (nothrow) _ICON_NAMESPACE Style()),
src/libs/icon/shape/ReferenceImage.cpp
73
: Shape(new (nothrow) _ICON_NAMESPACE Style()),
src/libs/icon/shape/ReferenceImage.h
31
class ReferenceImage : public _ICON_NAMESPACE Shape {
src/libs/icon/shape/ReferenceImage.h
53
virtual Shape* Clone() const
src/libs/icon/shape/Shape.cpp
143
Shape::~Shape()
src/libs/icon/shape/Shape.cpp
162
Shape::Unarchive(BMessage* archive)
src/libs/icon/shape/Shape.cpp
206
Shape::Archive(BMessage* into, bool deep) const
src/libs/icon/shape/Shape.cpp
242
Shape::MakePropertyObject() const
src/libs/icon/shape/Shape.cpp
250
Shape::SetToPropertyObject(const PropertyObject* object)
src/libs/icon/shape/Shape.cpp
261
Shape::TransformationChanged()
src/libs/icon/shape/Shape.cpp
272
Shape::ObjectChanged(const Observable* object)
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
306
Shape::PointAdded(int32 index)
src/libs/icon/shape/Shape.cpp
313
Shape::PointRemoved(int32 index)
src/libs/icon/shape/Shape.cpp
320
Shape::PointChanged(int32 index)
src/libs/icon/shape/Shape.cpp
327
Shape::PathChanged()
src/libs/icon/shape/Shape.cpp
334
Shape::PathClosedChanged()
src/libs/icon/shape/Shape.cpp
341
Shape::PathReversed()
src/libs/icon/shape/Shape.cpp
352
Shape::ItemAdded(Transformer* transformer, int32 index)
src/libs/icon/shape/Shape.cpp
366
Shape::ItemRemoved(Transformer* transformer)
src/libs/icon/shape/Shape.cpp
382
Shape::InitCheck() const
src/libs/icon/shape/Shape.cpp
392
Shape::SetStyle(::Style* style)
src/libs/icon/shape/Shape.cpp
422
Shape::Bounds(bool updateLast) const
src/libs/icon/shape/Shape.cpp
434
::VertexSource& source = const_cast<Shape*>(this)->VertexSource();
src/libs/icon/shape/Shape.cpp
450
Shape::VertexSource()
src/libs/icon/shape/Shape.cpp
474
Shape::SetGlobalScale(double scale)
src/libs/icon/shape/Shape.cpp
485
Shape::AddListener(ShapeListener* listener)
src/libs/icon/shape/Shape.cpp
494
Shape::RemoveListener(ShapeListener* listener)
src/libs/icon/shape/Shape.cpp
50
Shape::Shape(::Style* style)
src/libs/icon/shape/Shape.cpp
504
Shape::_NotifyStyleChanged(::Style* oldStyle, ::Style* newStyle) const
src/libs/icon/shape/Shape.cpp
519
Shape::_NotifyRerender() const
src/libs/icon/shape/Shape.cpp
528
Shape::SetHinting(bool hinting)
src/libs/icon/shape/Shape.cpp
86
Shape::Shape(const Shape& other)
src/libs/icon/shape/Shape.h
102
virtual Shape* Clone() const = 0;
src/libs/icon/shape/Shape.h
49
class Shape : public IconObject,
src/libs/icon/shape/Shape.h
56
class Shape : public _ICON_NAMESPACE Transformable,
src/libs/icon/shape/Shape.h
61
Shape(_ICON_NAMESPACE Style* style);
src/libs/icon/shape/Shape.h
62
Shape(const Shape& other);
src/libs/icon/shape/Shape.h
63
virtual ~Shape();
src/libs/icon/style/Style.h
34
class Shape;
src/libs/icon/transformer/PerspectiveTransformer.cpp
27
PerspectiveTransformer::PerspectiveTransformer(VertexSource& source, Shape* shape)
src/libs/icon/transformer/PerspectiveTransformer.cpp
47
VertexSource& source, Shape* shape, BMessage* archive)
src/libs/icon/transformer/PerspectiveTransformer.h
121
Shape* fShape;
src/libs/icon/transformer/PerspectiveTransformer.h
31
class Shape;
src/libs/icon/transformer/PerspectiveTransformer.h
60
Shape* shape);
src/libs/icon/transformer/PerspectiveTransformer.h
63
Shape* shape,
src/libs/icon/transformer/TransformerFactory.cpp
28
TransformerFactory::TransformerFor(uint32 type, VertexSource& source, Shape* shape)
src/libs/icon/transformer/TransformerFactory.cpp
46
TransformerFactory::TransformerFor(BMessage* message, VertexSource& source, Shape* shape)
src/libs/icon/transformer/TransformerFactory.h
23
class Shape;
src/libs/icon/transformer/TransformerFactory.h
40
Shape* shape);
src/libs/icon/transformer/TransformerFactory.h
44
Shape* shape);
src/tests/add-ons/print/pdf/linepathbuilder/PathView.cpp
75
FillShape(path.Shape());
src/tests/add-ons/print/pdf/linepathbuilder/PathView.cpp
86
StrokeShape(path.Shape());