Searched refs:StrokeLine (Results 26 - 50 of 134) sorted by relevance

123456

/haiku/src/apps/icon-o-matic/transformable/
H A DPerspectiveBox.cpp396 into->StrokeLine(from, to, B_SOLID_LOW);
399 into->StrokeLine(from, to, B_SOLID_HIGH);
445 into->StrokeLine(p[0], p[1], B_SOLID_LOW);
446 into->StrokeLine(p[1], p[2], B_SOLID_LOW);
447 into->StrokeLine(p[2], p[3], B_SOLID_LOW);
448 into->StrokeLine(p[3], p[0], B_SOLID_LOW);
H A DTransformBox.cpp640 into->StrokeLine(from, to, B_SOLID_LOW);
643 into->StrokeLine(from, to, B_SOLID_HIGH);
690 into->StrokeLine(p[0], p[1], B_SOLID_LOW);
691 into->StrokeLine(p[1], p[2], B_SOLID_LOW);
692 into->StrokeLine(p[2], p[3], B_SOLID_LOW);
693 into->StrokeLine(p[3], p[0], B_SOLID_LOW);
/haiku/src/apps/icon-o-matic/generic/property/view/specific_properties/
H A DBoolValueView.cpp61 StrokeLine(b.LeftTop(), b.RightBottom());
62 StrokeLine(b.LeftBottom(), b.RightTop());
/haiku/src/libs/print/libprint/
H A DPagesView.cpp102 StrokeLine(position + BPoint(3, 1), position + BPoint(3, 3));
103 StrokeLine(position + BPoint(3, 3), position + BPoint(1, 3));
H A DHalftoneView.cpp48 view.StrokeLine(from, to);
53 view.StrokeLine(from, to);
58 view.StrokeLine(from, to);
63 view.StrokeLine(from, to);
/haiku/src/tests/servers/app/draw_after_children/
H A DDrawAfterChildren.cpp89 StrokeLine(Bounds().LeftBottom(), Bounds().RightTop());
103 StrokeLine(Bounds().LeftTop(), Bounds().RightBottom());
/haiku/src/apps/icon-o-matic/generic/gui/
H A DSwatchView.cpp86 StrokeLine(BPoint(r.left, r.bottom - 1),
88 StrokeLine(BPoint(r.left + 1, r.top),
100 StrokeLine(BPoint(r.right, r.top + 1),
102 StrokeLine(BPoint(r.right - 1, r.bottom),
/haiku/src/tests/servers/app/benchmark/
H A DHorizontalLineTest.cpp54 view->StrokeLine(BPoint(fViewBounds.left + 1, y),
H A DRandomLineTest.cpp64 view->StrokeLine(a, b);
H A DVerticalLineTest.cpp54 view->StrokeLine(BPoint(x, fViewBounds.top + 1),
/haiku/src/tests/servers/app/scrollbar/
H A Dmain.cpp20 StrokeLine(b.LeftTop(), b.RightBottom());
/haiku/src/tests/servers/app/newerClipping/drawing/
H A DDrawingEngine.cpp115 // StrokeLine
117 DrawingEngine::StrokeLine(BPoint a, BPoint b, const rgb_color& color) function in class:DrawingEngine
128 StrokeLine(r.LeftTop(), r.RightTop(), color);
129 StrokeLine(r.RightTop(), r.RightBottom(), color);
130 StrokeLine(r.RightBottom(), r.LeftBottom(), color);
131 StrokeLine(r.LeftBottom(), r.LeftTop(), color);
/haiku/src/tests/kits/interface/flatten_picture/
H A DPictureTestCases.cpp54 view->StrokeLine(BPoint(frame.left, baseline - 1), BPoint(frame.right, baseline -1));
69 view->StrokeLine(BPoint(frame.left, baseline - 1), BPoint(frame.right, baseline -1));
85 view->StrokeLine(BPoint(frame.left, baseline - 1), BPoint(frame.right, baseline -1));
113 view->StrokeLine(BPoint(frame.left, baseline - 1), BPoint(frame.right, baseline -1));
477 view->StrokeLine(BPoint(frame.left, frame.top), BPoint(frame.right, frame.top));
481 view->StrokeLine(BPoint(frame.left, frame.top), BPoint(frame.right, frame.bottom));
485 view->StrokeLine(BPoint(frame.right, frame.top), BPoint(frame.left, frame.top));
742 view->StrokeLine(BPoint(frame.left, frame.top), BPoint(frame.right, frame.top));
746 view->StrokeLine(BPoint(frame.left, frame.top), BPoint(x, frame.top));
748 view->StrokeLine(BPoin
[all...]
/haiku/src/tests/add-ons/print/pdf/bezierbounds/
H A DBBView.cpp52 StrokeLine(BPoint(p.x-2, p.y), BPoint(p.x+2, p.y));
53 StrokeLine(BPoint(p.x, p.y-2), BPoint(p.x, p.y+2));
/haiku/src/tests/servers/app/following/
H A Dmain.cpp63 StrokeLine(r.RightTop(), BPoint(r.right, Bounds().bottom));
64 StrokeLine(r.LeftBottom(), BPoint(Bounds().right, r.bottom));
/haiku/src/apps/midiplayer/
H A DScopeView.cpp152 StrokeLine(BPoint(0, Bounds().Height() / 2),
162 StrokeLine(BPoint(0, Bounds().Height() / 2),
/haiku/src/apps/showimage/
H A DShowImageStatusView.cpp95 StrokeLine(bounds.LeftTop(), bounds.RightTop());
100 StrokeLine(BPoint(x, bounds.top + 3), BPoint(x, bounds.bottom - 3));
/haiku/src/tests/add-ons/media/media-add-ons/mixer/
H A Dmain.cpp88 StrokeLine(p, p);
107 StrokeLine(p1, p2);
129 StrokeLine(p1, p2);
/haiku/src/tests/servers/app/copy_bits/
H A Dmain.cpp98 StrokeLine(BPoint(r.left + (width / lineCount) * i, r.top),
100 StrokeLine(BPoint(r.right - (width / lineCount) * i, r.bottom),
103 StrokeLine(BPoint(r.left, r.bottom), BPoint(r.right, r.top));
/haiku/src/servers/notification/
H A DAppGroupView.cpp57 StrokeLine(bounds.LeftTop(), bounds.LeftBottom());
127 StrokeLine(closeRect.LeftTop(), closeRect.RightBottom());
128 StrokeLine(closeRect.LeftBottom(), closeRect.RightTop());
/haiku/src/preferences/time/
H A DAnalogClock.cpp286 StrokeLine(BPoint(x1, y1), BPoint(x2, y2));
299 StrokeLine(BPoint(x1, y1), BPoint(x2, y2));
443 StrokeLine(BPoint(x, y), BPoint(x + offsetX, y - offsetY));
451 StrokeLine(BPoint(x, y), BPoint(x + offsetX, y - offsetY));
459 StrokeLine(BPoint(x, y), BPoint(x + offsetX, y - offsetY));
/haiku/src/apps/icon-o-matic/generic/gui/panel/color_picker/
H A DColorSlider.cpp200 StrokeLine(BPoint(x, bounds.top),
205 StrokeLine(BPoint(x + 1, bounds.top),
210 StrokeLine(BPoint(x + 3, bounds.top),
215 StrokeLine(BPoint(x + 4, bounds.top),
617 StrokeLine(point1, point2);
618 StrokeLine(point3);
619 StrokeLine(point1);
/haiku/src/apps/clock/
H A Dcl_view.cpp135 StrokeLine(BPoint(fOffset, fOffset), fHourPoints[hours]);
139 StrokeLine(BPoint(fOffset, fOffset), fMinutePoints[fMinutes]);
142 StrokeLine(BPoint(fOffset, fOffset), fMinutePoints[fSeconds]);
/haiku/src/kits/shared/
H A DBitmapButton.cpp84 StrokeLine(bounds.LeftBottom(), bounds.RightBottom());
/haiku/headers/private/print/
H A DTemplate.h40 virtual void StrokeLine(BPoint start, BPoint end);

Completed in 219 milliseconds

123456