Searched refs:kDottedBigger (Results 1 - 2 of 2) sorted by relevance

/haiku/src/apps/icon-o-matic/generic/gui/
H A Dui_defines.h33 const pattern kDottedBigger = { { 0x33, 0x33, 0xcc, 0xcc, 0x33, 0x33, 0xcc, 0xcc } }; variable
/haiku/src/tests/servers/app/painter/
H A Dmain.cpp18 const pattern kDottedBigger = (pattern){ { 0x33, 0x33, 0xcc, 0xcc, 0x33, 0x33, 0xcc, 0xcc } }; variable
162 s.StrokeLine(BPoint(0, 0), BPoint(width / 2, y)/*, kDottedBigger*/);
164 s.StrokeLine(BPoint(0, 0), BPoint(x, height)/*, kDottedBigger*/);
186 s.StrokeEllipse(center, xRadius, yRadius, kDottedBigger);

Completed in 35 milliseconds