Home
last modified time | relevance | path

Searched refs:control3 (Results 1 – 2 of 2) sorted by relevance

/haiku/src/preferences/input/
H A DMouseView.cpp231 BPoint control3[3] = {BPoint(44, 8), BPoint(20, 8), BPoint(16, 12)}; in Draw() local
232 mouseShape.BezierTo(control3); in Draw()
366 BPoint control3[3] = {BPoint(44, 8), BPoint(20, 8), BPoint(16, 12)}; in _CreateButtonsPicture() local
367 mouseShape.BezierTo(control3); in _CreateButtonsPicture()
/haiku/src/tests/kits/interface/look/
H A DLook.cpp47 ControlType* control3 = new ControlType("Enabled", NULL); in add_controls() local
48 control3->SetValue(B_CONTROL_ON); in add_controls()
55 control3->SetExplicitMaxSize(BSize(B_SIZE_UNLIMITED, B_SIZE_UNSET)); in add_controls()
60 layout->AddView(control3, 2, row); in add_controls()