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

/haiku/src/apps/clock/
H A Dcl_view.h20 short hRadius, short offset, long face, bool show);
50 short mRadius, short hRadius, short offset);
56 void InitObject(BRect frame, short mRadius, short hRadius,
H A Dcl_view.cpp27 short hRadius, short offset, long face, bool show)
33 fHoursRadius(hRadius),
85 x = hRadius * cos(((360 - counter)/180.0) * 3.1415);
87 y = hRadius * sin(((360 - counter)/180.0) * 3.1415);
98 x = hRadius * cos(((360 - counter)/180.0) * 3.1415);
100 y = hRadius * sin(((360 - counter)/180.0) * 3.1415);
163 short hRadius, short offset)
169 InitObject(rect, mRadius, hRadius, offset, 1, TRUE);
180 TOnscreenView::InitObject(BRect rect, short mRadius, short hRadius, argument
183 fOffscreenView = new TOffscreenView(rect, "freqd", mRadius, hRadius, offse
26 TOffscreenView(BRect frame, const char *name, short mRadius, short hRadius, short offset, long face, bool show) argument
162 TOnscreenView(BRect rect, const char *title, short mRadius, short hRadius, short offset) argument
[all...]

Completed in 205 milliseconds