Searched refs:B_BUTT_CAP (Results 1 - 16 of 16) sorted by relevance

/haiku/src/tests/add-ons/print/pdf/bezierbounds/
H A DBezierBounds.cpp54 case B_BUTT_CAP:
H A DBBApp.cpp26 menu->AddItem(new BMenuItem("Butt", NewMessage(CAP_MSG, B_BUTT_CAP)));
/haiku/src/tests/kits/interface/
H A DSetDiskModeTest.cpp40 view->SetLineMode(B_BUTT_CAP, B_BEVEL_JOIN);
/haiku/src/tests/add-ons/print/pdf/linepathbuilder/
H A DLPBApp.cpp26 menu->AddItem(new BMenuItem("Butt", NewMessage(CAP_MSG, B_BUTT_CAP)));
/haiku/src/tests/kits/interface/picture/
H A DSVGViewView.h55 fLineCap = B_BUTT_CAP;
H A DPictureTest.cpp62 view->SetLineMode(B_BUTT_CAP, B_BEVEL_JOIN);
H A DSVGViewView.cpp940 fState.fLineCap = B_BUTT_CAP;
/haiku/headers/os/interface/
H A DInterfaceDefs.h263 B_BUTT_CAP = B_BUTT_JOIN, enumerator in enum:cap_mode
/haiku/src/preferences/time/
H A DAnalogClock.cpp278 SetLineMode(B_BUTT_CAP, B_MITER_JOIN);
/haiku/src/kits/print/
H A DPicturePrinter.cpp285 case B_BUTT_CAP: Print("B_BUTT_CAP"); break;
/haiku/src/tests/servers/app/bitmap_drawing/
H A Dmain.cpp408 fOffscreenView->SetLineMode(B_BUTT_CAP, B_ROUND_JOIN);
/haiku/src/servers/app/
H A DDrawState.cpp62 fLineCapMode(B_BUTT_CAP),
/haiku/src/tools/html5_remote_desktop/
H A DHaikuRemoteDesktop.js174 const B_BUTT_CAP = B_BUTT_JOIN;
1157 case B_BUTT_CAP:
/haiku/src/servers/app/drawing/Painter/
H A DPainter.cpp216 fLineCapMode(B_BUTT_CAP),
1776 case B_BUTT_CAP:
/haiku/src/apps/activitymonitor/
H A DActivityView.cpp1405 view->SetLineMode(B_BUTT_CAP, B_ROUND_JOIN);
/haiku/src/kits/interface/
H A DView.cpp160 line_cap = B_BUTT_CAP;

Completed in 237 milliseconds