headers/os/interface/View.h
345
void StrokeLine(BPoint toPoint,
headers/os/interface/View.h
347
void StrokeLine(BPoint start, BPoint end,
headers/os/interface/View.h
349
void StrokeLine(BPoint toPoint,
headers/os/interface/View.h
351
void StrokeLine(BPoint start, BPoint end,
headers/private/interface/PicturePlayer.h
149
virtual void StrokeLine(const BPoint& start, const BPoint& end) {}
headers/private/print/PictureIterator.h
46
virtual void StrokeLine(BPoint start, BPoint end) { }
headers/private/print/PicturePrinter.h
45
virtual void StrokeLine(BPoint start, BPoint end);
headers/private/print/Template.h
40
virtual void StrokeLine(BPoint start, BPoint end);
src/add-ons/control_look/BeControlLook/BeControlLook.cpp
1217
view->StrokeLine(BPoint(rect.right, rect.bottom + 1),
src/add-ons/control_look/BeControlLook/BeControlLook.cpp
1219
view->StrokeLine(BPoint(rect.right, rect.bottom),
src/add-ons/control_look/BeControlLook/BeControlLook.cpp
1223
view->StrokeLine(BPoint(rect.right - 1, rect.bottom),
src/add-ons/control_look/BeControlLook/BeControlLook.cpp
1225
view->StrokeLine(BPoint(rect.left, rect.bottom),
src/add-ons/control_look/BeControlLook/BeControlLook.cpp
1229
view->StrokeLine(BPoint(rect.right - 2, rect.bottom - 1),
src/add-ons/control_look/BeControlLook/BeControlLook.cpp
1231
view->StrokeLine(BPoint(rect.right - 3, rect.bottom - 2),
src/add-ons/control_look/BeControlLook/BeControlLook.cpp
1240
view->StrokeLine(BPoint(rect.left, rect.top + 1),
src/add-ons/control_look/BeControlLook/BeControlLook.cpp
1242
view->StrokeLine(BPoint(rect.left + 1, rect.bottom),
src/add-ons/control_look/BeControlLook/BeControlLook.cpp
1246
view->StrokeLine(BPoint(rect.left, rect.top),
src/add-ons/control_look/BeControlLook/BeControlLook.cpp
1248
view->StrokeLine(BPoint(rect.left + 1, rect.top),
src/add-ons/control_look/BeControlLook/BeControlLook.cpp
1252
view->StrokeLine(BPoint(rect.left + 1, rect.top + 2),
src/add-ons/control_look/BeControlLook/BeControlLook.cpp
1254
view->StrokeLine(BPoint(rect.left + 2, rect.bottom - 2),
src/add-ons/control_look/BeControlLook/BeControlLook.cpp
1882
view->StrokeLine(dot, dot, B_SOLID_HIGH);
src/add-ons/control_look/BeControlLook/BeControlLook.cpp
1885
view->StrokeLine(dot, dot, B_SOLID_HIGH);
src/add-ons/control_look/BeControlLook/BeControlLook.cpp
1925
view->StrokeLine(dot, dot, B_SOLID_HIGH);
src/add-ons/control_look/BeControlLook/BeControlLook.cpp
1928
view->StrokeLine(dot, dot, B_SOLID_HIGH);
src/add-ons/control_look/BeControlLook/BeControlLook.cpp
2381
view->StrokeLine(BPoint(x, y),
src/add-ons/control_look/BeControlLook/BeControlLook.cpp
297
view->StrokeLine(rect.LeftTop(), rect.RightBottom());
src/add-ons/control_look/BeControlLook/BeControlLook.cpp
298
view->StrokeLine(rect.LeftBottom(), rect.RightTop());
src/add-ons/control_look/FlatControlLook/FlatControlLook.cpp
1243
view->StrokeLine(dot, dot, B_SOLID_LOW);
src/add-ons/control_look/FlatControlLook/FlatControlLook.cpp
1246
view->StrokeLine(dot, dot, B_SOLID_LOW);
src/add-ons/control_look/FlatControlLook/FlatControlLook.cpp
1286
view->StrokeLine(dot, dot, B_SOLID_LOW);
src/add-ons/control_look/FlatControlLook/FlatControlLook.cpp
1289
view->StrokeLine(dot, dot, B_SOLID_LOW);
src/add-ons/control_look/FlatControlLook/FlatControlLook.cpp
1851
view->StrokeLine(leftTopCorner + BPoint(i, 0), leftBottomCorner + BPoint(i, 0));
src/add-ons/control_look/FlatControlLook/FlatControlLook.cpp
984
view->StrokeLine(rect.LeftTop(), rect.LeftBottom());
src/add-ons/control_look/FlatControlLook/FlatControlLook.cpp
987
view->StrokeLine(rect.RightTop(), rect.RightBottom());
src/add-ons/control_look/FlatControlLook/FlatControlLook.cpp
994
view->StrokeLine(rect.LeftTop(), rect.RightTop());
src/add-ons/control_look/FlatControlLook/FlatControlLook.cpp
997
view->StrokeLine(rect.LeftBottom(), rect.RightBottom());
src/add-ons/decorators/BeDecorator/BeDecorator.cpp
359
fDrawingEngine->StrokeLine(BPoint(r.left + i, r.top + i),
src/add-ons/decorators/BeDecorator/BeDecorator.cpp
365
fDrawingEngine->StrokeLine(
src/add-ons/decorators/BeDecorator/BeDecorator.cpp
379
fDrawingEngine->StrokeLine(BPoint(r.left + i, r.top + i),
src/add-ons/decorators/BeDecorator/BeDecorator.cpp
389
fDrawingEngine->StrokeLine(BPoint(r.left + i, r.bottom - i),
src/add-ons/decorators/BeDecorator/BeDecorator.cpp
401
fDrawingEngine->StrokeLine(BPoint(r.right - i, r.top + i),
src/add-ons/decorators/BeDecorator/BeDecorator.cpp
418
fDrawingEngine->StrokeLine(BPoint(r.left + i, r.top + i),
src/add-ons/decorators/BeDecorator/BeDecorator.cpp
425
fDrawingEngine->StrokeLine(
src/add-ons/decorators/BeDecorator/BeDecorator.cpp
438
fDrawingEngine->StrokeLine(BPoint(r.left + i, r.top + i),
src/add-ons/decorators/BeDecorator/BeDecorator.cpp
445
fDrawingEngine->StrokeLine(
src/add-ons/decorators/BeDecorator/BeDecorator.cpp
458
fDrawingEngine->StrokeLine(BPoint(r.left + i, r.bottom - i),
src/add-ons/decorators/BeDecorator/BeDecorator.cpp
469
fDrawingEngine->StrokeLine(BPoint(r.right - i, r.top + i),
src/add-ons/decorators/BeDecorator/BeDecorator.cpp
518
fDrawingEngine->StrokeLine(BPoint(x - 15, y - 15),
src/add-ons/decorators/BeDecorator/BeDecorator.cpp
520
fDrawingEngine->StrokeLine(BPoint(x - 14, y - 14),
src/add-ons/decorators/BeDecorator/BeDecorator.cpp
522
fDrawingEngine->StrokeLine(BPoint(x - 15, y - 15),
src/add-ons/decorators/BeDecorator/BeDecorator.cpp
524
fDrawingEngine->StrokeLine(BPoint(x - 14, y - 14),
src/add-ons/decorators/BeDecorator/BeDecorator.cpp
555
fDrawingEngine->StrokeLine(BPoint(fRightBorder.left,
src/add-ons/decorators/BeDecorator/BeDecorator.cpp
560
fDrawingEngine->StrokeLine(
src/add-ons/decorators/BeDecorator/BeDecorator.cpp
600
fDrawingEngine->StrokeLine(tabRect.LeftTop(), tabRect.LeftBottom(),
src/add-ons/decorators/BeDecorator/BeDecorator.cpp
602
fDrawingEngine->StrokeLine(tabRect.LeftTop(), tabRect.RightTop(),
src/add-ons/decorators/BeDecorator/BeDecorator.cpp
605
fDrawingEngine->StrokeLine(tabRect.RightTop(), tabRect.RightBottom(),
src/add-ons/decorators/BeDecorator/BeDecorator.cpp
608
fDrawingEngine->StrokeLine(tabRect.LeftBottom(),
src/add-ons/decorators/BeDecorator/BeDecorator.cpp
617
fDrawingEngine->StrokeLine(BPoint(tabRect.left + 1, tabRect.top + 1),
src/add-ons/decorators/BeDecorator/BeDecorator.cpp
621
fDrawingEngine->StrokeLine(BPoint(tabRect.left + 1, tabRect.top + 1),
src/add-ons/decorators/BeDecorator/BeDecorator.cpp
627
fDrawingEngine->StrokeLine(BPoint(tabRect.right - 1, tabRect.top + 2),
src/add-ons/decorators/BeDecorator/BeDecorator.cpp
631
fDrawingEngine->StrokeLine(
src/add-ons/decorators/BeDecorator/BeDecorator.cpp
807
engine->StrokeLine(rect.LeftBottom(), rect.LeftTop(), shadow);
src/add-ons/decorators/BeDecorator/BeDecorator.cpp
808
engine->StrokeLine(rect.LeftTop(), rect.RightTop(), shadow);
src/add-ons/decorators/BeDecorator/BeDecorator.cpp
809
engine->StrokeLine(inner.LeftBottom(), inner.LeftTop(), shadow);
src/add-ons/decorators/BeDecorator/BeDecorator.cpp
810
engine->StrokeLine(inner.LeftTop(), inner.RightTop(), shadow);
src/add-ons/decorators/BeDecorator/BeDecorator.cpp
812
engine->StrokeLine(rect.RightTop(), rect.RightBottom(), light);
src/add-ons/decorators/BeDecorator/BeDecorator.cpp
813
engine->StrokeLine(rect.RightBottom(), rect.LeftBottom(), light);
src/add-ons/decorators/BeDecorator/BeDecorator.cpp
814
engine->StrokeLine(inner.RightTop(), inner.RightBottom(), light);
src/add-ons/decorators/BeDecorator/BeDecorator.cpp
815
engine->StrokeLine(inner.RightBottom(), inner.LeftBottom(), light);
src/add-ons/decorators/FlatDecorator/FlatDecorator.cpp
299
fDrawingEngine->StrokeLine(BPoint(r.left + i, r.top + i),
src/add-ons/decorators/FlatDecorator/FlatDecorator.cpp
303
fDrawingEngine->StrokeLine(BPoint(r.left, r.top),
src/add-ons/decorators/FlatDecorator/FlatDecorator.cpp
313
fDrawingEngine->StrokeLine(BPoint(r.left + i, r.bottom - i),
src/add-ons/decorators/FlatDecorator/FlatDecorator.cpp
324
fDrawingEngine->StrokeLine(BPoint(r.right - i, r.top + i),
src/add-ons/decorators/FlatDecorator/FlatDecorator.cpp
329
fDrawingEngine->StrokeLine(BPoint(r.right, r.top),
src/add-ons/decorators/FlatDecorator/FlatDecorator.cpp
341
fDrawingEngine->StrokeLine(BPoint(r.left + 1, r.top + i),
src/add-ons/decorators/FlatDecorator/FlatDecorator.cpp
346
fDrawingEngine->StrokeLine(BPoint(r.left + 1, r.top + i),
src/add-ons/decorators/FlatDecorator/FlatDecorator.cpp
363
fDrawingEngine->StrokeLine(BPoint(r.left + i, r.top + i),
src/add-ons/decorators/FlatDecorator/FlatDecorator.cpp
369
fDrawingEngine->StrokeLine(
src/add-ons/decorators/FlatDecorator/FlatDecorator.cpp
382
fDrawingEngine->StrokeLine(BPoint(r.left + i, r.top + i),
src/add-ons/decorators/FlatDecorator/FlatDecorator.cpp
389
fDrawingEngine->StrokeLine(
src/add-ons/decorators/FlatDecorator/FlatDecorator.cpp
402
fDrawingEngine->StrokeLine(BPoint(r.left + i, r.bottom - i),
src/add-ons/decorators/FlatDecorator/FlatDecorator.cpp
413
fDrawingEngine->StrokeLine(BPoint(r.right - i, r.top + i),
src/add-ons/decorators/FlatDecorator/FlatDecorator.cpp
462
fDrawingEngine->StrokeLine(BPoint(x - 15, y - 15),
src/add-ons/decorators/FlatDecorator/FlatDecorator.cpp
464
fDrawingEngine->StrokeLine(BPoint(x - 15, y - 15),
src/add-ons/decorators/FlatDecorator/FlatDecorator.cpp
491
fDrawingEngine->StrokeLine(
src/add-ons/decorators/FlatDecorator/FlatDecorator.cpp
495
fDrawingEngine->StrokeLine(
src/add-ons/decorators/FlatDecorator/FlatDecorator.cpp
502
fDrawingEngine->StrokeLine(
src/add-ons/decorators/FlatDecorator/FlatDecorator.cpp
509
fDrawingEngine->StrokeLine(
src/add-ons/decorators/FlatDecorator/FlatDecorator.cpp
550
fDrawingEngine->StrokeLine(tabRect.LeftTop(), tabRect.LeftBottom(),
src/add-ons/decorators/FlatDecorator/FlatDecorator.cpp
552
fDrawingEngine->StrokeLine(tabRect.LeftTop(), tabRect.RightTop(),
src/add-ons/decorators/FlatDecorator/FlatDecorator.cpp
555
fDrawingEngine->StrokeLine(tabRect.RightTop(), tabRect.RightBottom(),
src/add-ons/decorators/FlatDecorator/FlatDecorator.cpp
558
fDrawingEngine->StrokeLine(tabRect.LeftBottom(),
src/add-ons/decorators/FlatDecorator/FlatDecorator.cpp
563
fDrawingEngine->StrokeLine(tabRect.LeftTop(), tabRect.LeftBottom(),
src/add-ons/decorators/FlatDecorator/FlatDecorator.cpp
565
fDrawingEngine->StrokeLine(tabRect.LeftTop(), tabRect.RightTop(),
src/add-ons/decorators/FlatDecorator/FlatDecorator.cpp
568
fDrawingEngine->StrokeLine(tabRect.RightTop(), tabRect.RightBottom(),
src/add-ons/decorators/FlatDecorator/FlatDecorator.cpp
571
fDrawingEngine->StrokeLine(tabRect.LeftBottom(),
src/add-ons/decorators/FlatDecorator/FlatDecorator.cpp
581
fDrawingEngine->StrokeLine(BPoint(tabRect.left + 1, tabRect.top + 1),
src/add-ons/decorators/FlatDecorator/FlatDecorator.cpp
585
fDrawingEngine->StrokeLine(BPoint(tabRect.left + 1, tabRect.top + 1),
src/add-ons/decorators/FlatDecorator/FlatDecorator.cpp
591
fDrawingEngine->StrokeLine(BPoint(tabRect.right - 1, tabRect.top + 2),
src/add-ons/decorators/FlatDecorator/FlatDecorator.cpp
595
fDrawingEngine->StrokeLine(
src/add-ons/decorators/MacDecorator/MacDecorator.cpp
301
fDrawingEngine->StrokeLine(offset, pt2, fFrameLowerColor);
src/add-ons/decorators/MacDecorator/MacDecorator.cpp
306
fDrawingEngine->StrokeLine(offset, pt2, fFrameHighColor);
src/add-ons/decorators/MacDecorator/MacDecorator.cpp
311
fDrawingEngine->StrokeLine(offset, pt2, fFrameMidColor);
src/add-ons/decorators/MacDecorator/MacDecorator.cpp
314
fDrawingEngine->StrokeLine(offset, pt2, fFrameMidColor);
src/add-ons/decorators/MacDecorator/MacDecorator.cpp
319
fDrawingEngine->StrokeLine(offset, pt2, fFrameLowColor);
src/add-ons/decorators/MacDecorator/MacDecorator.cpp
326
fDrawingEngine->StrokeLine(offset, pt2, fFrameLowerColor);
src/add-ons/decorators/MacDecorator/MacDecorator.cpp
332
fDrawingEngine->StrokeLine(offset, pt2, fFrameLowerColor);
src/add-ons/decorators/MacDecorator/MacDecorator.cpp
336
fDrawingEngine->StrokeLine(offset, pt2, fFrameLowColor);
src/add-ons/decorators/MacDecorator/MacDecorator.cpp
340
fDrawingEngine->StrokeLine(offset, pt2, fFrameMidColor);
src/add-ons/decorators/MacDecorator/MacDecorator.cpp
343
fDrawingEngine->StrokeLine(offset, pt2, fFrameMidColor);
src/add-ons/decorators/MacDecorator/MacDecorator.cpp
347
fDrawingEngine->StrokeLine(offset, pt2, fFrameHighColor);
src/add-ons/decorators/MacDecorator/MacDecorator.cpp
353
fDrawingEngine->StrokeLine(offset, pt2, fFrameLowerColor);
src/add-ons/decorators/MacDecorator/MacDecorator.cpp
360
fDrawingEngine->StrokeLine(offset, pt2, fFrameLowerColor);
src/add-ons/decorators/MacDecorator/MacDecorator.cpp
366
fDrawingEngine->StrokeLine(offset, pt2, fFrameHighColor);
src/add-ons/decorators/MacDecorator/MacDecorator.cpp
372
fDrawingEngine->StrokeLine(offset, pt2, fFrameMidColor);
src/add-ons/decorators/MacDecorator/MacDecorator.cpp
378
fDrawingEngine->StrokeLine(offset, pt2, fFrameMidColor);
src/add-ons/decorators/MacDecorator/MacDecorator.cpp
384
fDrawingEngine->StrokeLine(offset, pt2, fFrameLowColor);
src/add-ons/decorators/MacDecorator/MacDecorator.cpp
390
fDrawingEngine->StrokeLine(offset, pt2, fFrameLowerColor);
src/add-ons/decorators/MacDecorator/MacDecorator.cpp
398
fDrawingEngine->StrokeLine(offset, pt2, fFrameLowerColor);
src/add-ons/decorators/MacDecorator/MacDecorator.cpp
403
fDrawingEngine->StrokeLine(offset, pt2, fFrameLowColor);
src/add-ons/decorators/MacDecorator/MacDecorator.cpp
410
fDrawingEngine->StrokeLine(offset, pt2, fFrameLowerColor);
src/add-ons/decorators/MacDecorator/MacDecorator.cpp
416
fDrawingEngine->StrokeLine(offset, pt2, fFrameLowColor);
src/add-ons/decorators/MacDecorator/MacDecorator.cpp
422
fDrawingEngine->StrokeLine(offset, pt2, fFrameMidColor);
src/add-ons/decorators/MacDecorator/MacDecorator.cpp
428
fDrawingEngine->StrokeLine(offset, pt2, fFrameMidColor);
src/add-ons/decorators/MacDecorator/MacDecorator.cpp
434
fDrawingEngine->StrokeLine(offset, pt2, fFrameHighColor);
src/add-ons/decorators/MacDecorator/MacDecorator.cpp
440
fDrawingEngine->StrokeLine(offset, pt2, fFrameLowerColor);
src/add-ons/decorators/MacDecorator/MacDecorator.cpp
448
fDrawingEngine->StrokeLine(r.LeftTop(), r.LeftBottom(),
src/add-ons/decorators/MacDecorator/MacDecorator.cpp
450
fDrawingEngine->StrokeLine(r.RightTop(), r.RightBottom(),
src/add-ons/decorators/MacDecorator/MacDecorator.cpp
452
fDrawingEngine->StrokeLine(r.LeftBottom(), r.RightBottom(),
src/add-ons/decorators/MacDecorator/MacDecorator.cpp
457
fDrawingEngine->StrokeLine(r.LeftTop(), r.LeftBottom(),
src/add-ons/decorators/MacDecorator/MacDecorator.cpp
459
fDrawingEngine->StrokeLine(r.RightTop(), r.RightBottom(),
src/add-ons/decorators/MacDecorator/MacDecorator.cpp
461
fDrawingEngine->StrokeLine(r.LeftBottom(), r.RightBottom(),
src/add-ons/decorators/MacDecorator/MacDecorator.cpp
463
fDrawingEngine->StrokeLine(r.LeftTop(), r.RightTop(),
src/add-ons/decorators/MacDecorator/MacDecorator.cpp
468
fDrawingEngine->StrokeLine(r.LeftTop(), r.LeftBottom(),
src/add-ons/decorators/MacDecorator/MacDecorator.cpp
470
fDrawingEngine->StrokeLine(r.RightTop(), r.RightBottom(),
src/add-ons/decorators/MacDecorator/MacDecorator.cpp
472
fDrawingEngine->StrokeLine(r.LeftBottom(), r.RightBottom(),
src/add-ons/decorators/MacDecorator/MacDecorator.cpp
474
fDrawingEngine->StrokeLine(r.LeftTop(), r.RightTop(),
src/add-ons/decorators/MacDecorator/MacDecorator.cpp
503
fDrawingEngine->StrokeLine(rect.LeftTop(), rect.RightTop(),
src/add-ons/decorators/MacDecorator/MacDecorator.cpp
505
fDrawingEngine->StrokeLine(rect.LeftTop(), rect.LeftBottom(),
src/add-ons/decorators/MacDecorator/MacDecorator.cpp
507
fDrawingEngine->StrokeLine(rect.RightBottom(), rect.RightTop(),
src/add-ons/decorators/MacDecorator/MacDecorator.cpp
513
fDrawingEngine->StrokeLine(rect.LeftTop(), rect.RightTop(),
src/add-ons/decorators/MacDecorator/MacDecorator.cpp
515
fDrawingEngine->StrokeLine(rect.LeftTop(), rect.LeftBottom(),
src/add-ons/decorators/MacDecorator/MacDecorator.cpp
517
fDrawingEngine->StrokeLine(rect.RightBottom(), rect.RightTop(),
src/add-ons/decorators/MacDecorator/MacDecorator.cpp
547
fDrawingEngine->StrokeLine(offset, pt2,
src/add-ons/decorators/MacDecorator/MacDecorator.cpp
559
fDrawingEngine->StrokeLine(offset, pt2,
src/add-ons/decorators/MacDecorator/MacDecorator.cpp
574
fDrawingEngine->StrokeLine(offset, pt2,
src/add-ons/decorators/MacDecorator/MacDecorator.cpp
586
fDrawingEngine->StrokeLine(offset, pt2,
src/add-ons/decorators/MacDecorator/MacDecorator.cpp
599
fDrawingEngine->StrokeLine(rect.LeftTop(), rect.RightTop(),
src/add-ons/decorators/MacDecorator/MacDecorator.cpp
601
fDrawingEngine->StrokeLine(rect.LeftTop(), rect.LeftBottom(),
src/add-ons/decorators/MacDecorator/MacDecorator.cpp
603
fDrawingEngine->StrokeLine(rect.RightBottom(), rect.RightTop(),
src/add-ons/decorators/MacDecorator/MacDecorator.cpp
876
fDrawingEngine->StrokeLine(offset, pt2);
src/add-ons/decorators/MacDecorator/MacDecorator.cpp
880
fDrawingEngine->StrokeLine(offset, pt2);
src/add-ons/decorators/MacDecorator/MacDecorator.cpp
887
fDrawingEngine->StrokeLine(offset, pt2);
src/add-ons/decorators/MacDecorator/MacDecorator.cpp
891
fDrawingEngine->StrokeLine(offset, pt2);
src/add-ons/decorators/MacDecorator/MacDecorator.cpp
901
fDrawingEngine->StrokeLine(rect.RightBottom(), rect.RightTop());
src/add-ons/decorators/MacDecorator/MacDecorator.cpp
902
fDrawingEngine->StrokeLine(rect.RightBottom(), rect.LeftBottom());
src/add-ons/decorators/MacDecorator/MacDecorator.cpp
904
fDrawingEngine->StrokeLine(rect.LeftBottom(), rect.LeftTop());
src/add-ons/decorators/MacDecorator/MacDecorator.cpp
905
fDrawingEngine->StrokeLine(rect.LeftTop(), rect.RightTop());
src/add-ons/decorators/MacDecorator/MacDecorator.cpp
907
fDrawingEngine->StrokeLine(rect.LeftTop(), rect.LeftTop());
src/add-ons/decorators/WinDecorator/WinDecorator.cpp
292
fDrawingEngine->StrokeLine(r.LeftTop(), pt, fFrameMidColor);
src/add-ons/decorators/WinDecorator/WinDecorator.cpp
295
fDrawingEngine->StrokeLine(r.LeftTop(), pt, fFrameMidColor);
src/add-ons/decorators/WinDecorator/WinDecorator.cpp
297
fDrawingEngine->StrokeLine(r.RightTop(), r.RightBottom(), fFrameLowerColor);
src/add-ons/decorators/WinDecorator/WinDecorator.cpp
298
fDrawingEngine->StrokeLine(r.LeftBottom(), r.RightBottom(), fFrameLowerColor);
src/add-ons/decorators/WinDecorator/WinDecorator.cpp
303
fDrawingEngine->StrokeLine(r.LeftTop(),pt,fFrameHighColor);
src/add-ons/decorators/WinDecorator/WinDecorator.cpp
306
fDrawingEngine->StrokeLine(r.LeftTop(),pt,fFrameHighColor);
src/add-ons/decorators/WinDecorator/WinDecorator.cpp
308
fDrawingEngine->StrokeLine(r.RightTop(), r.RightBottom(), fFrameLowColor);
src/add-ons/decorators/WinDecorator/WinDecorator.cpp
309
fDrawingEngine->StrokeLine(r.LeftBottom(), r.RightBottom(), fFrameLowColor);
src/add-ons/decorators/WinDecorator/WinDecorator.cpp
465
fDrawingEngine->StrokeLine(zoomBox.LeftTop(), zoomBox.RightTop());
src/add-ons/decorators/WinDecorator/WinDecorator.cpp
498
fDrawingEngine->StrokeLine(closeBox.LeftTop(), closeBox.RightBottom());
src/add-ons/decorators/WinDecorator/WinDecorator.cpp
499
fDrawingEngine->StrokeLine(closeBox.RightTop(), closeBox.LeftBottom());
src/add-ons/decorators/WinDecorator/WinDecorator.cpp
501
fDrawingEngine->StrokeLine(closeBox.LeftTop(), closeBox.RightBottom());
src/add-ons/decorators/WinDecorator/WinDecorator.cpp
502
fDrawingEngine->StrokeLine(closeBox.RightTop(), closeBox.LeftBottom());
src/add-ons/decorators/WinDecorator/WinDecorator.cpp
715
fDrawingEngine->StrokeLine(rect.LeftTop(), rect.RightTop());
src/add-ons/decorators/WinDecorator/WinDecorator.cpp
718
fDrawingEngine->StrokeLine(rect.LeftTop(), rect.LeftBottom());
src/add-ons/decorators/WinDecorator/WinDecorator.cpp
723
fDrawingEngine->StrokeLine(point, rect.RightBottom(), lower);
src/add-ons/decorators/WinDecorator/WinDecorator.cpp
728
fDrawingEngine->StrokeLine(point, rect.RightBottom(), lower);
src/add-ons/decorators/WinDecorator/WinDecorator.cpp
733
fDrawingEngine->StrokeLine(rect.LeftTop(), rect.RightTop());
src/add-ons/decorators/WinDecorator/WinDecorator.cpp
736
fDrawingEngine->StrokeLine(rect.LeftTop(), rect.LeftBottom());
src/add-ons/decorators/WinDecorator/WinDecorator.cpp
741
fDrawingEngine->StrokeLine(point, rect.RightBottom(), low);
src/add-ons/decorators/WinDecorator/WinDecorator.cpp
746
fDrawingEngine->StrokeLine(point, rect.RightBottom(), low);
src/add-ons/screen_savers/spider/SpiderSaver.cpp
328
view->StrokeLine(polygon->PointAt(i));
src/add-ons/screen_savers/spider/SpiderSaver.cpp
330
view->StrokeLine(p);
src/apps/activitymonitor/ActivityView.cpp
1381
view->StrokeLine(BPoint(frame.left, frame.top + frame.Height() / 2),
src/apps/clock/cl_view.cpp
135
StrokeLine(BPoint(fOffset, fOffset), fHourPoints[hours]);
src/apps/clock/cl_view.cpp
139
StrokeLine(BPoint(fOffset, fOffset), fMinutePoints[fMinutes]);
src/apps/clock/cl_view.cpp
142
StrokeLine(BPoint(fOffset, fOffset), fMinutePoints[fSeconds]);
src/apps/cortex/InfoView/InfoView.cpp
242
StrokeLine(r.RightTop(), r.RightBottom(), B_SOLID_HIGH);
src/apps/cortex/RouteApp/StatusView.cpp
351
v->StrokeLine(p, p, B_SOLID_HIGH);
src/apps/cortex/RouteApp/StatusView.cpp
354
v->StrokeLine(p, p, B_SOLID_HIGH);
src/apps/cortex/TipManager/TipView.cpp
92
StrokeLine(r.LeftBottom(), r.RightBottom());
src/apps/cortex/TipManager/TipView.cpp
93
StrokeLine(r.RightTop(), r.RightBottom());
src/apps/cortex/TipManager/TipView.cpp
95
StrokeLine(r.LeftTop(), r.RightTop());
src/apps/cortex/TipManager/TipView.cpp
96
StrokeLine(r.LeftTop(), r.LeftBottom());
src/apps/cortex/TransportView/TransportView.cpp
134
StrokeLine(
src/apps/cortex/TransportView/TransportView.cpp
136
StrokeLine(
src/apps/cortex/TransportView/TransportView.cpp
140
StrokeLine(
src/apps/cortex/TransportView/TransportView.cpp
142
StrokeLine(
src/apps/cortex/ValControl/ValControl.cpp
301
StrokeLine(center, center);
src/apps/cortex/ValControl/ValControl.cpp
303
StrokeLine(center - BPoint(0, 1), center + BPoint(1, 0));
src/apps/cortex/ValControl/ValControl.cpp
304
StrokeLine(center - BPoint(1, 0), center + BPoint(0, 1));
src/apps/cortex/ValControl/ValControlSegment.cpp
178
StrokeLine(BPoint(fXUnderlineLeft, fY),
src/apps/debuganalyzer/gui/HeaderView.cpp
36
view->StrokeLine(bgRect.LeftBottom(), bgRect.RightBottom());
src/apps/debuganalyzer/gui/HeaderView.cpp
47
view->StrokeLine(frame.RightTop(), frame.RightBottom());
src/apps/debugger/user_interface/gui/inspector_window/MemoryView.cpp
168
StrokeLine(BPoint(divider, rect.top),
src/apps/debugger/user_interface/gui/inspector_window/MemoryView.cpp
178
StrokeLine(BPoint(divider, rect.top),
src/apps/deskbar/BarMenuBar.cpp
92
menu->StrokeLine(frame.LeftTop(), frame.LeftBottom());
src/apps/deskbar/BarView.cpp
266
StrokeLine(bounds.LeftBottom(), bounds.RightBottom());
src/apps/deskbar/BarView.cpp
268
StrokeLine(bounds.LeftTop(), bounds.RightTop());
src/apps/deskbar/BarView.cpp
273
StrokeLine(BPoint(frame.left, frame.top - 1),
src/apps/deskbar/ExpandoMenuBar.cpp
852
StrokeLine(Bounds().RightTop(), Bounds().RightBottom());
src/apps/deskbar/ScreenCornerSelector.cpp
101
StrokeLine(powerPos, BPoint(powerPos.x + 2, powerPos.y));
src/apps/deskbar/TeamMenuItem.cpp
254
menu->StrokeLine(frame.LeftBottom(), frame.RightBottom());
src/apps/deskbar/TeamMenuItem.cpp
265
menu->StrokeLine(frame.LeftTop(), frame.LeftBottom());
src/apps/fontdemo/ControlView.cpp
138
StrokeLine(rect.LeftTop(), rect.RightTop());
src/apps/fontdemo/ControlView.cpp
139
StrokeLine(rect.LeftTop(), rect.LeftBottom());
src/apps/fontdemo/ControlView.cpp
142
StrokeLine(rect.LeftBottom(), rect.RightBottom());
src/apps/fontdemo/ControlView.cpp
143
StrokeLine(rect.RightBottom(), rect.RightTop());
src/apps/haikudepot/ui/PackageInfoView.cpp
909
StrokeLine(Bounds().LeftBottom(), Bounds().RightBottom());
src/apps/icon-o-matic/CanvasView.cpp
469
view->StrokeLine(BPoint(canvas.left, cross.y),
src/apps/icon-o-matic/CanvasView.cpp
471
view->StrokeLine(BPoint(cross.x, canvas.top),
src/apps/icon-o-matic/generic/gui/IconButton.cpp
114
StrokeLine(r.LeftBottom(), r.LeftTop(), B_SOLID_LOW);
src/apps/icon-o-matic/generic/gui/IconButton.cpp
115
StrokeLine(r.LeftTop(), r.RightTop(), B_SOLID_LOW);
src/apps/icon-o-matic/generic/gui/ListViews.cpp
780
StrokeLine(fDropRect.LeftTop(), fDropRect.RightTop());
src/apps/icon-o-matic/generic/gui/SwatchView.cpp
100
StrokeLine(BPoint(r.right, r.top + 1),
src/apps/icon-o-matic/generic/gui/SwatchView.cpp
102
StrokeLine(BPoint(r.right - 1, r.bottom),
src/apps/icon-o-matic/generic/gui/SwatchView.cpp
86
StrokeLine(BPoint(r.left, r.bottom - 1),
src/apps/icon-o-matic/generic/gui/SwatchView.cpp
88
StrokeLine(BPoint(r.left + 1, r.top),
src/apps/icon-o-matic/generic/gui/panel/color_picker/AlphaSlider.cpp
187
StrokeLine(BPoint(pos - 2, b.top), BPoint(pos - 2, b.bottom));
src/apps/icon-o-matic/generic/gui/panel/color_picker/AlphaSlider.cpp
191
StrokeLine(BPoint(pos - 1, b.top), BPoint(pos - 1, b.bottom));
src/apps/icon-o-matic/generic/gui/panel/color_picker/AlphaSlider.cpp
195
StrokeLine(BPoint(pos + 1, b.top), BPoint(pos + 1, b.bottom));
src/apps/icon-o-matic/generic/gui/panel/color_picker/AlphaSlider.cpp
199
StrokeLine(BPoint(pos + 2, b.top), BPoint(pos + 2, b.bottom));
src/apps/icon-o-matic/generic/gui/panel/color_picker/AlphaSlider.cpp
206
StrokeLine(BPoint(b.left, pos - 2), BPoint(b.right, pos - 2));
src/apps/icon-o-matic/generic/gui/panel/color_picker/AlphaSlider.cpp
210
StrokeLine(BPoint(b.left, pos - 1), BPoint(b.right, pos - 1));
src/apps/icon-o-matic/generic/gui/panel/color_picker/AlphaSlider.cpp
214
StrokeLine(BPoint(b.left, pos + 1), BPoint(b.right, pos + 1));
src/apps/icon-o-matic/generic/gui/panel/color_picker/AlphaSlider.cpp
218
StrokeLine(BPoint(b.left, pos + 2), BPoint(b.right, pos + 2));
src/apps/icon-o-matic/generic/gui/panel/color_picker/ColorSlider.cpp
200
StrokeLine(BPoint(x, bounds.top),
src/apps/icon-o-matic/generic/gui/panel/color_picker/ColorSlider.cpp
205
StrokeLine(BPoint(x + 1, bounds.top),
src/apps/icon-o-matic/generic/gui/panel/color_picker/ColorSlider.cpp
210
StrokeLine(BPoint(x + 3, bounds.top),
src/apps/icon-o-matic/generic/gui/panel/color_picker/ColorSlider.cpp
215
StrokeLine(BPoint(x + 4, bounds.top),
src/apps/icon-o-matic/generic/gui/panel/color_picker/ColorSlider.cpp
617
StrokeLine(point1, point2);
src/apps/icon-o-matic/generic/gui/panel/color_picker/ColorSlider.cpp
618
StrokeLine(point3);
src/apps/icon-o-matic/generic/gui/panel/color_picker/ColorSlider.cpp
619
StrokeLine(point1);
src/apps/icon-o-matic/generic/property/view/PropertyItemView.cpp
91
StrokeLine(BPoint(b.left + fLabelWidth - 1.0, b.top),
src/apps/icon-o-matic/generic/property/view/specific_properties/BoolValueView.cpp
61
StrokeLine(b.LeftTop(), b.RightBottom());
src/apps/icon-o-matic/generic/property/view/specific_properties/BoolValueView.cpp
62
StrokeLine(b.LeftBottom(), b.RightTop());
src/apps/icon-o-matic/gui/GradientControl.cpp
363
StrokeLine(BPoint(x, b.top), BPoint(x, b.bottom));
src/apps/icon-o-matic/gui/GradientControl.cpp
377
StrokeLine(markerPos + leftBottom + BPoint(1.0, 4.0),
src/apps/icon-o-matic/gui/GradientControl.cpp
409
StrokeLine(markerPos + leftBottom + BPoint(0.0, 1.0),
src/apps/icon-o-matic/gui/PathListView.cpp
109
owner->StrokeLine(markRect.LeftTop(), markRect.RightBottom());
src/apps/icon-o-matic/gui/PathListView.cpp
110
owner->StrokeLine(markRect.LeftBottom(), markRect.RightTop());
src/apps/icon-o-matic/gui/StyleListView.cpp
115
owner->StrokeLine(markRect.LeftTop(), markRect.RightBottom());
src/apps/icon-o-matic/gui/StyleListView.cpp
116
owner->StrokeLine(markRect.LeftBottom(), markRect.RightTop());
src/apps/icon-o-matic/shape/PathManipulator.cpp
287
fDrawingView->StrokeLine(point);
src/apps/icon-o-matic/shape/PathManipulator.cpp
339
into->StrokeLine(point, pointIn);
src/apps/icon-o-matic/shape/PathManipulator.cpp
340
into->StrokeLine(point, pointOut);
src/apps/icon-o-matic/transformable/PerspectiveBox.cpp
396
into->StrokeLine(from, to, B_SOLID_LOW);
src/apps/icon-o-matic/transformable/PerspectiveBox.cpp
399
into->StrokeLine(from, to, B_SOLID_HIGH);
src/apps/icon-o-matic/transformable/PerspectiveBox.cpp
445
into->StrokeLine(p[0], p[1], B_SOLID_LOW);
src/apps/icon-o-matic/transformable/PerspectiveBox.cpp
446
into->StrokeLine(p[1], p[2], B_SOLID_LOW);
src/apps/icon-o-matic/transformable/PerspectiveBox.cpp
447
into->StrokeLine(p[2], p[3], B_SOLID_LOW);
src/apps/icon-o-matic/transformable/PerspectiveBox.cpp
448
into->StrokeLine(p[3], p[0], B_SOLID_LOW);
src/apps/icon-o-matic/transformable/TransformBox.cpp
640
into->StrokeLine(from, to, B_SOLID_LOW);
src/apps/icon-o-matic/transformable/TransformBox.cpp
643
into->StrokeLine(from, to, B_SOLID_HIGH);
src/apps/icon-o-matic/transformable/TransformBox.cpp
690
into->StrokeLine(p[0], p[1], B_SOLID_LOW);
src/apps/icon-o-matic/transformable/TransformBox.cpp
691
into->StrokeLine(p[1], p[2], B_SOLID_LOW);
src/apps/icon-o-matic/transformable/TransformBox.cpp
692
into->StrokeLine(p[2], p[3], B_SOLID_LOW);
src/apps/icon-o-matic/transformable/TransformBox.cpp
693
into->StrokeLine(p[3], p[0], B_SOLID_LOW);
src/apps/launchbox/PadView.cpp
114
StrokeLine(dot, dot, B_SOLID_HIGH);
src/apps/launchbox/PadView.cpp
117
StrokeLine(dot, dot, B_SOLID_HIGH);
src/apps/launchbox/PadView.cpp
119
StrokeLine(dot, dot, B_SOLID_LOW);
src/apps/launchbox/PadView.cpp
122
StrokeLine(dot, dot, B_SOLID_HIGH);
src/apps/launchbox/PadView.cpp
125
StrokeLine(dot, dot, B_SOLID_HIGH);
src/apps/magnify/Magnify.cpp
2086
StrokeLine(BPoint(x,y), BPoint(x+squareSize,y+squareSize));
src/apps/magnify/Magnify.cpp
2087
StrokeLine(BPoint(x,y+squareSize), BPoint(x+squareSize,y));
src/apps/magnify/Magnify.cpp
2110
StrokeLine(BPoint(x,y), BPoint(x+squareSize,y+squareSize));
src/apps/magnify/Magnify.cpp
2111
StrokeLine(BPoint(x,y+squareSize), BPoint(x+squareSize,y));
src/apps/magnify/Magnify.cpp
2132
StrokeLine(BPoint(x,y), BPoint(x+squareSize,y+squareSize));
src/apps/magnify/Magnify.cpp
2133
StrokeLine(BPoint(x,y+squareSize), BPoint(x+squareSize,y));
src/apps/mediaplayer/interface/PeakView.cpp
444
StrokeLine(BPoint(viewRect.left, viewRect.bottom + 1),
src/apps/midiplayer/ScopeView.cpp
152
StrokeLine(BPoint(0, Bounds().Height() / 2),
src/apps/midiplayer/ScopeView.cpp
162
StrokeLine(BPoint(0, Bounds().Height() / 2),
src/apps/powerstatus/ExtendedInfoWindow.cpp
232
owner->StrokeLine(pt1, pt2);
src/apps/processcontroller/ProcessController.cpp
650
StrokeLine(BPoint(left + x * barWidth + x - 1, top),
src/apps/processcontroller/ProcessController.cpp
677
StrokeLine(BPoint(left, bottom - barHeight), BPoint(right,
src/apps/processcontroller/ProcessController.cpp
715
StrokeLine(BPoint(leftMem, bottom - barHeight), BPoint(rightMem,
src/apps/pulse/CPUButton.cpp
121
StrokeLine(start, end);
src/apps/pulse/CPUButton.cpp
123
StrokeLine(start, end);
src/apps/pulse/CPUButton.cpp
132
StrokeLine(start, end);
src/apps/pulse/CPUButton.cpp
134
StrokeLine(start, end);
src/apps/pulse/CPUButton.cpp
143
StrokeLine(start, end);
src/apps/pulse/CPUButton.cpp
145
StrokeLine(start, end);
src/apps/pulse/CPUButton.cpp
154
StrokeLine(start, end);
src/apps/pulse/CPUButton.cpp
156
StrokeLine(start, end);
src/apps/pulse/CPUButton.cpp
162
StrokeLine(start, end);
src/apps/pulse/CPUButton.cpp
164
StrokeLine(start, end);
src/apps/pulse/NormalPulseView.cpp
201
StrokeLine(BPoint(innerRect.left, innerRect.top + 1),
src/apps/pulse/NormalPulseView.cpp
203
StrokeLine(BPoint(innerRect.right, innerRect.top + 1),
src/apps/pulse/NormalPulseView.cpp
205
StrokeLine(BPoint(innerRect.left + 1, innerRect.top),
src/apps/pulse/NormalPulseView.cpp
207
StrokeLine(BPoint(innerRect.left + 1, innerRect.bottom),
src/apps/pulse/NormalPulseView.cpp
213
StrokeLine(BPoint(innerRect.left, innerRect.top + 6),
src/apps/pulse/NormalPulseView.cpp
215
StrokeLine(BPoint(innerRect.right, innerRect.top + 6),
src/apps/pulse/NormalPulseView.cpp
217
StrokeLine(BPoint(innerRect.left + 6, innerRect.top),
src/apps/pulse/NormalPulseView.cpp
219
StrokeLine(BPoint(innerRect.left + 6, innerRect.bottom),
src/apps/pulse/NormalPulseView.cpp
225
StrokeLine(BPoint(innerRect.left, innerRect.top + 7),
src/apps/pulse/NormalPulseView.cpp
227
StrokeLine(BPoint(innerRect.right, innerRect.top + 7),
src/apps/pulse/NormalPulseView.cpp
229
StrokeLine(BPoint(innerRect.left + 7, innerRect.top),
src/apps/pulse/NormalPulseView.cpp
231
StrokeLine(BPoint(innerRect.left + 7, innerRect.bottom),
src/apps/pulse/NormalPulseView.cpp
237
StrokeLine(BPoint(innerRect.left, innerRect.top + 8),
src/apps/pulse/NormalPulseView.cpp
239
StrokeLine(BPoint(innerRect.right, innerRect.top + 8),
src/apps/pulse/NormalPulseView.cpp
241
StrokeLine(BPoint(innerRect.left + 8, innerRect.top),
src/apps/pulse/NormalPulseView.cpp
243
StrokeLine(BPoint(innerRect.left + 8, innerRect.bottom),
src/apps/pulse/ProgressBar.cpp
116
StrokeLine(start, end);
src/apps/pulse/ProgressBar.cpp
157
StrokeLine(BPoint(frame.left, frame.top), BPoint(frame.right, frame.top));
src/apps/pulse/ProgressBar.cpp
158
StrokeLine(BPoint(frame.left, frame.top + 1), BPoint(frame.right,
src/apps/pulse/ProgressBar.cpp
160
StrokeLine(BPoint(frame.left, frame.top), BPoint(frame.left,
src/apps/pulse/ProgressBar.cpp
162
StrokeLine(BPoint(frame.left + 1, frame.top),
src/apps/pulse/ProgressBar.cpp
166
StrokeLine(BPoint(frame.right-1, frame.top + 2),
src/apps/pulse/ProgressBar.cpp
168
StrokeLine(BPoint(frame.right, frame.top + 1),
src/apps/pulse/ProgressBar.cpp
170
StrokeLine(BPoint(frame.left+1, frame.bottom - 1),
src/apps/pulse/ProgressBar.cpp
172
StrokeLine(BPoint(frame.left, frame.bottom),
src/apps/remotedesktop/RemoteView.cpp
1166
offscreen->StrokeLine(points[0], points[1], pattern);
src/apps/remotedesktop/RemoteView.cpp
1168
offscreen->StrokeLine(points[0], points[1], *gradient);
src/apps/remotedesktop/RemoteView.cpp
1233
offscreen->StrokeLine(point, point);
src/apps/remotedesktop/RemoteView.cpp
1257
offscreen->StrokeLine(points[0], points[1]);
src/apps/showimage/SelectionBox.cpp
151
view->StrokeLine(BPoint(r.left, r.top), BPoint(r.right, r.top),
src/apps/showimage/SelectionBox.cpp
153
view->StrokeLine(BPoint(r.right, r.top + 1), BPoint(r.right, r.bottom - 1),
src/apps/showimage/SelectionBox.cpp
155
view->StrokeLine(BPoint(r.left, r.bottom), BPoint(r.right, r.bottom),
src/apps/showimage/SelectionBox.cpp
157
view->StrokeLine(BPoint(r.left, r.top + 1), BPoint(r.left, r.bottom - 1),
src/apps/showimage/ShowImageStatusView.cpp
100
StrokeLine(BPoint(x, bounds.top + 3), BPoint(x, bounds.bottom - 3));
src/apps/showimage/ShowImageStatusView.cpp
95
StrokeLine(bounds.LeftTop(), bounds.RightTop());
src/apps/softwareupdater/SoftwareUpdaterWindow.cpp
984
view->StrokeLine(BPoint(where.x + size, where.y + size - yOffset));
src/apps/softwareupdater/SoftwareUpdaterWindow.cpp
985
view->StrokeLine(BPoint(where.x + size - barWidth + 1,
src/apps/soundrecorder/ScopeView.cpp
373
fBitmapView->StrokeLine(point, point);
src/apps/soundrecorder/ScopeView.cpp
81
StrokeLine(BPoint(x, bounds.top), BPoint(x, bounds.bottom));
src/apps/soundrecorder/TrackSlider.cpp
514
StrokeLine(BPoint(11, SLIDER_BASE + 1), BPoint(fRight, SLIDER_BASE + 1));
src/apps/soundrecorder/TrackSlider.cpp
516
StrokeLine(BPoint(11, SLIDER_BASE + 2), BPoint(fRight, SLIDER_BASE + 2));
src/apps/soundrecorder/TrackSlider.cpp
518
StrokeLine(BPoint(11, SLIDER_BASE + 17), BPoint(fRight, SLIDER_BASE + 17));
src/apps/soundrecorder/TrackSlider.cpp
520
StrokeLine(BPoint(11, SLIDER_BASE + 18), BPoint(fRight, SLIDER_BASE + 18));
src/apps/soundrecorder/TrackSlider.cpp
537
StrokeLine(BPoint(fLeftX - 9, SLIDER_BASE + 3), BPoint(fLeftX - 6,
src/apps/soundrecorder/TrackSlider.cpp
539
StrokeLine(BPoint(fLeftX - 9, SLIDER_BASE + 4), BPoint(fLeftX - 7,
src/apps/soundrecorder/TrackSlider.cpp
541
StrokeLine(BPoint(fLeftX - 9, SLIDER_BASE + 5), BPoint(fLeftX - 8,
src/apps/soundrecorder/TrackSlider.cpp
543
StrokeLine(BPoint(fLeftX - 9, SLIDER_BASE + 16), BPoint(fLeftX - 6,
src/apps/soundrecorder/TrackSlider.cpp
545
StrokeLine(BPoint(fLeftX - 9, SLIDER_BASE + 15), BPoint(fLeftX - 7,
src/apps/soundrecorder/TrackSlider.cpp
547
StrokeLine(BPoint(fLeftX - 9, SLIDER_BASE + 14), BPoint(fLeftX - 8,
src/apps/soundrecorder/TrackSlider.cpp
551
StrokeLine(BPoint(fRightX + 5, SLIDER_BASE + 3), BPoint(fRightX + 8,
src/apps/soundrecorder/TrackSlider.cpp
553
StrokeLine(BPoint(fRightX + 7, SLIDER_BASE + 4), BPoint(fRightX + 8,
src/apps/soundrecorder/TrackSlider.cpp
555
StrokeLine(BPoint(fRightX + 8, SLIDER_BASE + 5), BPoint(fRightX + 8,
src/apps/soundrecorder/TrackSlider.cpp
557
StrokeLine(BPoint(fRightX + 8, SLIDER_BASE + 13), BPoint(fRightX + 8,
src/apps/soundrecorder/TrackSlider.cpp
559
StrokeLine(BPoint(fRightX + 5, SLIDER_BASE + 16), BPoint(fRightX + 8,
src/apps/soundrecorder/TrackSlider.cpp
561
StrokeLine(BPoint(fRightX + 7, SLIDER_BASE + 15), BPoint(fRightX + 8,
src/apps/soundrecorder/TrackSlider.cpp
574
StrokeLine(BPoint(i, SLIDER_BASE + 7), BPoint(i, SLIDER_BASE + 13));
src/apps/soundrecorder/TrackSlider.cpp
578
StrokeLine(BPoint(j, SLIDER_BASE + 7), BPoint(j, SLIDER_BASE + 13));
src/apps/soundrecorder/TrackSlider.cpp
588
StrokeLine(BPoint(i, SLIDER_BASE + 7), BPoint(i, SLIDER_BASE + 13));
src/apps/soundrecorder/TrackSlider.cpp
592
StrokeLine(BPoint(j, SLIDER_BASE + 7), BPoint(j, SLIDER_BASE + 13));
src/apps/soundrecorder/TrackSlider.cpp
602
StrokeLine(BPoint(i, SLIDER_BASE + 7), BPoint(i, SLIDER_BASE + 13));
src/apps/soundrecorder/TrackSlider.cpp
606
StrokeLine(BPoint(j, SLIDER_BASE + 7), BPoint(j, SLIDER_BASE + 13));
src/apps/soundrecorder/VolumeSlider.cpp
47
StrokeLine(BPoint(11, 1), BPoint(fRight, 1));
src/apps/soundrecorder/VolumeSlider.cpp
49
StrokeLine(BPoint(11, 2), BPoint(fRight, 2));
src/apps/soundrecorder/VolumeSlider.cpp
51
StrokeLine(BPoint(11, 14), BPoint(fRight, 14));
src/apps/soundrecorder/VolumeSlider.cpp
53
StrokeLine(BPoint(11, 15), BPoint(fRight, 15));
src/apps/soundrecorder/VolumeSlider.cpp
79
StrokeLine(BPoint(i, 8), BPoint(i, 9));
src/apps/stylededit/StatusView.cpp
132
StrokeLine(bounds.LeftTop(), bounds.RightTop());
src/apps/stylededit/StatusView.cpp
137
StrokeLine(BPoint(x, bounds.top + 3), BPoint(x, bounds.bottom - 3));
src/apps/sudoku/SudokuView.cpp
824
StrokeLine(BPoint(width, 0), BPoint(width, Bounds().Height()));
src/apps/sudoku/SudokuView.cpp
836
StrokeLine(BPoint(0, height), BPoint(Bounds().Width(), height));
src/apps/terminal/TermView.cpp
1119
inView->StrokeLine(BPoint(x1 , y1 + fFontAscent + 1),
src/apps/terminal/TermView.cpp
1124
inView->StrokeLine(BPoint(x1 , y1 + fFontAscent),
src/apps/terminal/TermView.cpp
1127
inView->StrokeLine(BPoint(x1 , y1 + fFontAscent + 2),
src/apps/terminal/TermView.cpp
1135
inView->StrokeLine(BPoint(x, y1 + fFontAscent + (up ? 0 : 2)),
src/apps/terminal/TermView.cpp
1145
inView->StrokeLine(BPoint(x, y1 + fFontAscent + 1),
src/apps/terminal/TermView.cpp
1154
inView->StrokeLine(BPoint(x, y1 + fFontAscent + 1),
src/apps/terminal/TermView.cpp
1166
inView->StrokeLine(BPoint(x1 , y1), BPoint(x2 , y1));
src/apps/webpositive/BrowserWindow.cpp
312
StrokeLine(closeRect.LeftTop(), closeRect.RightBottom());
src/apps/webpositive/BrowserWindow.cpp
313
StrokeLine(closeRect.LeftBottom(), closeRect.RightTop());
src/apps/webpositive/DownloadProgressView.cpp
381
StrokeLine(bounds.LeftBottom(), bounds.RightBottom());
src/apps/webpositive/tabview/TabManager.cpp
660
owner->StrokeLine(closeRect.LeftTop(), closeRect.RightBottom());
src/apps/webpositive/tabview/TabManager.cpp
661
owner->StrokeLine(closeRect.LeftBottom(), closeRect.RightTop());
src/kits/bluetooth/DeviceClass.cpp
377
view->StrokeLine(BPoint(point.x + IconInsets + uint(PixelsForIcon/4) + 4,
src/kits/bluetooth/DeviceClass.cpp
381
view->StrokeLine(BPoint(point.x + IconInsets + uint(PixelsForIcon/4) + 4,
src/kits/bluetooth/DeviceClass.cpp
385
view->StrokeLine(BPoint(point.x + IconInsets + uint(PixelsForIcon/4) + 4,
src/kits/bluetooth/DeviceClass.cpp
391
view->StrokeLine(BPoint(point.x + IconInsets + uint(PixelsForIcon/4),
src/kits/bluetooth/DeviceClass.cpp
395
view->StrokeLine(BPoint(point.x + IconInsets + uint(PixelsForIcon*5/8),
src/kits/bluetooth/DeviceClass.cpp
397
view->StrokeLine(BPoint(point.x + IconInsets + uint(PixelsForIcon*3/4),
src/kits/bluetooth/DeviceClass.cpp
401
view->StrokeLine(BPoint(point.x + IconInsets + uint(PixelsForIcon*3/8),
src/kits/bluetooth/DeviceClass.cpp
409
view->StrokeLine(BPoint(point.x + IconInsets + uint(PixelsForIcon*3/8),
src/kits/bluetooth/DeviceClass.cpp
413
view->StrokeLine(BPoint(point.x + IconInsets + uint(PixelsForIcon*3/4),
src/kits/bluetooth/DeviceClass.cpp
415
view->StrokeLine(BPoint(point.x + IconInsets + uint(PixelsForIcon*3/8),
src/kits/bluetooth/DeviceClass.cpp
419
view->StrokeLine(BPoint(point.x + IconInsets + uint(PixelsForIcon/4),
src/kits/bluetooth/DeviceClass.cpp
423
view->StrokeLine(BPoint(point.x + IconInsets + uint(PixelsForIcon/2),
src/kits/bluetooth/DeviceClass.cpp
425
view->StrokeLine(BPoint(point.x + IconInsets + uint(PixelsForIcon/2),
src/kits/bluetooth/DeviceClass.cpp
427
view->StrokeLine(BPoint(point.x + IconInsets + uint(PixelsForIcon*3/4),
src/kits/bluetooth/DeviceClass.cpp
429
view->StrokeLine(BPoint(point.x + IconInsets + uint(PixelsForIcon/4),
src/kits/interface/AbstractSpinner.cpp
433
StrokeLine(BPoint(rect.left, rect.top + halfHeight),
src/kits/interface/AbstractSpinner.cpp
437
StrokeLine(BPoint(rect.left + halfWidth, rect.top + 1),
src/kits/interface/Box.cpp
694
StrokeLine(rect.LeftTop(),rect.RightBottom());
src/kits/interface/ChannelSlider.cpp
862
into->StrokeLine(area.LeftTop(), BPoint(area.right, area.top));
src/kits/interface/ChannelSlider.cpp
863
into->StrokeLine(area.LeftTop(), BPoint(area.left, area.bottom - 1));
src/kits/interface/ChannelSlider.cpp
865
into->StrokeLine(BPoint(area.left + 1, area.top + 1),
src/kits/interface/ChannelSlider.cpp
867
into->StrokeLine(BPoint(area.left + 1, area.top + 1),
src/kits/interface/ColorControl.cpp
470
target->StrokeLine(BPoint(x, fPaletteFrame.top),
src/kits/interface/ColorControl.cpp
475
target->StrokeLine(BPoint(fPaletteFrame.left, y),
src/kits/interface/ColumnListView.cpp
1763
view->StrokeLine(
src/kits/interface/ColumnListView.cpp
1772
view->StrokeLine(
src/kits/interface/ColumnListView.cpp
1777
view->StrokeLine(
src/kits/interface/ColumnListView.cpp
1787
view->StrokeLine(
src/kits/interface/ColumnListView.cpp
1792
view->StrokeLine(
src/kits/interface/ColumnListView.cpp
2009
StrokeLine(BPoint(rect.left, rect.bottom),
src/kits/interface/ColumnListView.cpp
2011
StrokeLine(BPoint(rect.left + 1, rect.top),
src/kits/interface/ColumnListView.cpp
2725
view->StrokeLine(bgRect.LeftBottom(), bgRect.RightBottom());
src/kits/interface/ColumnListView.cpp
2738
view->StrokeLine(rect.RightTop(), rect.RightBottom());
src/kits/interface/HaikuControlLook.cpp
1365
view->StrokeLine(originalRect.LeftBottom(), originalRect.RightBottom());
src/kits/interface/HaikuControlLook.cpp
1367
view->StrokeLine(originalRect.RightTop(), originalRect.RightBottom());
src/kits/interface/HaikuControlLook.cpp
1377
view->StrokeLine(rect.LeftTop(), rect.LeftBottom());
src/kits/interface/HaikuControlLook.cpp
1381
view->StrokeLine(rect.RightTop(), rect.RightBottom());
src/kits/interface/HaikuControlLook.cpp
1389
view->StrokeLine(rect.LeftTop(), rect.RightTop());
src/kits/interface/HaikuControlLook.cpp
1393
view->StrokeLine(rect.LeftBottom(), rect.RightBottom());
src/kits/interface/HaikuControlLook.cpp
1994
view->StrokeLine(dot, dot, B_SOLID_HIGH);
src/kits/interface/HaikuControlLook.cpp
1997
view->StrokeLine(dot, dot, B_SOLID_HIGH);
src/kits/interface/HaikuControlLook.cpp
2037
view->StrokeLine(dot, dot, B_SOLID_HIGH);
src/kits/interface/HaikuControlLook.cpp
2040
view->StrokeLine(dot, dot, B_SOLID_HIGH);
src/kits/interface/HaikuControlLook.cpp
3060
view->StrokeLine(leftTopCorner + BPoint(i, 0),
src/kits/interface/HaikuControlLook.cpp
409
view->StrokeLine(nonfilledRect.LeftTop(),
src/kits/interface/HaikuControlLook.cpp
490
view->StrokeLine(BPoint(x1, y), BPoint(x2,y));
src/kits/interface/HaikuControlLook.cpp
492
view->StrokeLine(rect.LeftTop(), rect.RightBottom());
src/kits/interface/HaikuControlLook.cpp
493
view->StrokeLine(rect.LeftBottom(), rect.RightTop());
src/kits/interface/HaikuControlLook.cpp
709
view->StrokeLine(rect.LeftTop(), rect.LeftBottom());
src/kits/interface/HaikuControlLook.cpp
715
view->StrokeLine(rect.RightTop(), rect.RightBottom());
src/kits/interface/HaikuControlLook.cpp
721
view->StrokeLine(rect.LeftTop(), rect.LeftBottom());
src/kits/interface/HaikuControlLook.cpp
733
view->StrokeLine(rect.LeftTop(), rect.RightTop());
src/kits/interface/HaikuControlLook.cpp
739
view->StrokeLine(rect.LeftBottom(), rect.RightBottom());
src/kits/interface/HaikuControlLook.cpp
745
view->StrokeLine(rect.LeftTop(), rect.RightTop());
src/kits/interface/MenuItem.cpp
440
fSuper->StrokeLine(lineStart, lineEnd);
src/kits/interface/PicturePlayer.cpp
42
virtual void StrokeLine(const BPoint& start, const BPoint& end);
src/kits/interface/PicturePlayer.cpp
903
callbacks.StrokeLine(*start, *end);
src/kits/interface/SeparatorItem.cpp
101
menu->StrokeLine(BPoint(startLeft, bounds.top + 1.0f),
src/kits/interface/SeparatorItem.cpp
104
menu->StrokeLine(BPoint(startLeft + 1.0f, bounds.top + 1.0f),
src/kits/interface/SeparatorItem.cpp
109
menu->StrokeLine(BPoint(bounds.left + 1.0f, startTop),
src/kits/interface/SeparatorItem.cpp
112
menu->StrokeLine(BPoint(bounds.left + 1.0f, startTop + 1.0f),
src/kits/interface/Slider.cpp
941
view->StrokeLine(BPoint(frame.left, frame.bottom + 2.0f),
src/kits/interface/Slider.cpp
944
view->StrokeLine(BPoint(frame.left - 2.0f, frame.top),
src/kits/interface/TabView.cpp
270
owner->StrokeLine(BPoint((frame.left + frame.right - width) / 2.0,
src/kits/interface/TabView.cpp
276
owner->StrokeLine(BPoint((frame.left + frame.right - width) / 2.0,
src/kits/interface/TabView.cpp
282
owner->StrokeLine(BPoint(frame.right - offset,
src/kits/interface/TabView.cpp
288
owner->StrokeLine(BPoint(frame.left + offset,
src/kits/interface/View.cpp
4301
StrokeLine(PenLocation(), toPoint, pattern);
src/kits/interface/View.cpp
4331
StrokeLine(PenLocation(), toPoint, gradient);
src/kits/media/DefaultMediaTheme.cpp
256
StrokeLine(BPoint(0, rect.top), BPoint(0, rect.bottom));
src/kits/media/DefaultMediaTheme.cpp
258
StrokeLine(BPoint(rect.left, 0), BPoint(rect.right, 0));
src/kits/media/DefaultMediaTheme.cpp
262
StrokeLine(BPoint(1, rect.top), BPoint(1, rect.bottom));
src/kits/media/DefaultMediaTheme.cpp
264
StrokeLine(BPoint(rect.left, 1), BPoint(rect.right, 1));
src/kits/print/PictureIterator.cpp
36
static void _StrokeLine(void *p, BPoint start, BPoint end) { return ((PictureIterator *) p)->StrokeLine(start, end); }
src/kits/shared/BitmapButton.cpp
84
StrokeLine(bounds.LeftBottom(), bounds.RightBottom());
src/kits/tracker/Pose.cpp
828
view->StrokeLine(BPoint(where.x + iconSize, where.y + iconSize - yOffset));
src/kits/tracker/Pose.cpp
829
view->StrokeLine(BPoint(where.x + iconSize - barWidth + 1, where.y + iconSize - yOffset));
src/kits/tracker/PoseView.cpp
9177
StrokeLine(fSelectionRectInfo.rect.LeftTop(), fSelectionRectInfo.rect.RightBottom());
src/kits/tracker/TextWidget.cpp
769
drawView->StrokeLine(lineRect.LeftBottom(), lineRect.RightBottom(), B_MIXED_COLORS);
src/kits/tracker/TitleView.cpp
242
view->StrokeLine(bounds.LeftBottom(), bounds.RightBottom());
src/kits/tracker/TitleView.cpp
265
view->StrokeLine(BPoint(minx, bounds.top),
src/kits/tracker/TitleView.cpp
559
view->StrokeLine(bounds.RightTop(), bounds.RightBottom());
src/kits/tracker/TitleView.cpp
73
view->StrokeLine(from, to);
src/kits/tracker/TitleView.cpp
85
view->StrokeLine(from, to, B_SOLID_LOW);
src/libs/print/libprint/HalftoneView.cpp
48
view.StrokeLine(from, to);
src/libs/print/libprint/HalftoneView.cpp
53
view.StrokeLine(from, to);
src/libs/print/libprint/HalftoneView.cpp
58
view.StrokeLine(from, to);
src/libs/print/libprint/HalftoneView.cpp
63
view.StrokeLine(from, to);
src/libs/print/libprint/PagesView.cpp
102
StrokeLine(position + BPoint(3, 1), position + BPoint(3, 3));
src/libs/print/libprint/PagesView.cpp
103
StrokeLine(position + BPoint(3, 3), position + BPoint(1, 3));
src/libs/print/libprint/Preview.cpp
749
StrokeLine(BPoint(printRect.left, paperRect.top),
src/libs/print/libprint/Preview.cpp
751
StrokeLine(BPoint(printRect.right, paperRect.top),
src/libs/print/libprint/Preview.cpp
753
StrokeLine(BPoint(paperRect.left, printRect.top),
src/libs/print/libprint/Preview.cpp
755
StrokeLine(BPoint(paperRect.left, printRect.bottom),
src/preferences/backgrounds/BackgroundsView.cpp
1344
StrokeLine(BPoint(0, 0), BPoint(rect.right, 0));
src/preferences/backgrounds/BackgroundsView.cpp
1346
StrokeLine(BPoint(0, 4), BPoint(rect.right, 4));
src/preferences/backgrounds/BackgroundsView.cpp
1361
StrokeLine(BPoint(0, 0), BPoint(0, rect.bottom));
src/preferences/backgrounds/BackgroundsView.cpp
1363
StrokeLine(BPoint(4, 0), BPoint(4, rect.bottom));
src/preferences/backgrounds/BackgroundsView.cpp
1370
StrokeLine(BPoint(0, 0), BPoint(0, rect.bottom));
src/preferences/backgrounds/BackgroundsView.cpp
1372
StrokeLine(BPoint(4, 0), BPoint(4, rect.bottom));
src/preferences/backgrounds/BackgroundsView.cpp
1387
StrokeLine(BPoint(0, 0), BPoint(rect.right, 0));
src/preferences/backgrounds/BackgroundsView.cpp
1389
StrokeLine(BPoint(0, 4), BPoint(rect.right, 4));
src/preferences/backgrounds/BackgroundsView.cpp
1391
StrokeLine(BPoint(5, 2), BPoint(7, 2));
src/preferences/backgrounds/BackgroundsView.cpp
1409
StrokeLine(BPoint(0, 0), BPoint(0, 12));
src/preferences/backgrounds/BackgroundsView.cpp
1410
StrokeLine(BPoint(0, 0), BPoint(4, 0));
src/preferences/backgrounds/BackgroundsView.cpp
1411
StrokeLine(BPoint(3, 12), BPoint(3, 12));
src/preferences/backgrounds/BackgroundsView.cpp
1415
StrokeLine(BPoint(1, 12), BPoint(1, 10));
src/preferences/backgrounds/BackgroundsView.cpp
1416
StrokeLine(BPoint(2, 10), BPoint(3, 10));
src/preferences/backgrounds/BackgroundsView.cpp
1418
StrokeLine(BPoint(2, 12), BPoint(2, 11));
src/preferences/backgrounds/BackgroundsView.cpp
1419
StrokeLine(BPoint(3, 11), BPoint(3, 11));
src/preferences/backgrounds/BackgroundsView.cpp
1427
StrokeLine(BPoint(0, 0), BPoint(53, 0));
src/preferences/backgrounds/BackgroundsView.cpp
1428
StrokeLine(BPoint(53, 1), BPoint(53, 9));
src/preferences/backgrounds/BackgroundsView.cpp
1429
StrokeLine(BPoint(54, 9), BPoint(rect.right, 9));
src/preferences/backgrounds/BackgroundsView.cpp
1431
StrokeLine(BPoint(0, 10), BPoint(rect.right, 10));
src/preferences/backgrounds/BackgroundsView.cpp
1433
StrokeLine(BPoint(0, 11), BPoint(rect.right, 11));
src/preferences/backgrounds/BackgroundsView.cpp
1435
StrokeLine(BPoint(0, 12), BPoint(rect.right, 12));
src/preferences/backgrounds/BackgroundsView.cpp
1441
StrokeLine(BPoint(0, 12), BPoint(0, 12));
src/preferences/backgrounds/BackgroundsView.cpp
1442
StrokeLine(BPoint(0, 9), BPoint(3, 9));
src/preferences/backgrounds/BackgroundsView.cpp
1443
StrokeLine(BPoint(3, 12), BPoint(3, 9));
src/preferences/backgrounds/BackgroundsView.cpp
1445
StrokeLine(BPoint(0, 10), BPoint(2, 10));
src/preferences/backgrounds/BackgroundsView.cpp
1446
StrokeLine(BPoint(1, 12), BPoint(1, 12));
src/preferences/backgrounds/BackgroundsView.cpp
1448
StrokeLine(BPoint(2, 12), BPoint(2, 12));
src/preferences/backgrounds/BackgroundsView.cpp
1449
StrokeLine(BPoint(0, 11), BPoint(2, 11));
src/preferences/backgrounds/BackgroundsView.cpp
1455
StrokeLine(BPoint(0, 0), BPoint(0, rect.bottom));
src/preferences/backgrounds/BackgroundsView.cpp
1457
StrokeLine(BPoint(1, 0), BPoint(1, rect.bottom));
src/preferences/backgrounds/BackgroundsView.cpp
1459
StrokeLine(BPoint(2, 0), BPoint(2, rect.bottom));
src/preferences/backgrounds/BackgroundsView.cpp
1461
StrokeLine(BPoint(3, 0), BPoint(3, rect.bottom));
src/preferences/backgrounds/BackgroundsView.cpp
1466
StrokeLine(BPoint(0, 0), BPoint(0, 3));
src/preferences/backgrounds/BackgroundsView.cpp
1467
StrokeLine(BPoint(0, 3), BPoint(3, 3));
src/preferences/backgrounds/BackgroundsView.cpp
1468
StrokeLine(BPoint(3, 0), BPoint(3, 0));
src/preferences/backgrounds/BackgroundsView.cpp
1470
StrokeLine(BPoint(1, 0), BPoint(1, 2));
src/preferences/backgrounds/BackgroundsView.cpp
1471
StrokeLine(BPoint(3, 1), BPoint(3, 1));
src/preferences/backgrounds/BackgroundsView.cpp
1473
StrokeLine(BPoint(2, 0), BPoint(2, 2));
src/preferences/backgrounds/BackgroundsView.cpp
1474
StrokeLine(BPoint(3, 2), BPoint(3, 2));
src/preferences/backgrounds/BackgroundsView.cpp
1479
StrokeLine(BPoint(0, 0), BPoint(rect.right, 0));
src/preferences/backgrounds/BackgroundsView.cpp
1481
StrokeLine(BPoint(0, 1), BPoint(rect.right, 1));
src/preferences/backgrounds/BackgroundsView.cpp
1483
StrokeLine(BPoint(0, 2), BPoint(rect.right, 2));
src/preferences/backgrounds/BackgroundsView.cpp
1485
StrokeLine(BPoint(0, 3), BPoint(rect.right, 3));
src/preferences/backgrounds/BackgroundsView.cpp
1490
StrokeLine(BPoint(0, 0), BPoint(0, 0));
src/preferences/backgrounds/BackgroundsView.cpp
1492
StrokeLine(BPoint(1, 0), BPoint(1, 1));
src/preferences/backgrounds/BackgroundsView.cpp
1493
StrokeLine(BPoint(0, 1), BPoint(0, 1));
src/preferences/backgrounds/BackgroundsView.cpp
1495
StrokeLine(BPoint(2, 0), BPoint(2, 2));
src/preferences/backgrounds/BackgroundsView.cpp
1496
StrokeLine(BPoint(0, 2), BPoint(1, 2));
src/preferences/backgrounds/BackgroundsView.cpp
1498
StrokeLine(BPoint(3, 0), BPoint(3, 3));
src/preferences/backgrounds/BackgroundsView.cpp
1499
StrokeLine(BPoint(0, 3), BPoint(2, 3));
src/preferences/filetypes/AttributeListView.cpp
400
StrokeLine(BPoint(middle, 0.0f), BPoint(middle, Bounds().bottom));
src/preferences/input/InputTouchpadPrefView.cpp
223
view->StrokeLine(BPoint(fPadRect.left + fXScrollRange, fPadRect.top),
src/preferences/input/InputTouchpadPrefView.cpp
240
view->StrokeLine(BPoint(fPadRect.left, fPadRect.top + fYScrollRange),
src/preferences/input/MouseView.cpp
280
StrokeLine(buttonRect.LeftTop(), buttonRect.LeftBottom());
src/preferences/printers/TestPageView.cpp
326
StrokeLine(pt, BPoint(pt.x + size, pt.y));
src/preferences/printers/TestPageView.cpp
327
StrokeLine(pt, BPoint(pt.x, pt.y + size));
src/preferences/printers/TestPageView.cpp
330
StrokeLine(pt, BPoint(pt.x - size, pt.y));
src/preferences/printers/TestPageView.cpp
331
StrokeLine(pt, BPoint(pt.x, pt.y + size));
src/preferences/printers/TestPageView.cpp
334
StrokeLine(pt, BPoint(pt.x - size, pt.y));
src/preferences/printers/TestPageView.cpp
335
StrokeLine(pt, BPoint(pt.x, pt.y - size));
src/preferences/printers/TestPageView.cpp
338
StrokeLine(pt, BPoint(pt.x + size, pt.y));
src/preferences/printers/TestPageView.cpp
339
StrokeLine(pt, BPoint(pt.x, pt.y - size));
src/preferences/screen/MonitorView.cpp
99
StrokeLine(powerPos, BPoint(powerPos.x + 2, powerPos.y));
src/preferences/screensaver/ScreenCornerSelector.cpp
114
StrokeLine(powerPos, BPoint(powerPos.x + 2, powerPos.y));
src/preferences/screensaver/ScreenCornerSelector.cpp
208
StrokeLine(rect.RightTop(), rect.LeftBottom());
src/preferences/time/AnalogClock.cpp
302
StrokeLine(BPoint(x1, y1), BPoint(x2, y2));
src/preferences/time/AnalogClock.cpp
320
StrokeLine(BPoint(x1, y1), BPoint(x2, y2));
src/preferences/time/AnalogClock.cpp
461
StrokeLine(BPoint(x, y), BPoint(x + offsetX, y - offsetY));
src/preferences/time/AnalogClock.cpp
469
StrokeLine(BPoint(x, y), BPoint(x + offsetX, y - offsetY));
src/preferences/time/AnalogClock.cpp
477
StrokeLine(BPoint(x, y), BPoint(x + offsetX, y - offsetY));
src/servers/app/PictureBoundingBoxPlayer.cpp
151
virtual void StrokeLine(const BPoint& start, const BPoint& end);
src/servers/app/PictureBoundingBoxPlayer.cpp
917
StrokeLine(start, end);
src/servers/app/ServerPicture.cpp
245
virtual void StrokeLine(const BPoint& start, const BPoint& end);
src/servers/app/ServerPicture.cpp
369
fCanvas->GetDrawingEngine()->StrokeLine(start, end);
src/servers/app/ServerPicture.cpp
581
fCanvas->GetDrawingEngine()->StrokeLine(start, end, gradient);
src/servers/app/ServerWindow.cpp
2547
drawingEngine->StrokeLine(info.startPoint, info.endPoint);
src/servers/app/ServerWindow.cpp
2582
drawingEngine->StrokeLine(info.startPoint, info.endPoint, *gradient);
src/servers/app/WorkspacesView.cpp
392
drawingEngine->StrokeLine(BPoint(frame.left, frame.top),
src/servers/app/WorkspacesView.cpp
397
drawingEngine->StrokeLine(BPoint(frame.left, rect.bottom),
src/servers/app/WorkspacesView.cpp
403
drawingEngine->StrokeLine(BPoint(frame.left, frame.top),
src/servers/app/WorkspacesView.cpp
408
drawingEngine->StrokeLine(BPoint(rect.right, frame.top),
src/servers/app/decorator/DefaultDecorator.cpp
226
fDrawingEngine->StrokeLine(
src/servers/app/decorator/DefaultDecorator.cpp
236
fDrawingEngine->StrokeLine(
src/servers/app/decorator/DefaultDecorator.cpp
250
fDrawingEngine->StrokeLine(
src/servers/app/decorator/DefaultDecorator.cpp
263
fDrawingEngine->StrokeLine(
src/servers/app/decorator/DefaultDecorator.cpp
276
fDrawingEngine->StrokeLine(
src/servers/app/decorator/DefaultDecorator.cpp
295
fDrawingEngine->StrokeLine(
src/servers/app/decorator/DefaultDecorator.cpp
305
fDrawingEngine->StrokeLine(
src/servers/app/decorator/DefaultDecorator.cpp
319
fDrawingEngine->StrokeLine(
src/servers/app/decorator/DefaultDecorator.cpp
328
fDrawingEngine->StrokeLine(
src/servers/app/decorator/DefaultDecorator.cpp
342
fDrawingEngine->StrokeLine(
src/servers/app/decorator/DefaultDecorator.cpp
355
fDrawingEngine->StrokeLine(
src/servers/app/decorator/DefaultDecorator.cpp
415
fDrawingEngine->StrokeLine(
src/servers/app/decorator/DefaultDecorator.cpp
421
fDrawingEngine->StrokeLine(
src/servers/app/decorator/DefaultDecorator.cpp
455
fDrawingEngine->StrokeLine(BPoint(x, y) - offset1,
src/servers/app/decorator/DefaultDecorator.cpp
457
fDrawingEngine->StrokeLine(BPoint(x, y) - offset2,
src/servers/app/decorator/DefaultDecorator.cpp
459
fDrawingEngine->StrokeLine(BPoint(x, y) - offset1,
src/servers/app/decorator/DefaultDecorator.cpp
461
fDrawingEngine->StrokeLine(BPoint(x, y) - offset2,
src/servers/app/decorator/DefaultDecorator.cpp
503
fDrawingEngine->StrokeLine(tabRect.LeftTop(), tabRect.LeftBottom(),
src/servers/app/decorator/DefaultDecorator.cpp
505
fDrawingEngine->StrokeLine(tabRect.LeftTop(), tabRect.RightTop(),
src/servers/app/decorator/DefaultDecorator.cpp
508
fDrawingEngine->StrokeLine(tabRect.RightTop(), tabRect.RightBottom(),
src/servers/app/decorator/DefaultDecorator.cpp
511
fDrawingEngine->StrokeLine(tabRect.LeftBottom(),
src/servers/app/decorator/DefaultDecorator.cpp
520
fDrawingEngine->StrokeLine(BPoint(tabRect.left + 1, tabRect.top + 1),
src/servers/app/decorator/DefaultDecorator.cpp
524
fDrawingEngine->StrokeLine(BPoint(tabRect.left + 1, tabRect.top + 1),
src/servers/app/decorator/DefaultDecorator.cpp
530
fDrawingEngine->StrokeLine(BPoint(tabRect.right - 1, tabRect.top + 2),
src/servers/app/decorator/DefaultDecorator.cpp
534
fDrawingEngine->StrokeLine(
src/servers/app/drawing/DrawingEngine.cpp
1162
fPainter->StrokeLine(start, end);
src/servers/app/drawing/DrawingEngine.cpp
1178
fPainter->StrokeLine(start, end, gradient);
src/servers/app/drawing/DrawingEngine.cpp
1220
fPainter->StrokeLine(data->startPoint, data->endPoint);
src/servers/app/drawing/DrawingEngine.cpp
1225
fPainter->StrokeLine(data->startPoint, data->endPoint);
src/servers/app/drawing/DrawingEngine.cpp
810
StrokeLine(pt, pt, color);
src/servers/app/drawing/DrawingEngine.cpp
834
fPainter->StrokeLine(start, end);
src/servers/app/drawing/DrawingEngine.h
159
virtual void StrokeLine(const BPoint& start,
src/servers/app/drawing/DrawingEngine.h
162
virtual void StrokeLine(const BPoint& start,
src/servers/app/drawing/DrawingEngine.h
164
virtual void StrokeLine(const BPoint& start,
src/servers/app/drawing/Painter/Painter.h
109
void StrokeLine(BPoint a, BPoint b);
src/servers/app/drawing/Painter/Painter.h
110
void StrokeLine(BPoint a, BPoint b, const BGradient& gradient);
src/servers/app/drawing/interface/remote/RemoteDrawingEngine.h
129
virtual void StrokeLine(const BPoint& start,
src/servers/app/drawing/interface/remote/RemoteDrawingEngine.h
131
virtual void StrokeLine(const BPoint& start,
src/servers/app/drawing/interface/remote/RemoteDrawingEngine.h
133
virtual void StrokeLine(const BPoint& start,
src/servers/notification/AppGroupView.cpp
125
StrokeLine(closeRect.LeftTop(), closeRect.RightBottom());
src/servers/notification/AppGroupView.cpp
126
StrokeLine(closeRect.LeftBottom(), closeRect.RightTop());
src/servers/notification/AppGroupView.cpp
54
StrokeLine(bounds.LeftTop(), bounds.LeftBottom());
src/servers/notification/NotificationView.cpp
299
StrokeLine(left, right);
src/tests/add-ons/media/media-add-ons/mixer/main.cpp
107
StrokeLine(p1, p2);
src/tests/add-ons/media/media-add-ons/mixer/main.cpp
129
StrokeLine(p1, p2);
src/tests/add-ons/media/media-add-ons/mixer/main.cpp
88
StrokeLine(p, p);
src/tests/add-ons/print/pdf/bezierbounds/BBView.cpp
52
StrokeLine(BPoint(p.x-2, p.y), BPoint(p.x+2, p.y));
src/tests/add-ons/print/pdf/bezierbounds/BBView.cpp
53
StrokeLine(BPoint(p.x, p.y-2), BPoint(p.x, p.y+2));
src/tests/kits/interface/flatten_picture/PictureTestCases.cpp
1006
view->StrokeLine(frame.LeftTop(), frame.RightBottom());
src/tests/kits/interface/flatten_picture/PictureTestCases.cpp
1007
view->StrokeLine(frame.LeftBottom(), frame.RightTop());
src/tests/kits/interface/flatten_picture/PictureTestCases.cpp
113
view->StrokeLine(BPoint(frame.left, baseline - 1), BPoint(frame.right, baseline -1));
src/tests/kits/interface/flatten_picture/PictureTestCases.cpp
477
view->StrokeLine(BPoint(frame.left, frame.top), BPoint(frame.right, frame.top));
src/tests/kits/interface/flatten_picture/PictureTestCases.cpp
481
view->StrokeLine(BPoint(frame.left, frame.top), BPoint(frame.right, frame.bottom));
src/tests/kits/interface/flatten_picture/PictureTestCases.cpp
485
view->StrokeLine(BPoint(frame.right, frame.top), BPoint(frame.left, frame.top));
src/tests/kits/interface/flatten_picture/PictureTestCases.cpp
54
view->StrokeLine(BPoint(frame.left, baseline - 1), BPoint(frame.right, baseline -1));
src/tests/kits/interface/flatten_picture/PictureTestCases.cpp
69
view->StrokeLine(BPoint(frame.left, baseline - 1), BPoint(frame.right, baseline -1));
src/tests/kits/interface/flatten_picture/PictureTestCases.cpp
742
view->StrokeLine(BPoint(frame.left, frame.top), BPoint(frame.right, frame.top));
src/tests/kits/interface/flatten_picture/PictureTestCases.cpp
746
view->StrokeLine(BPoint(frame.left, frame.top), BPoint(x, frame.top));
src/tests/kits/interface/flatten_picture/PictureTestCases.cpp
748
view->StrokeLine(BPoint(x+1, frame.top), BPoint(frame.right, frame.top));
src/tests/kits/interface/flatten_picture/PictureTestCases.cpp
752
view->StrokeLine(BPoint(frame.left, frame.top), BPoint(x, frame.top));
src/tests/kits/interface/flatten_picture/PictureTestCases.cpp
754
view->StrokeLine(BPoint(x+1, frame.top), BPoint(frame.right, frame.top));
src/tests/kits/interface/flatten_picture/PictureTestCases.cpp
758
view->StrokeLine(BPoint(frame.left, frame.top), BPoint(x, frame.top));
src/tests/kits/interface/flatten_picture/PictureTestCases.cpp
760
view->StrokeLine(BPoint(x+1, frame.top), BPoint(frame.right, frame.top));
src/tests/kits/interface/flatten_picture/PictureTestCases.cpp
764
view->StrokeLine(BPoint(frame.left, frame.top), BPoint(x, frame.top));
src/tests/kits/interface/flatten_picture/PictureTestCases.cpp
766
view->StrokeLine(BPoint(x+1, frame.top), BPoint(frame.right, frame.top));
src/tests/kits/interface/flatten_picture/PictureTestCases.cpp
775
view->StrokeLine(BPoint(frame.left, frame.top), BPoint(frame.right, frame.top));
src/tests/kits/interface/flatten_picture/PictureTestCases.cpp
777
view->StrokeLine(BPoint(frame.left + 2, frame.bottom), BPoint(frame.right + 2, frame.bottom));
src/tests/kits/interface/flatten_picture/PictureTestCases.cpp
85
view->StrokeLine(BPoint(frame.left, baseline - 1), BPoint(frame.right, baseline -1));
src/tests/kits/interface/layout/LayoutTest1.cpp
70
StrokeLine(B_ORIGIN, rightBottom);
src/tests/kits/interface/layout/LayoutTest1.cpp
71
StrokeLine(BPoint(rightBottom.x, 0), BPoint(0, rightBottom.y));
src/tests/kits/interface/layout/widget_layout_test/CheckBox.cpp
51
container->StrokeLine(rect.LeftTop(), rect.RightBottom());
src/tests/kits/interface/layout/widget_layout_test/CheckBox.cpp
52
container->StrokeLine(rect.RightTop(), rect.LeftBottom());
src/tests/kits/interface/layout/widget_layout_test/TestView.cpp
46
StrokeLine(bounds.LeftTop(), bounds.RightBottom());
src/tests/kits/interface/layout/widget_layout_test/TestView.cpp
47
StrokeLine(bounds.LeftBottom(), bounds.RightTop());
src/tests/kits/interface/picture/PictureTest.cpp
86
view->StrokeLine(BPoint(50, 30), BPoint(30, 50));
src/tests/kits/interface/picture/PictureTest.cpp
87
view->StrokeLine(BPoint(80, 50));
src/tests/kits/interface/picture/PictureTest.cpp
88
view->StrokeLine(BPoint(50, 30));
src/tests/kits/interface/picture/SVGViewView.cpp
1039
StrokeLine(from, to);
src/tests/servers/app/benchmark/HorizontalLineTest.cpp
54
view->StrokeLine(BPoint(fViewBounds.left + 1, y),
src/tests/servers/app/benchmark/RandomLineTest.cpp
64
view->StrokeLine(a, b);
src/tests/servers/app/benchmark/VerticalLineTest.cpp
54
view->StrokeLine(BPoint(x, fViewBounds.top + 1),
src/tests/servers/app/constrain_clipping_region/main.cpp
107
StrokeLine(BPoint(2, 2), BPoint(80, 80));
src/tests/servers/app/constrain_clipping_region/main.cpp
109
StrokeLine(BPoint(2, 2), BPoint(4, 2));
src/tests/servers/app/constrain_clipping_region/main.cpp
113
StrokeLine(BPoint(4, 2), BPoint(82, 80));
src/tests/servers/app/constrain_clipping_region/main.cpp
163
StrokeLine(BPoint(2, 2), BPoint(80, 80));
src/tests/servers/app/constrain_clipping_region/main.cpp
168
StrokeLine(BPoint(4, 2), BPoint(82, 80));
src/tests/servers/app/constrain_clipping_region/main.cpp
205
StrokeLine(Bounds().LeftTop(), Bounds().RightBottom());
src/tests/servers/app/constrain_clipping_region/main.cpp
243
StrokeLine(Bounds().LeftTop(), Bounds().RightBottom());
src/tests/servers/app/constrain_clipping_region/main.cpp
33
StrokeLine(BPoint(2, 2), BPoint(80, 80));
src/tests/servers/app/constrain_clipping_region/main.cpp
67
StrokeLine(BPoint(2, 2), BPoint(80, 80));
src/tests/servers/app/copy_bits/main.cpp
100
StrokeLine(BPoint(r.right - (width / lineCount) * i, r.bottom),
src/tests/servers/app/copy_bits/main.cpp
103
StrokeLine(BPoint(r.left, r.bottom), BPoint(r.right, r.top));
src/tests/servers/app/copy_bits/main.cpp
98
StrokeLine(BPoint(r.left + (width / lineCount) * i, r.top),
src/tests/servers/app/draw_after_children/DrawAfterChildren.cpp
103
StrokeLine(Bounds().LeftTop(), Bounds().RightBottom());
src/tests/servers/app/draw_after_children/DrawAfterChildren.cpp
89
StrokeLine(Bounds().LeftBottom(), Bounds().RightTop());
src/tests/servers/app/following/main.cpp
63
StrokeLine(r.RightTop(), BPoint(r.right, Bounds().bottom));
src/tests/servers/app/following/main.cpp
64
StrokeLine(r.LeftBottom(), BPoint(Bounds().right, r.bottom));
src/tests/servers/app/lagging_get_mouse/main.cpp
42
StrokeLine(*p);
src/tests/servers/app/lagging_get_mouse/main.cpp
63
StrokeLine(where);
src/tests/servers/app/layers_test/LayersTest.cpp
92
StrokeLine(BPoint(840, i * 100 + 10), BPoint(930, i * 100 + 100), g[i]);
src/tests/servers/app/newClipping/MyView.cpp
173
StrokeLine(fLastPos, where);
src/tests/servers/app/newerClipping/Desktop.cpp
129
fDrawingEngine->StrokeLine(fLastMousePos, where, (rgb_color){ 0, 0, 0, 255 });
src/tests/servers/app/newerClipping/ViewLayer.cpp
655
drawingEngine->StrokeLine(b.LeftTop(), b.RightBottom(), fViewColor);
src/tests/servers/app/newerClipping/WindowLayer.cpp
679
fDrawingEngine->StrokeLine(polygon[0], polygon[1], layer->ViewColor());
src/tests/servers/app/newerClipping/WindowLayer.cpp
680
fDrawingEngine->StrokeLine(polygon[1], polygon[2], layer->ViewColor());
src/tests/servers/app/newerClipping/WindowLayer.cpp
681
fDrawingEngine->StrokeLine(polygon[2], polygon[3], layer->ViewColor());
src/tests/servers/app/newerClipping/WindowLayer.cpp
682
fDrawingEngine->StrokeLine(polygon[3], polygon[0], layer->ViewColor());
src/tests/servers/app/newerClipping/WindowLayer.cpp
737
fDrawingEngine->StrokeLine(BPoint(frame.left, frame.bottom),
src/tests/servers/app/newerClipping/WindowLayer.cpp
739
fDrawingEngine->StrokeLine(BPoint(frame.left + 1, frame.top),
src/tests/servers/app/newerClipping/WindowLayer.cpp
741
fDrawingEngine->StrokeLine(BPoint(frame.right, frame.top + 1),
src/tests/servers/app/newerClipping/WindowLayer.cpp
743
fDrawingEngine->StrokeLine(BPoint(frame.right - 1, frame.bottom - 11),
src/tests/servers/app/newerClipping/WindowLayer.cpp
745
fDrawingEngine->StrokeLine(BPoint(frame.right - 11, frame.bottom - 10),
src/tests/servers/app/newerClipping/WindowLayer.cpp
747
fDrawingEngine->StrokeLine(BPoint(frame.right - 12, frame.bottom),
src/tests/servers/app/newerClipping/WindowLayer.cpp
752
fDrawingEngine->StrokeLine(BPoint(frame.left, frame.bottom),
src/tests/servers/app/newerClipping/WindowLayer.cpp
754
fDrawingEngine->StrokeLine(BPoint(frame.left + 1, frame.top - 16),
src/tests/servers/app/newerClipping/WindowLayer.cpp
756
fDrawingEngine->StrokeLine(BPoint(tabRight, frame.top - 15),
src/tests/servers/app/newerClipping/WindowLayer.cpp
758
fDrawingEngine->StrokeLine(BPoint(tabRight + 1, frame.top),
src/tests/servers/app/newerClipping/WindowLayer.cpp
760
fDrawingEngine->StrokeLine(BPoint(frame.right, frame.top + 1),
src/tests/servers/app/newerClipping/WindowLayer.cpp
762
fDrawingEngine->StrokeLine(BPoint(frame.right, frame.bottom),
src/tests/servers/app/newerClipping/drawing/DrawingEngine.cpp
128
StrokeLine(r.LeftTop(), r.RightTop(), color);
src/tests/servers/app/newerClipping/drawing/DrawingEngine.cpp
129
StrokeLine(r.RightTop(), r.RightBottom(), color);
src/tests/servers/app/newerClipping/drawing/DrawingEngine.cpp
130
StrokeLine(r.RightBottom(), r.LeftBottom(), color);
src/tests/servers/app/newerClipping/drawing/DrawingEngine.cpp
131
StrokeLine(r.LeftBottom(), r.LeftTop(), color);
src/tests/servers/app/newerClipping/drawing/DrawingEngine.h
23
void StrokeLine(BPoint a, BPoint b, const rgb_color& color);
src/tests/servers/app/painter/Painter.cpp
335
return StrokeLine(fPenLocation, b);
src/tests/servers/app/painter/Painter.h
67
BRect StrokeLine( BPoint a,
src/tests/servers/app/painter/Painter.h
71
BRect StrokeLine( BPoint b,
src/tests/servers/app/painter/main.cpp
125
s.StrokeLine(BPoint(0, 0), BPoint(width, y), pat);
src/tests/servers/app/painter/main.cpp
126
s.StrokeLine(BPoint(width - 1, 0), BPoint(0, y), pat);
src/tests/servers/app/painter/main.cpp
129
s.StrokeLine(BPoint(0, 0), BPoint(x, height), pat);
src/tests/servers/app/painter/main.cpp
130
s.StrokeLine(BPoint(width - 1, 0), BPoint(x, height), pat);
src/tests/servers/app/painter/main.cpp
162
s.StrokeLine(BPoint(0, 0), BPoint(width / 2, y)/*, kDottedBigger*/);
src/tests/servers/app/painter/main.cpp
164
s.StrokeLine(BPoint(0, 0), BPoint(x, height)/*, kDottedBigger*/);
src/tests/servers/app/painter/main.cpp
220
s.StrokeLine(BPoint(width - 1, 0));
src/tests/servers/app/painter/main.cpp
37
s.StrokeLine(BPoint(0, y), BPoint(width - 1, y), pat);
src/tests/servers/app/painter/main.cpp
40
s.StrokeLine(BPoint(x, 0), BPoint(x, height - 1), pat);
src/tests/servers/app/playground/States.cpp
195
view->StrokeLine(fStartPoint, fEndPoint);
src/tests/servers/app/scrollbar/main.cpp
20
StrokeLine(b.LeftTop(), b.RightBottom());