Searched refs:Scale (Results 1 - 19 of 19) sorted by relevance

/haiku/src/tests/servers/app/view_state/
H A DViewState.cpp66 printf("scale 1: %g\n", Scale());
72 printf("scale 2: %g\n", Scale());
79 printf("scale 3: %g\n", Scale());
86 printf("scale 4: %g\n", Scale());
/haiku/src/apps/activitymonitor/
H A DActivityView.h22 class Scale;
41 void SetScale(Scale* scale);
49 Scale* fScale;
101 ::Scale* _ScaleFor(scale_type type);
147 std::map<scale_type, ::Scale*> fScales;
H A DActivityView.cpp82 class Scale { class
84 Scale(scale_type type);
183 Scale::Scale(scale_type type) function in class:Scale
194 Scale::Update(int64 value)
399 DataHistory::SetScale(Scale* scale)
715 Scale*
721 std::map<scale_type, ::Scale*>::iterator iterator = fScales.find(type);
726 ::Scale* scale = new ::Scale(typ
[all...]
/haiku/src/servers/app/
H A DCanvas.cpp133 Canvas::Scale() const function in class:Canvas
135 return fDrawState->Scale();
H A DCanvas.h54 float Scale() const;
H A DDrawState.h68 float Scale() const function in class:DrawState
H A DServerPicture.cpp225 ptCount, ptList, *fGradient, screenOffset, fCanvas->Scale());
228 ptCount, ptList, filled, screenOffset, fCanvas->Scale());
1208 WriteSetScale(canvas->CurrentState()->Scale());
H A DServerWindow.cpp1603 float scale = fCurrentView->CurrentState()->Scale();
2950 fCurrentView->Scale());
2990 fCurrentView->Scale());
/haiku/src/apps/icon-o-matic/generic/gui/popup_control/
H A DPopupSlider.h61 virtual float Scale(float ratio) const;
H A DPopupSlider.cpp296 // Scale
298 PopupSlider::Scale(float ratio) const function in class:PopupSlider
H A DSliderView.cpp391 ratio = fTarget->Scale(ratio);
/haiku/src/tests/kits/interface/picture/
H A DMatrix.h25 void Scale(float scaleFactorX, float scaleFactorY);
81 inline void BMatrix::Scale(float scaleFactorX, float scaleFactorY) function in class:BMatrix
H A DSVGViewView.cpp416 matrix->Scale(sx, sy);
420 matrix->Scale(sx, sx);
/haiku/headers/os/interface/
H A DAffineTransform.h196 double Scale() const;
H A DView.h327 // Works in addition to Origin and Scale.
600 float Scale() const;
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/include/
H A Dacrestyp.h786 UINT8 Scale; member in struct:acpi_resource_clock_input
/haiku/src/kits/interface/
H A DAffineTransform.cpp611 BAffineTransform::Scale() const function in class:BAffineTransform
H A DView.cpp674 ret = data->AddFloat("_scale", Scale());
1942 BView::Scale() const function in class:BView
2021 float scale = fState->parent_composite_scale * Scale();
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/resources/
H A Drsserial.c281 {ACPI_RSC_2BITFLAG, ACPI_RS_OFFSET (Data.ClockInput.Scale),

Completed in 185 milliseconds