Searched refs:LineTo (Results 1 - 20 of 20) sorted by relevance

/haiku/src/tests/servers/app/shape_test/
H A Dmain.cpp113 shape.LineTo(BPoint(10, 90));
114 shape.LineTo(BPoint(90, 100));
122 shape.LineTo(BPoint(10, 90));
123 shape.LineTo(BPoint(90, 100));
135 shape.LineTo(BPoint(10, 90));
136 shape.LineTo(BPoint(90, 100));
148 shape.LineTo(BPoint(10, 90));
149 shape.LineTo(BPoint(90, 100));
/haiku/src/apps/mediaplayer/interface/
H A DTransportControlGroup.cpp656 shape->LineTo(BPoint(0, height));
657 shape->LineTo(BPoint(0, 0));
658 shape->LineTo(BPoint(-stopWidth, 0));
662 shape->LineTo(BPoint(height, height));
663 shape->LineTo(BPoint(height, 0));
667 shape->LineTo(BPoint(height * 2, height));
668 shape->LineTo(BPoint(height * 2, 0));
681 shape->LineTo(BPoint(0, height));
682 shape->LineTo(BPoint(0, 0));
686 shape->LineTo(BPoin
[all...]
/haiku/src/tests/add-ons/print/pdf/linepathbuilder/
H A DPathView.cpp11 virtual void LineTo(BPoint p);
30 void ShapeLPB::LineTo(BPoint p) function in class:ShapeLPB
32 fShape.LineTo(p);
63 shape.LineTo(fPath.PointAt(i));
/haiku/src/apps/haikudepot/textview/
H A DTextDocumentView.cpp620 shape.LineTo(rt);
621 shape.LineTo(rb);
622 shape.LineTo(lb);
638 shape.LineTo(rt);
639 shape.LineTo(rb);
640 shape.LineTo(lb);
649 shape.LineTo(rt);
650 shape.LineTo(rb);
651 shape.LineTo(lb);
658 shape.LineTo(BPoin
[all...]
/haiku/src/add-ons/input_server/methods/pen/
H A DPenInputInkWindow.cpp99 fStrokes.LineTo(where);
107 fStrokes.LineTo(where);
/haiku/src/tests/kits/interface/
H A DSetDiskModeTest.cpp31 shape.LineTo(BPoint(200,100));
/haiku/src/tests/kits/interface/picture/
H A DSVGViewView.cpp366 shape.LineTo(point);
537 shape.LineTo(pos);
548 shape.LineTo(pos);
663 shape.LineTo(BPoint((float)x2, (float)y2));
756 shape.LineTo(pos);
765 shape.LineTo(pos);
774 shape.LineTo(pos);
783 shape.LineTo(pos);
1167 shape.LineTo(points[1]);
1168 shape.LineTo(point
[all...]
H A DPictureTest.cpp53 shape.LineTo(BPoint(200,100));
/haiku/src/tests/kits/interface/flatten_picture/
H A DPictureTestCases.cpp493 shape.LineTo(BPoint(frame.right, frame.top));
494 shape.LineTo(BPoint(frame.left, frame.top));
495 shape.LineTo(BPoint(frame.right, frame.bottom));
504 shape.LineTo(BPoint(frame.right, frame.top));
505 shape.LineTo(BPoint(frame.left, frame.top));
506 shape.LineTo(BPoint(frame.right, frame.bottom));
1068 shape.LineTo(BPoint(frame.right, frame.top));
1069 shape.LineTo(BPoint(frame.left, frame.top));
1070 shape.LineTo(BPoint(frame.right, frame.bottom));
1082 shape.LineTo(BPoin
[all...]
/haiku/headers/os/interface/
H A DShape.h72 status_t LineTo(BPoint linePoint);
/haiku/src/tests/servers/app/inverse_clipping/
H A Dmain.cpp50 s.LineTo(rect.RightBottom());
52 s.LineTo(rect.LeftBottom());
/haiku/src/libs/icon/shape/
H A DVectorPath.h69 virtual void LineTo(BPoint point) = 0;
H A DVectorPath.cpp866 iterator->LineTo(p);
883 iterator->LineTo(p);
/haiku/src/apps/mediaplayer/playlist/
H A DPlaylistListView.cpp178 shape.LineTo(r.LeftBottom());
179 shape.LineTo(BPoint(r.right, (r.top + r.bottom) / 2));
188 shape.LineTo(r.LeftBottom());
189 shape.LineTo(BPoint(r.right, (r.top + r.bottom) / 2));
/haiku/src/apps/debuganalyzer/gui/chart/
H A DLineChartRenderer.cpp202 shape.LineTo(BPoint(float(left + i),
/haiku/src/kits/interface/
H A DMenuItem.cpp735 arrowShape.LineTo(BPoint(center.x - size * 0.25, center.y + size));
736 arrowShape.LineTo(BPoint(center.x + size, center.y - size));
H A DHaikuControlLook.cpp1083 arrowShape.LineTo(tri2);
1084 arrowShape.LineTo(tri3);
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));
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.LineTo(BPoint(rect.left + 0.5, centerv + 0.5));
1473 shape.LineTo(BPoin
[all...]
H A DShape.cpp376 BShape::LineTo(BPoint point) function in class:BShape
384 // If the last op is LineTo increase the count
/haiku/src/servers/app/
H A DServerFont.cpp66 ((BShape *)user)->LineTo(VectorToPoint(to));
/haiku/src/apps/icon-o-matic/shape/
H A DPathManipulator.cpp277 virtual void LineTo(BPoint point) function in class:StrokePathIterator

Completed in 150 milliseconds