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

/haiku/src/tests/kits/interface/bregion/
H A DRegionTestcase.cpp123 int RegionTestcase::GetPointsInRect(BRect theRect, BPoint **pointArrayPtr) argument
126 if (!theRect.IsValid()) {
130 float xIncrement = (theRect.Width() + 1.0) / (numPointsPerSide - 1);
131 float yIncrement = (theRect.Height() + 1.0) / (numPointsPerSide - 1);
136 float xCoord = theRect.left + (i * xIncrement);
138 xCoord = theRect.right;
141 float yCoord = theRect.top + (j * yIncrement);
143 yCoord = theRect.bottom;
146 assert(theRect.Contains(pointArray[numPoints]));
/haiku/src/apps/clock/
H A Dcl_view.cpp50 BRect theRect(0, 0, 82, 82);
53 fClockFace[loop] = new BBitmap(theRect, B_CMAP8);
59 theRect.Set(0,0,15,15);
61 fCenter = new BBitmap(theRect, B_CMAP8);
66 theRect.Set(0,0,2,2);
68 fInner = new BBitmap(theRect, B_CMAP8);

Completed in 48 milliseconds