Searched refs:rotation (Results 26 - 50 of 50) sorted by relevance

12

/haiku/src/kits/print/
H A DTemplate.cpp192 void Template::SetFontRotate(float rotation) { argument
H A DPictureIterator.cpp75 static void _SetFontRotate(void *p, float rotation) { return ((PictureIterator *) p)->SetFontRotate(rotation); } argument
135 (void *)_SetFontRotate, // 41 SetFontRotate(void *user, float rotation)
H A DPicturePrinter.cpp369 void PicturePrinter::SetFontRotate(float rotation) { argument
370 Indent(); Print("SetFontRotation", rotation); Cr();
/haiku/headers/private/print/
H A DPictureIterator.h84 virtual void SetFontRotate(float rotation) { } argument
H A DPicturePrinter.h83 virtual void SetFontRotate(float rotation);
/haiku/src/apps/icon-o-matic/transformable/
H A DTransformBox.cpp122 double rotation = ViewSpaceRotation(); local
123 _StrokeBWPoint(into, lt, rotation);
124 _StrokeBWPoint(into, rt, rotation + 90.0);
125 _StrokeBWPoint(into, rb, rotation + 180.0);
126 _StrokeBWPoint(into, lb, rotation + 270.0);
/haiku/src/servers/app/drawing/interface/remote/
H A DRemoteMessage.cpp393 float falseBoldWidth, rotation, shear, size; local
400 Read(rotation);
413 font.SetRotation(rotation);
/haiku/headers/os/interface/
H A DFont.h164 float rotation; member in struct:tuned_font_info
189 void SetRotation(float rotation);
H A DAffineTransform.h201 double* translationY, double* rotation,
/haiku/src/servers/app/
H A DDrawState.cpp174 float rotation; local
175 link.Read<float>(&rotation);
176 fFont.SetRotation(rotation);
748 // rotation
H A DServerFont.h32 float size = 12.0, float rotation = 0.0,
H A DServerApp.cpp2415 // 5) float - rotation
2428 float size, shear, rotation, falseBoldWidth; local
2434 link.Read<float>(&rotation);
2459 font.SetRotation(rotation);
2589 // 5) float - rotation
2601 float size, rotation; local
2608 link.Read<float>(&rotation);
2647 font.SetRotation(rotation);
2682 // 5) float - rotation
2695 float size, rotation; local
2779 float size, rotation, shear, falseBoldWidth; local
2871 float ptsize, rotation, shear, falseBoldWidth; local
[all...]
H A DPictureBoundingBoxPlayer.cpp665 set_font_rotate(void* _state, float rotation) argument
671 font.SetRotation(rotation);
H A DServerFont.cpp126 \param rotation Rotation in degrees
131 ServerFont::ServerFont(FontStyle& style, float size, float rotation, argument
136 fRotation(rotation),
H A DServerPicture.cpp836 set_font_rotation(void* _canvas, float rotation) argument
840 font.SetRotation(rotation);
/haiku/src/kits/interface/
H A DTabView.cpp279 float rotation = 0.0f; local
285 rotation = 0.0f;
288 rotation = 270.0f;
291 rotation = 90.0f;
295 if (rotation != 0.0f) {
297 // rotate frame first and BAffineTransform will handle the rotation
308 transform.RotateBy(center, rotation * M_PI / 180.0f);
H A DPicturePlayer.cpp391 set_font_rotation(void* _context, float rotation) argument
395 rotation);
1507 const float* rotation; local
1509 || !reader.Get(rotation)) {
1513 callbacks.set_font_rotation(userData, *rotation);
H A DPictureDataWriter.cpp779 PictureDataWriter::WriteSetFontRotation(const float& rotation) argument
783 Write<float>(rotation);
H A DFont.cpp652 BFont::SetRotation(float rotation) argument
654 fRotation = rotation;
H A DView.cpp480 float rotation; local
481 if (archive->FindFloat("_fflt", 2, &rotation) == B_OK
482 && rotation >=0 && rotation <= 360)
483 font.SetRotation(rotation);
/haiku/headers/private/interface/
H A DPicturePlayer.h81 void (*set_font_rotation)(void* userData, float rotation);
H A DPictureDataWriter.h63 status_t WriteSetFontRotation(const float& rotation);
/haiku/headers/libs/agg/
H A Dagg_trans_affine.h35 // think so). They are rotation, scaling, translation and skewing.
286 double rotation() const;
H A Dagg_trans_perspective.h222 double rotation() const;
688 inline double trans_perspective::rotation() const function in class:agg::trans_perspective
714 t *= trans_affine_rotation(-rotation());
/haiku/src/tools/html5_remote_desktop/
H A DHaikuRemoteDesktop.js550 this.rotation = 0;
566 this.rotation = remoteMessage.dataView.readFloat32();

Completed in 301 milliseconds

12