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

12

/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/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:__anon12321::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...]
H A DSystemZInstrInfo.cpp187 unsigned Rotate = (DestIsHigh != SrcIsHigh ? 32 : 0); local
191 .addImm(32 - Size).addImm(128 + 31).addImm(Rotate);
/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();
H A DvtkVizInteractorStyle.cpp536 case VTKIS_ROTATE: Rotate(); break;
809 void cv::viz::vtkVizInteractorStyle::Rotate() function in class:cv::viz::vtkVizInteractorStyle
/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/pdfium/core/include/fxcrt/
H A Dfx_coordinates.h160 void Rotate(FX_FLOAT fRadian) { function in class:CFX_VTemplate
670 void Rotate(FX_FLOAT fRadian, FX_BOOL bPrepended = FALSE);
/external/pdfium/core/src/fxcrt/
H A Dfx_basic_coords.cpp342 void CFX_Matrix::Rotate(FX_FLOAT fRadian, FX_BOOL bPrepended) {
358 Rotate(fRadian, bPrepended);
/external/skia/tests/
H A DCanvasTest.cpp330 SIMPLE_TEST_STEP(Rotate, rotate(SkIntToScalar(1)));

Completed in 2760 milliseconds

12