Searched refs:fScale (Results 1 - 15 of 15) sorted by relevance

/haiku/src/apps/icon-o-matic/gui/
H A DIconView.cpp25 fScale((frame.Width() + 1.0) / 64.0)
27 fRenderer->SetScale(fScale);
75 scaledArea.left *= fScale;
76 scaledArea.top *= fScale;
77 scaledArea.right *= fScale;
78 scaledArea.bottom *= fScale;
H A DIconView.h48 double fScale; member in class:IconView
/haiku/src/apps/haiku3d/
H A DMeshInstance.h34 float fScale; member in class:MeshInstance
H A DMeshInstance.cpp23 fScale(1.0f),
75 glScalef(fScale, fScale, fScale);
/haiku/src/add-ons/screen_savers/butterfly/
H A DButterfly.cpp70 fScale = MIN(bounds.Width(), bounds.Height()) * 0.1f;
87 fBounds.Set(-5.92f * fScale + fTrans.x, -5.92f * fScale + fTrans.y,
88 5.92f * fScale + fTrans.x, 5.92f * fScale + fTrans.y);
161 p.x *= fScale;
162 p.y *= fScale;
H A DButterfly.h33 float fScale; member in class:Butterfly
/haiku/src/servers/app/
H A DSimpleTransform.h31 fScale(1.0)
43 fScale = scale;
58 if (fScale == 1.0) {
68 if (fScale == 1.0) {
78 if (fScale == 1.0) {
223 x *= (int32)fScale;
224 y *= (int32)fScale;
231 x *= fScale;
232 y *= fScale;
239 float fScale; member in class:SimpleTransform
[all...]
H A DDrawState.cpp38 fScale(1.0f),
75 fScale(other.fScale),
108 // Since fScale is reset to 1.0, the unscaled
130 next->fScale = 1.0;
239 fScale = info.scale;
250 fCombinedScale = fPreviousState->fCombinedScale * fScale;
254 fCombinedScale = fScale;
307 info.viewStateInfo.scale = fScale;
360 if (fScale
[all...]
H A DDrawState.h69 { return fScale; }
178 float fScale; member in class:DrawState
/haiku/src/apps/mediaplayer/interface/
H A DSeekSlider.cpp28 fScale(0.0f)
60 float height = ceilf(frame.Height() * fScale);
61 float width = ceilf(frame.Width() * fScale);
193 if (scale == fScale)
196 fScale = scale;
197 SetBarThickness(fScale * 15.0);
H A DSeekSlider.h43 float fScale; member in class:SeekSlider
/haiku/src/tests/servers/app/painter/
H A DPainter.cpp57 fScale(1.0),
204 if (fScale != scale) {
205 fScale = scale;
785 transform.ScaleBy(B_ORIGIN, fScale, fScale);
963 point->x *= fScale;
964 point->y *= fScale;
987 *width *= fScale;
996 float w = width * fScale;
1013 rect->left *= fScale;
[all...]
H A DPainter.h300 float fScale; member in class:Painter
/haiku/src/apps/activitymonitor/
H A DActivityView.h49 Scale* fScale; member in class:DataHistory
H A DActivityView.cpp291 fScale(NULL)
308 if (fScale != NULL)
309 fScale->Update(value);
354 if (fScale != NULL)
355 return fScale->MaximumValue();
364 if (fScale != NULL)
365 return fScale->MinimumValue();
401 fScale = scale;

Completed in 78 milliseconds