Searched refs:kStripes (Results 1 - 5 of 5) sorted by relevance

/haiku/src/apps/icon-o-matic/generic/gui/
H A Dui_defines.h31 const pattern kStripes = { { 0xc7, 0x8f, 0x1f, 0x3e, 0x7c, 0xf8, 0xf1, 0xe3 } }; variable
/haiku/src/kits/shared/
H A DBarberPole.cpp239 static const pattern kStripes = { { 0xc7, 0x8f, 0x1f, 0x3e, 0x7c, local
244 FillRect(bounds, kStripes);
/haiku/src/apps/drivesetup/
H A DDiskView.cpp39 static const pattern kStripes = { { 0xc7, 0x8f, 0x1f, 0x3e, variable
170 FillRect(e, kStripes);
527 FillRect(bounds, kStripes);
/haiku/src/tests/servers/app/painter/
H A Dmain.cpp16 const pattern kStripes = (pattern){ { 0xc7, 0x8f, 0x1f, 0x3e, 0x7c, 0xf8, 0xf1, 0xe3 } }; variable
173 s.StrokeRect(BRect(20.2, 45.6, 219.0, 139.0), kStripes);
/haiku/src/apps/icon-o-matic/
H A DCanvasView.cpp479 view->FillRegion(&outside, kStripes);

Completed in 58 milliseconds