Searched refs:halfHeight (Results 1 - 3 of 3) sorted by relevance

/haiku/src/apps/mandelbrot/
H A DFractalEngine.cpp250 uint16 halfHeight = height / 2; local
256 for (uint16 y = 0; y<halfHeight; y++) {
258 engine->RenderPixel(x, halfHeight + y);
263 engine->RenderPixel(x, halfHeight - y - 1);
265 // halfHeight-(halfHeight-1)-1 = 0
/haiku/src/kits/interface/
H A DAbstractSpinner.cpp431 float halfHeight = floorf(rect.Height() / 2); local
432 StrokeLine(BPoint(rect.left, rect.top + halfHeight),
433 BPoint(rect.right, rect.top + halfHeight));
H A DColumnListView.cpp1697 int32 halfHeight = rect.IntegerHeight() / 2; local
1701 float top = rect.top + halfHeight - halfSide;

Completed in 63 milliseconds