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

/haiku-fatelf/src/apps/fontdemo/
H A DFontDemoView.h39 const float Rotation() const { return fFont.Rotation(); } function in class:FontDemoView
H A DFontDemoView.cpp130 const float r = Rotation() * (M_PI / 180.0);
/haiku-fatelf/src/tests/kits/interface/bfont/
H A DDumpFontList.cpp40 printf("\t\trotation: %f\n", font.Rotation());
/haiku-fatelf/src/servers/app/
H A DDrawState.cpp244 info.fontRotation = fFont.Rotation();
573 fFont.SetRotation(font.Rotation());
654 printf("\t Rotation: %.2f\n", fFont.Rotation());
H A DServerFont.h52 float Rotation() const function in class:ServerFont
/haiku-fatelf/src/kits/interface/
H A DAffineTransform.cpp588 BAffineTransform::Rotation() const function in class:BAffineTransform
617 t.PreMultiply(AffineRotation(-Rotation()));
646 double rotation = Rotation();
H A DFont.cpp742 BFont::Rotation() const function in class:BFont
H A DView.cpp189 link.Attach<float>(font.Rotation());
568 ret = data->AddFloat("_fflt", font.Rotation());
2314 fState->font.SetRotation(font->Rotation());
/haiku-fatelf/src/add-ons/kernel/bus_managers/acpi/acpica/components/utilities/
H A Dutxface.c681 PldInfo->Rotation = ACPI_PLD_GET_ROTATION (&Dword);
/haiku-fatelf/src/add-ons/kernel/bus_managers/acpi/acpica/include/
H A Dacbuffer.h213 UINT8 Rotation; member in struct:acpi_pld_info
/haiku-fatelf/src/servers/app/font/
H A DFontCacheEntry.cpp401 if (font.Rotation() != 0.0 || font.Shear() != 90.0
/haiku-fatelf/src/add-ons/print/drivers/pdf/source/
H A DPDFText.cpp449 const float rotation = fState->beFont.Rotation();
543 const double rotation = DEGREE2RAD(fState->beFont.Rotation());
/haiku-fatelf/headers/os/interface/
H A DAffineTransform.h86 // Rotation
183 double Rotation() const;
H A DFont.h191 float Rotation() const;
/haiku-fatelf/src/servers/app/drawing/Painter/
H A DAGGTextRenderer.cpp81 -font.Rotation() * M_PI / 180.0);
/haiku-fatelf/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-fatelf/src/servers/app/drawing/html5/
H A DCanvasMessage.cpp100 Add(font.Rotation());
/haiku-fatelf/src/servers/app/drawing/remote/
H A DRemoteMessage.cpp100 Add(font.Rotation());
/haiku-fatelf/src/tests/kits/interface/flatten_picture/
H A DPictureTestCases.cpp756 if (font.Rotation() != 90.0)
757 fprintf(stderr, "Error: Rotation is %f but should be 90.0\n", font.Rotation());
/haiku-fatelf/src/servers/app/drawing/
H A DDrawingEngine.cpp1328 if (fPainter->ClippingRegion() && fPainter->Font().Rotation() == 0.0f) {

Completed in 127 milliseconds