Home
last modified time | relevance | path

Searched refs:Rotate (Results 1 – 25 of 69) sorted by relevance

123

/external/llvm/lib/Target/SystemZ/
DSystemZISelDAGToDAG.cpp118 Rotate(0) {} in RxSBGOperands()
126 unsigned Rotate; member
682 if (RxSBG.Rotate != 0) in refineRxSBGMask()
683 Mask = (Mask << RxSBG.Rotate) | (Mask >> (64 - RxSBG.Rotate)); in refineRxSBGMask()
695 if (RxSBG.Rotate != 0) in maskMatters()
696 Mask = ((Mask << RxSBG.Rotate) | (Mask >> (64 - RxSBG.Rotate))); in maskMatters()
760 RxSBG.Rotate = (RxSBG.Rotate + CountNode->getZExtValue()) & 63; in expandRxSBG()
814 RxSBG.Rotate = (RxSBG.Rotate + Count) & 63; in expandRxSBG()
842 RxSBG.Rotate = (RxSBG.Rotate - Count) & 63; in expandRxSBG()
916 CurDAG->getTargetConstant(RISBG.Rotate, MVT::i32) in tryRISBGZero()
[all …]
DSystemZInstrInfo.cpp181 unsigned Rotate = (DestIsHigh != SrcIsHigh ? 32 : 0); in emitGRX32Move() local
185 .addImm(32 - Size).addImm(128 + 31).addImm(Rotate); in emitGRX32Move()
/external/pdfium/core/src/reflow/
Dreflowedtextpage.h56 virtual FX_BOOL GetBaselineRotate(int rectIndex, int& Rotate);
57 virtual FX_BOOL GetBaselineRotate(CFX_FloatRect rect, int& Rotate);
Dreflowedtextpage.cpp292 FX_BOOL CRF_TextPage::GetBaselineRotate(int rectIndex, int& Rotate) in GetBaselineRotate() argument
294 Rotate = 0; in GetBaselineRotate()
297 FX_BOOL CRF_TextPage::GetBaselineRotate(CFX_FloatRect rect, int& Rotate) in GetBaselineRotate() argument
299 Rotate = 0; in GetBaselineRotate()
/external/pdfium/core/src/fpdftext/
Dtext_int.h83 virtual FX_BOOL GetBaselineRotate(int rectIndex, int& Rotate);
84 virtual FX_BOOL GetBaselineRotate(const CFX_FloatRect& rect, int& Rotate);
99 FX_BOOL GetBaselineRotate(int start, int end, int& Rotate);
Dfpdf_text_int.cpp765 FX_BOOL CPDF_TextPage::GetBaselineRotate(int start, int end, int& Rotate) in GetBaselineRotate() argument
788 Rotate = 90; in GetBaselineRotate()
790 Rotate = 270; in GetBaselineRotate()
792 Rotate = 0; in GetBaselineRotate()
796 Rotate = (int)(a * 180 / FX_PI + 0.5); in GetBaselineRotate()
798 if(Rotate < 0) { in GetBaselineRotate()
799 Rotate = -Rotate; in GetBaselineRotate()
800 } else if(Rotate > 0) { in GetBaselineRotate()
801 Rotate = 360 - Rotate; in GetBaselineRotate()
805 FX_BOOL CPDF_TextPage::GetBaselineRotate(const CFX_FloatRect& rect , int& Rotate) in GetBaselineRotate() argument
[all …]
/external/pdfium/core/include/fpdftext/
Dfpdf_text.h114 virtual FX_BOOL GetBaselineRotate(int rectIndex, int& Rotate) = 0;
116 virtual FX_BOOL GetBaselineRotate(const CFX_FloatRect& rect, int& Rotate) = 0;
/external/skia/experimental/SkV8Example/
DDrawingMethods.cpp45 void DrawingMethods::Rotate(const v8::FunctionCallbackInfo<v8::Value>& args) { in Rotate() function in DrawingMethods
167 ADD_METHOD("rotate", Rotate); in addAttributesAndMethods()
DDrawingMethods.h50 static void Rotate(const v8::FunctionCallbackInfo<v8::Value>& args);
/external/skia/src/animator/
DSkMatrixParts.h39 DECLARE_MEMBER_INFO(Rotate);
DSkDisplayType.cpp176 CASE_NEW(Rotate); in CreateInstance()
331 CASE_GET_INFO(Rotate); in GetMembers()
/external/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
DSkPdfMovieDictionary_autogen.cpp35 int64_t SkPdfMovieDictionary::Rotate(SkPdfNativeDoc* doc) { in Rotate() function in SkPdfMovieDictionary
DSkPdfPageObjectDictionary_autogen.cpp163 int64_t SkPdfPageObjectDictionary::Rotate(SkPdfNativeDoc* doc) { in Rotate() function in SkPdfPageObjectDictionary
DSkPdfMovieDictionary_autogen.h525 int64_t Rotate(SkPdfNativeDoc* doc);
DSkPdfPageObjectDictionary_autogen.h548 int64_t Rotate(SkPdfNativeDoc* doc);
/external/skia/site/user/sample/
Dsampleapp.md25 r | Rotate the current slide
/external/llvm/lib/Target/Hexagon/
DHexagonIntrinsicsV4.td179 // Rotate and reduce bytes
184 // Rotate and reduce bytes with accumulation
/external/llvm/test/Feature/
Doptnone-opt.ll71 ; OPT-LOOP-DAG: Skipping pass 'Rotate Loops'
/external/pdfium/core/src/fxcrt/
Dfx_basic_coords.cpp348 void CFX_Matrix::Rotate(FX_FLOAT fRadian, FX_BOOL bPrepended) in Rotate() function in CFX_Matrix
363 Rotate(fRadian, bPrepended); in RotateAt()
/external/llvm/lib/Target/X86/
DX86InstrShiftRotate.td1 //===-- X86InstrShiftRotate.td - Shift and Rotate Instrs ---*- tablegen -*-===//
338 // Rotate instructions
502 // Rotate by 1
557 // Rotate by 1
609 // Rotate by 1
664 // Rotate by 1
/external/mesa3d/src/mapi/vgapi/
Dvgapi.csv62 void, Rotate, VGfloat angle
/external/pdfium/core/include/fxcrt/
Dfx_coordinates.h203 void Rotate(FX_FLOAT fRadian) in Rotate() function
817 void Rotate(FX_FLOAT fRadian, FX_BOOL bPrepended = FALSE);
/external/jpeg/
Dusage.doc437 -rotate 90 Rotate image 90 degrees clockwise.
438 -rotate 180 Rotate image 180 degrees.
439 -rotate 270 Rotate image 270 degrees clockwise (or 90 ccw).
/external/skia/tests/
DCanvasTest.cpp343 SIMPLE_TEST_STEP(Rotate, rotate(SkIntToScalar(1)));
/external/llvm/
DCREDITS.TXT351 D: LTO tool, PassManager rewrite, Loop Pass Manager, Loop Rotate

123