Searched refs:shape (Results 76 - 84 of 84) sorted by relevance

1234

/haiku/src/tests/servers/app/painter/
H A DPainter.cpp487 Painter::StrokeShape(/*const */BShape* shape, const pattern& p) const argument
489 _DrawShape(shape, p, false);
494 Painter::FillShape(/*const */BShape* shape, const pattern& p) const argument
496 _DrawShape(shape, p, true);
1159 Painter::_DrawShape(/*const */BShape* shape, const pattern& p, bool fill) const argument
1171 converter.Iterate(shape);
/haiku/src/kits/interface/
H A DShape.cpp40 BShapeIterator::Iterate(BShape* shape) argument
42 shape_data* data = (shape_data*)shape->fPrivateData;
205 // If no valid shape data, return
H A DHaikuControlLook.cpp1461 BShape shape; local
1463 shape.MoveTo(BPoint(rect.left + 0.5, rect.bottom + 0.5));
1464 shape.LineTo(BPoint(rect.right + 0.5, rect.bottom + 0.5));
1465 shape.LineTo(BPoint(rect.right + 0.5, rect.bottom - 1 + 0.5));
1466 shape.LineTo(BPoint(centerh + 0.5, rect.top + 0.5));
1467 shape.LineTo(BPoint(rect.left + 0.5, rect.bottom - 1 + 0.5));
1469 shape.MoveTo(BPoint(rect.right + 0.5, rect.top + 0.5));
1470 shape.LineTo(BPoint(rect.right + 0.5, rect.bottom + 0.5));
1471 shape.LineTo(BPoint(rect.right - 1 + 0.5, rect.bottom + 0.5));
1472 shape
[all...]
H A DView.cpp3064 BView::ClipToShape(BShape* shape) argument
3066 _ClipToShape(shape, false);
3071 BView::ClipToInverseShape(BShape* shape) argument
3073 _ClipToShape(shape, true);
4065 BView::StrokeShape(BShape* shape, ::pattern pattern) argument
4067 if (shape == NULL || fOwner == NULL)
4070 shape_data* sd = (shape_data*)shape->fPrivateData;
4078 fOwner->fLink->Attach<BRect>(shape->Bounds());
4089 BView::FillShape(BShape* shape, ::pattern pattern) argument
4091 if (shape
4113 FillShape(BShape* shape, const BGradient& gradient) argument
5984 _ClipToShape(BShape* shape, bool inverse) argument
[all...]
/haiku/src/apps/remotedesktop/
H A DRemoteView.cpp1022 BShape shape(&archive);
1024 offscreen->StrokeShape(&shape, pattern);
1027 offscreen->FillShape(&shape, pattern);
1035 offscreen->FillShape(&shape, *gradient);
/haiku/src/servers/app/
H A DPictureBoundingBoxPlayer.cpp384 determine_bounds_draw_shape(void* _state, const BShape& shape, bool fill) argument
386 BRect rect = shape.Bounds();
388 TRACE_BB("%p stroke shape (bounds %.2f %.2f %.2f %.2f)\n", _state,
/haiku/src/preferences/keymap/
H A DKeyboardLayoutView.cpp740 if (key->shape == kRectangleKeyShape) {
749 } else if (key->shape == kEnterKeyShape) {
/haiku/src/tools/html5_remote_desktop/
H A DHaikuRemoteDesktop.js939 console.warn('shape op arc to not implemented');
1587 var shape = new RemoteShape(remoteMessage);
1603 shape.play(context);
/haiku/src/apps/bootmanager/
H A Dbootman.S37 ; Cursor shape:

Completed in 111 milliseconds

1234