Home
last modified time | relevance | path

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

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