Searched refs:Rotate (Results 1 - 25 of 40) sorted by relevance

12

/external/ImageMagick/PerlMagick/demo/
H A Dbutton.pl10 $q->Rotate(-90);
H A Ddemo.pl379 print "Rotate...\n";
381 $example->Label('Rotate');
382 $example->Rotate(45);
/external/dng_sdk/source/
H A Ddng_simple_image.h27 /// dng_image derived class with simple Trim and Rotate functionality.
59 /// Rotate image according to orientation.
61 virtual void Rotate (const dng_orientation &orientation);
H A Ddng_image.h273 /// Rotate image to reflect given orientation change.
276 virtual void Rotate (const dng_orientation &orientation);
H A Ddng_simple_image.cpp104 void dng_simple_image::Rotate (const dng_orientation &orientation) function in class:dng_simple_image
H A Ddng_image.cpp737 void dng_image::Rotate (const dng_orientation &orientation) function in class:dng_image
743 ThrowProgramError ("Rotate is not support by this dng_image subclass");
H A Ddng_validate.cpp452 finalImage->Rotate (negative->Orientation ());
/external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/utils/
H A DPerspectiveCamController.java33 Rotate, Translate, Zoom, None enum constant in enum:PerspectiveCamController.TransformMode
46 mode = TransformMode.Rotate;
76 if (mode == TransformMode.Rotate) {
/external/vulkan-validation-layers/libs/glm/detail/
H A Ddummy.cpp89 void func(GLuint LocationMVP, float Translate, glm::vec2 const & Rotate)
93 glm::mat4 ViewRotateX = glm::rotate(ViewTranslate, Rotate.y, glm::vec3(-1.0f, 0.0f, 0.0f));
94 glm::mat4 View = glm::rotate(ViewRotateX, Rotate.x, glm::vec3(0.0f, 1.0f, 0.0f));
87 func(GLuint LocationMVP, float Translate, glm::vec2 const & Rotate) argument
/external/skia/experimental/SkV8Example/
H A DDrawingMethods.h50 static void Rotate(const v8::FunctionCallbackInfo<v8::Value>& args);
H A DDrawingMethods.cpp45 void DrawingMethods::Rotate(const v8::FunctionCallbackInfo<v8::Value>& args) { function in class:DrawingMethods
167 ADD_METHOD("rotate", Rotate);
/external/llvm/lib/Target/SystemZ/
H A DSystemZISelDAGToDAG.cpp107 // Rotate (I5). The combined operand value is effectively:
109 // (or (rotl Input, Rotate), ~Mask)
113 // (and (rotl Input, Rotate), Mask)
121 Rotate(0) {}
129 unsigned Rotate; member in struct:__anon12751::RxSBGOperands
722 if (RxSBG.Rotate != 0)
723 Mask = (Mask << RxSBG.Rotate) | (Mask >> (64 - RxSBG.Rotate));
734 // Rotate the mask in the same way as RxSBG.Input is rotated.
735 if (RxSBG.Rotate !
[all...]
/external/pdfium/core/include/fpdftext/
H A Dfpdf_text.h125 virtual FX_BOOL GetBaselineRotate(int rectIndex, int& Rotate) = 0;
127 virtual FX_BOOL GetBaselineRotate(const CFX_FloatRect& rect, int& Rotate) = 0;
/external/opencv3/modules/viz/src/vtk/
H A DvtkVizInteractorStyle.hpp77 virtual void Rotate();
/external/pdfium/xfa/src/fdp/src/fde/
H A Dfde_object.h96 virtual void RotateMatrix(FX_FLOAT fRadian) { m_Matrix.Rotate(fRadian); }
121 virtual void RotateMatrix(FX_FLOAT fRadian) { m_Matrix.Rotate(fRadian); }
161 virtual void RotateMatrix(FX_FLOAT fRadian) { m_Matrix.Rotate(fRadian); }
193 virtual void RotateMatrix(FX_FLOAT fRadian) { m_Matrix.Rotate(fRadian); }
H A Dfde_render.cpp26 m.Rotate(iRotate * 1.57079632675f);
/external/skia/src/animator/
H A DSkMatrixParts.h39 DECLARE_MEMBER_INFO(Rotate);
H A DSkDisplayType.cpp175 CASE_NEW(Rotate);
329 CASE_GET_INFO(Rotate);
/external/pdfium/core/src/fpdftext/
H A Dtext_int.h85 FX_BOOL GetBaselineRotate(int rectIndex, int& Rotate) override;
86 FX_BOOL GetBaselineRotate(const CFX_FloatRect& rect, int& Rotate) override;
103 FX_BOOL GetBaselineRotate(int start, int end, int& Rotate);
H A Dfpdf_text_int.cpp603 FX_BOOL CPDF_TextPage::GetBaselineRotate(int start, int end, int& Rotate) { argument
624 Rotate = 90;
626 Rotate = 270;
628 Rotate = 0;
632 Rotate = (int)(a * 180 / FX_PI + 0.5);
634 if (Rotate < 0) {
635 Rotate = -Rotate;
636 } else if (Rotate > 0) {
637 Rotate
642 GetBaselineRotate(const CFX_FloatRect& rect, int& Rotate) argument
663 GetBaselineRotate(int rectIndex, int& Rotate) argument
[all...]
/external/pdfium/xfa/src/fwl/src/lightwidget/
H A Dpicturebox.cpp111 matrix.Rotate(m_fRotation);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-jai.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/opencv3/modules/cudawarping/perf/
H A Dperf_warping.cpp329 // Rotate
333 PERF_TEST_P(Sz_Depth_Cn_Inter, Rotate,
/external/ImageMagick/www/api/
H A Dshear.php9 <title>ImageMagick: MagickCore, C API for ImageMagick: Shear or Rotate an Image by an Arbitrary Angle</title>
/external/ImageMagick/www/source/
H A Dexamples.pl346 print "Rotate...\n";
348 $example->Label('Rotate');
349 $example->Rotate(45);

Completed in 478 milliseconds

12