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

/haiku/src/add-ons/tracker/zipomatic/
H A DZipOMaticActivity.cpp200 BPoint stripePoints[4]; local
201 stripePoints[0].Set(fStripeWidth * 0.5, 0.0); // top left
202 stripePoints[1].Set(fStripeWidth * 1.5, 0.0); // top right
203 stripePoints[2].Set(fStripeWidth, height); // bottom right
204 stripePoints[3].Set(0.0, height); // bottom left
206 fStripe = BPolygon(stripePoints, 4);
/haiku/src/kits/shared/
H A DBarberPole.cpp260 BPoint stripePoints[4]; local
261 stripePoints[0].Set(fStripeWidth * 0.5, 0.0); // top left
262 stripePoints[1].Set(fStripeWidth * 1.5, 0.0); // top right
263 stripePoints[2].Set(fStripeWidth, height); // bottom right
264 stripePoints[3].Set(0.0, height); // bottom left
266 fStripe = BPolygon(stripePoints, 4);

Completed in 33 milliseconds