Searched defs:Rotate (Results 1 - 16 of 16) sorted by relevance

/external/dng_sdk/source/
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");
/external/vulkan-validation-layers/libs/glm/detail/
H A Ddummy.cpp87 void func(GLuint LocationMVP, float Translate, glm::vec2 const & Rotate) argument
91 glm::mat4 ViewRotateX = glm::rotate(ViewTranslate, Rotate.y, glm::vec3(-1.0f, 0.0f, 0.0f));
92 glm::mat4 View = glm::rotate(ViewRotateX, Rotate.x, glm::vec3(0.0f, 1.0f, 0.0f));
/external/pdfium/core/fxcrt/
H A Dfx_coordinates.cpp267 void CFX_Matrix::Rotate(float fRadian, bool bPrepended) { function in class:CFX_Matrix
276 Rotate(fRadian, bPrepended);
H A Dfx_coordinates.h167 void Rotate(float fRadian) { function in class:CFX_VTemplate
639 void Rotate(float fRadian, bool bPrepended = false);
/external/libtextclassifier/util/hash/
H A Dfarmhash.cc356 #undef Rotate macro
357 #define Rotate Rotate64 macro
385 uint64_t c = Rotate(b, 37) * mul + a;
386 uint64_t d = (Rotate(a, 25) + b) * mul;
413 return HashLen16(Rotate(a + b, 43) + Rotate(c, 30) + d,
414 a + Rotate(b + k2, 18) + c, mul);
422 b = Rotate(b + a + z, 21);
426 b += Rotate(a, 44);
448 uint64_t y = Rotate(
527 #undef Rotate macro
528 #define Rotate macro
1107 #undef Rotate macro
1108 #define Rotate macro
1226 #undef Rotate macro
1227 #define Rotate macro
[all...]
/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)
122 Rotate(0) {}
130 unsigned Rotate; member in struct:__anon14513::RxSBGOperands
727 if (RxSBG.Rotate != 0)
728 Mask = (Mask << RxSBG.Rotate) | (Mask >> (64 - RxSBG.Rotate));
739 // Rotate the mask in the same way as RxSBG.Input is rotated.
740 if (RxSBG.Rotate !
[all...]
H A DSystemZInstrInfo.cpp218 unsigned Rotate = (DestIsHigh != SrcIsHigh ? 32 : 0); local
222 .addImm(32 - Size).addImm(128 + 31).addImm(Rotate);
/external/shaderc/spirv-headers/include/spirv/1.0/
H A DOpenCL.std.h211 Rotate = 161, enumerator in enum:OpenCLLIB::Entrypoints
/external/shaderc/spirv-headers/include/spirv/1.1/
H A DOpenCL.std.h211 Rotate = 161, enumerator in enum:OpenCLLIB::Entrypoints
/external/spirv-llvm/lib/SPIRV/libSPIRV/
H A DOpenCL.std.h211 Rotate = 161, enumerator in enum:OpenCLLIB::Entrypoints
/external/swiftshader/third_party/subzero/src/
H A DIceTargetLoweringARM32.cpp1992 uint32_t Imm8, Rotate; local
1996 } else if (OperandARM32FlexImm::canHoldImm(OffsetDiff, &Rotate, &Imm8)) {
1998 Target->Func, IceType_i32, Imm8, Rotate);
2002 } else if (OperandARM32FlexImm::canHoldImm(-OffsetDiff, &Rotate, &Imm8)) {
2004 Target->Func, IceType_i32, Imm8, Rotate);
2526 uint32_t Rotate, Imm8; local
2527 return OperandARM32FlexImm::canHoldImm(getConstantValue(), &Rotate, &Imm8);
2531 uint32_t Rotate, Imm8; local
2533 -static_cast<int32_t>(getConstantValue()), &Rotate, &Imm8);
2543 uint32_t Rotate, Imm local
[all...]
/external/pdfium/xfa/fxfa/
H A Dfxfa_basic.h422 Rotate, member in class:XFA_Attribute
/external/robolectric/v3/runtime/
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 3602 milliseconds