Searched refs:centerX (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
100 centerX = width / 2.0;
107 float x = centerX + markRadius * cos(markAngle);
118 float x = centerX + markRadius * cos(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.cpp71 float centerX = floorf(Bounds().left + width / 2.0); local
73 fCheckBoxRect.Set(centerX - radius, centerY - radius,
74 centerX + radius, centerY + radius);
/haiku/src/preferences/screensaver/
H A DScreenCornerSelector.cpp246 float centerX = innerFrame.left + innerFrame.Width() / 2;
248 if (point.x < centerX)
/haiku/src/tools/html5_remote_desktop/
H A DHaikuRemoteDesktop.js459 RemoteRect.prototype.centerX = function()
484 context.ellipse(this.centerX(), this.centerY(), this.width() / 2,
1402 var centerX = Math.round(rect.centerX());
1412 context.arc(centerX, centerY, radius, invertStart,
1421 context.moveTo(centerX, centerY);
1424 centerX + radius * Math.sin(startAngle),
1427 centerX + radius * Math.sin(endAngle),
/haiku/src/apps/mandelbrot/
H A DMandelbrot.cpp268 float centerX = lt.x + dragFrame.Width() / 2, local
271 SetLocationFromFrame(centerX, centerY);

Completed in 88 milliseconds