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

/haiku/src/apps/fontdemo/
H A DFontDemoView.h39 const float Rotation() const { return fFont.Rotation(); } function in class:FontDemoView
H A DFontDemoView.cpp105 const float r = Rotation() * (M_PI / 180.0);
/haiku/src/tests/kits/interface/bfont/
H A DDumpFontList.cpp40 printf("\t\trotation: %f\n", font.Rotation());
/haiku/src/kits/interface/
H A DAffineTransform.cpp598 BAffineTransform::Rotation() const function in class:BAffineTransform
627 t.PreMultiply(AffineRotation(-Rotation()));
656 double rotation = Rotation();
H A DFont.cpp753 BFont::Rotation() const function in class:BFont
H A DView.cpp205 link.Attach<float>(font.Rotation());
640 ret = data->AddFloat("_fflt", font.Rotation());
2885 fState->font.SetRotation(font->Rotation());
/haiku/src/servers/app/
H A DDrawState.cpp288 info.fontRotation = fFont.Rotation();
750 fFont.SetRotation(font.Rotation());
845 printf("\t Rotation: %.2f\n", fFont.Rotation());
H A DServerFont.h53 float Rotation() const function in class:ServerFont
H A DServerPicture.cpp1241 WriteSetFontRotation(font.Rotation());
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/include/
H A Dacbuffer.h251 UINT8 Rotation; member in struct:acpi_pld_info
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/utilities/
H A Dutxface.c735 PldInfo->Rotation = ACPI_PLD_GET_ROTATION (&Dword);
/haiku/src/servers/app/font/
H A DFontCacheEntry.cpp429 if (forceVector || font.Rotation() != 0.0 || font.Shear() != 90.0
/haiku/headers/os/interface/
H A DFont.h201 float Rotation() const;
H A DAffineTransform.h92 // Rotation
195 double Rotation() const;
/haiku/src/tests/servers/app/painter/
H A DPainter.cpp278 fFont.SetRotation(font.Rotation());
783 transform.RotateBy(B_ORIGIN, -fFont.Rotation() * PI / 180.0);
803 transform.RotateBy(B_ORIGIN, -fFont.Rotation());
/haiku/src/servers/app/drawing/interface/remote/
H A DRemoteMessage.cpp122 Add(font.Rotation());
/haiku/src/servers/app/drawing/Painter/
H A DAGGTextRenderer.cpp83 -font.Rotation() * M_PI / 180.0);
/haiku/src/tests/kits/interface/flatten_picture/
H A DPictureTestCases.cpp1036 if (font.Rotation() != 90.0)
1037 fprintf(stderr, "Error: Rotation is %f but should be 90.0\n", font.Rotation());
/haiku/src/servers/app/drawing/
H A DDrawingEngine.cpp1346 && fPainter->Font().Rotation() == 0.0f
1438 if (fPainter->Font().Rotation() == 0.0f

Completed in 137 milliseconds