Searched refs:CurrentState (Results 1 - 11 of 11) sorted by last modified time

/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/include/
H A Dacconvert.h180 ASL_COMMENT_STATE CurrentState,
186 ASL_COMMENT_STATE CurrentState,
/haiku/src/servers/app/
H A DView.cpp836 BAffineTransform transform = CurrentState()->CombinedTransform();
926 if (CurrentState()->HighUIColor(&tint) == which)
927 CurrentState()->SetHighColor(tint_color(color, tint));
929 if (CurrentState()->LowUIColor(&tint) == which)
930 CurrentState()->SetLowColor(tint_color(color, tint));
H A DServerWindow.cpp575 newView->CurrentState()->SetFont(App()->PlainFont());
1290 fCurrentView->CurrentState()->ReadFromLink(link);
1302 fCurrentView->CurrentState()->ReadFontFromLink(link,
1305 fCurrentView->CurrentState());
1316 fCurrentView->CurrentState()->WriteToLink(fLink.Sender());
1519 fCurrentView->CurrentState()->SetLineCapMode(info.lineCap);
1520 fCurrentView->CurrentState()->SetLineJoinMode(info.lineJoin);
1521 fCurrentView->CurrentState()->SetMiterLimit(info.miterLimit);
1533 info.lineJoin = fCurrentView->CurrentState()->LineJoinMode();
1534 info.lineCap = fCurrentView->CurrentState()
[all...]
H A DServerPicture.cpp215 BPoint screenOffset = fCanvas->CurrentState()->PenLocation();
273 canvas->CurrentState()->SetPenLocation(
274 canvas->CurrentState()->PenLocation() + delta);
290 canvas->CurrentState()->SetPenLocation(_end);
319 float scale = canvas->CurrentState()->CombinedScale();
425 float scale = canvas->CurrentState()->CombinedScale();
526 BPoint location = canvas->CurrentState()->PenLocation();
534 canvas->CurrentState()->SetPenLocation(location);
560 canvas->CurrentState()->SetPenLocation(location);
636 picture, *canvas->CurrentState(), wher
[all...]
H A DLayer.cpp148 layerCanvas.CurrentState()->SetDrawingMode(B_OP_ALPHA);
149 layerCanvas.CurrentState()->SetBlendingMode(B_PIXEL_ALPHA, B_ALPHA_COMPOSITE);
167 layerCanvas.CurrentState()->CombinedTransform().Apply(oldOffset);
199 PictureBoundingBoxPlayer::Play(this, canvas->CurrentState(), &boundingBox);
H A DCanvas.h46 DrawState* CurrentState() const { return fDrawState.Get(); } function in class:Canvas
/haiku/src/kits/interface/
H A DColumnListView.cpp353 enum CurrentState { enum in class:BPrivate::OutlineView
360 CurrentState fCurrentState;
/haiku/src/servers/app/drawing/
H A DAlphaMask.cpp412 DrawState* const drawState = canvas.CurrentState();
/haiku/src/apps/bootmanager/
H A DBootManagerController.cpp73 if (CurrentState() != kStateEntry)
H A DWizardController.cpp86 WizardController::CurrentState() const function in class:WizardController
H A DWizardController.h33 int32 CurrentState() const;

Completed in 256 milliseconds