Searched defs:shape (Results 26 - 50 of 53) sorted by relevance

123

/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/gui/
H A DTransformerListView.cpp473 TransformerListView::SetShape(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 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 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
/haiku/src/kits/interface/
H A DShape.cpp40 BShapeIterator::Iterate(BShape* shape) argument
H A DPicturePlayer.cpp137 draw_shape(void* _context, const BShape& shape, bool fill) argument
600 draw_shape_gradient(void* _context, const BShape& shape, BGradient& gradient, bool fill) argument
1064 BShape shape; local
1165 BShape shape; local
[all...]
/haiku/src/apps/mediaplayer/playlist/
H A DPlaylistListView.cpp176 BShape shape; 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/libs/icon/
H A DIconRenderer.cpp563 Shape* shape = fIcon->Shapes()->ItemAtFast(i); local
/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/tests/kits/interface/flatten_picture/
H A DPictureTestCases.cpp491 BShape shape; local
502 BShape shape; local
1066 BShape shape; local
1080 BShape shape; local
[all...]
/haiku/src/kits/print/
H A DPicturePrinter.cpp63 void PicturePrinter::Print(BShape* shape) { argument
180 void PicturePrinter::StrokeShape(BShape *shape) { argument
185 void PicturePrinter::FillShape(BShape *shape) { argument
H A DPictureIterator.cpp49 static void _StrokeShape(void * p, BShape *shape) { return ((PictureIterator *) p)->StrokeShape(shape); } argument
50 static void _FillShape(void * p, BShape *shape) { return ((PictureIterator *) p)->FillShape(shape); } argument
H A DTemplate.cpp92 void Template::StrokeShape(BShape *shape) { argument
96 void Template::FillShape(BShape *shape) { argument
/haiku/headers/private/print/
H A DPictureIterator.h59 virtual void StrokeShape(BShape *shape) { } argument
60 virtual void FillShape(BShape *shape) { } argument
/haiku/src/tests/kits/interface/picture/
H A DSVGViewView.cpp475 void Svg2PictureView::GetShapeAttribute(const XML_Char **attributes, const char *name, BShape &shape) { argument
1052 BShape shape; local
1065 BShape shape; local
1079 BShape shape; local
1164 BShape shape; local
[all...]
/haiku/src/servers/app/
H A DDrawState.cpp538 DrawState::ClipToShape(shape_data* shape, bool inverse) argument
H A DPictureBoundingBoxPlayer.cpp384 determine_bounds_draw_shape(void* _state, const BShape& shape, bool fill) argument
H A DServerPicture.cpp88 ShapePainter::Iterate(const BShape* shape) argument
389 draw_shape(void* _canvas, const BShape& shape, bool fill) argument
507 draw_shape_gradient(void* _canvas, const BShape& shape, BGradient& gradient, bool fill) argument
[all...]
H A DServerWindow.cpp2212 shape_data shape; local
4004 shape_data shape; local
[all...]
/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/tests/servers/app/painter/
H A DPainter.cpp487 Painter::StrokeShape(/*const */BShape* shape, const pattern& p) const argument
494 Painter::FillShape(/*const */BShape* shape, const pattern& p) const argument
1159 Painter::_DrawShape(/*const */BShape* shape, const pattern& p, bool fill) const argument
/haiku/src/apps/mediaplayer/interface/
H A DTransportControlGroup.cpp651 BShape* shape = new BShape(); local
678 BShape* shape = new BShape(); local
705 BShape* shape = new BShape(); local
724 BShape* shape = new BShape(); local
743 BShape* shape = new BShape(); local
759 BShape* shape = new BShape(); local
782 BShape* shape = new BShape(); local
795 add_bow(BShape* shape, float offset, float size, float height, float step) argument
835 BShape* shape = new BShape(); local
[all...]
/haiku/src/apps/icon-o-matic/
H A DMainWindow.cpp457 PathSourceShape* shape = new (nothrow) PathSourceShape(style); local
540 Shape* shape; local
[all...]

Completed in 165 milliseconds

123