Symbol: Rotation
headers/os/interface/AffineTransform.h
195
double Rotation() const;
headers/os/interface/Font.h
201
float Rotation() const;
src/add-ons/kernel/bus_managers/acpi/acpica/components/utilities/utxface.c
735
PldInfo->Rotation = ACPI_PLD_GET_ROTATION (&Dword);
src/add-ons/kernel/bus_managers/acpi/acpica/include/acbuffer.h
251
UINT8 Rotation;
src/apps/fontdemo/FontDemoView.cpp
107
const float r = Rotation() * (M_PI / 180.0);
src/apps/fontdemo/FontDemoView.h
39
const float Rotation() const { return fFont.Rotation(); }
src/kits/interface/AffineTransform.cpp
627
t.PreMultiply(AffineRotation(-Rotation()));
src/kits/interface/AffineTransform.cpp
656
double rotation = Rotation();
src/kits/interface/View.cpp
205
link.Attach<float>(font.Rotation());
src/kits/interface/View.cpp
2869
fState->font.SetRotation(font->Rotation());
src/kits/interface/View.cpp
624
ret = data->AddFloat("_fflt", font.Rotation());
src/servers/app/DrawState.cpp
282
info.fontRotation = fFont.Rotation();
src/servers/app/DrawState.cpp
736
fFont.SetRotation(font.Rotation());
src/servers/app/DrawState.cpp
831
printf("\t Rotation: %.2f\n", fFont.Rotation());
src/servers/app/ServerFont.h
53
float Rotation() const
src/servers/app/ServerPicture.cpp
1211
WriteSetFontRotation(font.Rotation());
src/servers/app/drawing/DrawingEngine.cpp
1247
&& fPainter->Font().Rotation() == 0.0f
src/servers/app/drawing/DrawingEngine.cpp
1339
if (fPainter->Font().Rotation() == 0.0f
src/servers/app/drawing/Painter/AGGTextRenderer.cpp
82
-font.Rotation() * M_PI / 180.0);
src/servers/app/drawing/interface/remote/RemoteMessage.cpp
122
Add(font.Rotation());
src/servers/app/font/FontCacheEntry.cpp
429
if (forceVector || font.Rotation() != 0.0 || font.Shear() != 90.0
src/tests/kits/interface/bfont/DumpFontList.cpp
40
printf("\t\trotation: %f\n", font.Rotation());
src/tests/kits/interface/flatten_picture/PictureTestCases.cpp
1036
if (font.Rotation() != 90.0)
src/tests/kits/interface/flatten_picture/PictureTestCases.cpp
1037
fprintf(stderr, "Error: Rotation is %f but should be 90.0\n", font.Rotation());
src/tests/servers/app/painter/Painter.cpp
278
fFont.SetRotation(font.Rotation());
src/tests/servers/app/painter/Painter.cpp
783
transform.RotateBy(B_ORIGIN, -fFont.Rotation() * PI / 180.0);
src/tests/servers/app/painter/Painter.cpp
803
transform.RotateBy(B_ORIGIN, -fFont.Rotation());