/external/llvm/lib/Target/SystemZ/ |
D | SystemZISelDAGToDAG.cpp | 118 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 …]
|
D | SystemZInstrInfo.cpp | 181 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/ |
D | reflowedtextpage.h | 56 virtual FX_BOOL GetBaselineRotate(int rectIndex, int& Rotate); 57 virtual FX_BOOL GetBaselineRotate(CFX_FloatRect rect, int& Rotate);
|
D | reflowedtextpage.cpp | 292 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/ |
D | text_int.h | 83 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);
|
D | fpdf_text_int.cpp | 765 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/ |
D | fpdf_text.h | 114 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/ |
D | DrawingMethods.cpp | 45 void DrawingMethods::Rotate(const v8::FunctionCallbackInfo<v8::Value>& args) { in Rotate() function in DrawingMethods 167 ADD_METHOD("rotate", Rotate); in addAttributesAndMethods()
|
D | DrawingMethods.h | 50 static void Rotate(const v8::FunctionCallbackInfo<v8::Value>& args);
|
/external/skia/src/animator/ |
D | SkMatrixParts.h | 39 DECLARE_MEMBER_INFO(Rotate);
|
D | SkDisplayType.cpp | 176 CASE_NEW(Rotate); in CreateInstance() 331 CASE_GET_INFO(Rotate); in GetMembers()
|
/external/skia/experimental/PdfViewer/pdfparser/native/pdfapi/ |
D | SkPdfMovieDictionary_autogen.cpp | 35 int64_t SkPdfMovieDictionary::Rotate(SkPdfNativeDoc* doc) { in Rotate() function in SkPdfMovieDictionary
|
D | SkPdfPageObjectDictionary_autogen.cpp | 163 int64_t SkPdfPageObjectDictionary::Rotate(SkPdfNativeDoc* doc) { in Rotate() function in SkPdfPageObjectDictionary
|
D | SkPdfMovieDictionary_autogen.h | 525 int64_t Rotate(SkPdfNativeDoc* doc);
|
D | SkPdfPageObjectDictionary_autogen.h | 548 int64_t Rotate(SkPdfNativeDoc* doc);
|
/external/skia/site/user/sample/ |
D | sampleapp.md | 25 r | Rotate the current slide
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonIntrinsicsV4.td | 179 // Rotate and reduce bytes 184 // Rotate and reduce bytes with accumulation
|
/external/llvm/test/Feature/ |
D | optnone-opt.ll | 71 ; OPT-LOOP-DAG: Skipping pass 'Rotate Loops'
|
/external/pdfium/core/src/fxcrt/ |
D | fx_basic_coords.cpp | 348 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/ |
D | X86InstrShiftRotate.td | 1 //===-- 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/ |
D | vgapi.csv | 62 void, Rotate, VGfloat angle
|
/external/pdfium/core/include/fxcrt/ |
D | fx_coordinates.h | 203 void Rotate(FX_FLOAT fRadian) in Rotate() function 817 void Rotate(FX_FLOAT fRadian, FX_BOOL bPrepended = FALSE);
|
/external/jpeg/ |
D | usage.doc | 437 -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/ |
D | CanvasTest.cpp | 343 SIMPLE_TEST_STEP(Rotate, rotate(SkIntToScalar(1)));
|
/external/llvm/ |
D | CREDITS.TXT | 351 D: LTO tool, PassManager rewrite, Loop Pass Manager, Loop Rotate
|