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

/haiku/src/add-ons/screen_savers/simpleclock/
H A DSimpleClock.cpp32 float centerX, centerY; member in class:Clock
101 centerY = height / 2.0;
108 float y = centerY + markRadius * sin(markAngle);
119 float y = centerY + markRadius * sin(markAngle);
124 _drawArrow(&offscreenView, centerX, centerY,
127 _drawArrow(&offscreenView, centerX, centerY,
129 offscreenView.FillEllipse(BPoint(centerX, centerY),
133 _drawArrow(&offscreenView, centerX, centerY,
135 offscreenView.FillEllipse(BPoint(centerX, centerY),
/haiku/src/apps/icon-o-matic/generic/property/view/specific_properties/
H A DBoolValueView.cpp72 float centerY = floorf(Bounds().top + height / 2.0); local
73 fCheckBoxRect.Set(centerX - radius, centerY - radius,
74 centerX + radius, centerY + radius);
/haiku/src/preferences/screensaver/
H A DScreenCornerSelector.cpp247 float centerY = innerFrame.top + innerFrame.Height() / 2;
249 return point.y < centerY ? UP_LEFT_CORNER : DOWN_LEFT_CORNER;
251 return point.y < centerY ? UP_RIGHT_CORNER : DOWN_RIGHT_CORNER;
/haiku/src/tools/html5_remote_desktop/
H A DHaikuRemoteDesktop.js465 RemoteRect.prototype.centerY = function()
484 context.ellipse(this.centerX(), this.centerY(), this.width() / 2,
1403 var centerY = Math.round(rect.centerY());
1412 context.arc(centerX, centerY, radius, invertStart,
1421 context.moveTo(centerX, centerY);
1425 centerY + radius * Math.cos(startAngle));
1428 centerY + radius * Math.cos(endAngle));
/haiku/src/apps/mandelbrot/
H A DMandelbrot.cpp269 centerY = lt.y + dragFrame.Height() / 2; local
271 SetLocationFromFrame(centerX, centerY);

Completed in 48 milliseconds