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

/external/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
H A DSkPdfMovieDictionary_autogen.cpp35 int64_t SkPdfMovieDictionary::Rotate(SkPdfNativeDoc* doc) { function in class:SkPdfMovieDictionary
36 SkPdfNativeObject* ret = get("Rotate", "");
44 return get("Rotate", "") != NULL;
H A DSkPdfPageObjectDictionary_autogen.cpp163 int64_t SkPdfPageObjectDictionary::Rotate(SkPdfNativeDoc* doc) { function in class:SkPdfPageObjectDictionary
164 SkPdfNativeObject* ret = get("Rotate", "");
172 return get("Rotate", "") != NULL;
/external/skia/experimental/SkV8Example/
H A DDrawingMethods.cpp45 void DrawingMethods::Rotate(const v8::FunctionCallbackInfo<v8::Value>& args) { function in class:DrawingMethods
167 ADD_METHOD("rotate", Rotate);
/external/pdfium/core/src/reflow/
H A Dreflowedtextpage.cpp292 FX_BOOL CRF_TextPage::GetBaselineRotate(int rectIndex, int& Rotate) argument
294 Rotate = 0;
297 FX_BOOL CRF_TextPage::GetBaselineRotate(CFX_FloatRect rect, int& Rotate) argument
299 Rotate = 0;
/external/llvm/lib/Target/SystemZ/
H A DSystemZISelDAGToDAG.cpp104 // Rotate (I5). The combined operand value is effectively:
106 // (or (rotl Input, Rotate), ~Mask)
110 // (and (rotl Input, Rotate), Mask)
118 Rotate(0) {}
126 unsigned Rotate; member in struct:__anon10890::RxSBGOperands
682 if (RxSBG.Rotate != 0)
683 Mask = (Mask << RxSBG.Rotate) | (Mask >> (64 - RxSBG.Rotate));
694 // Rotate the mask in the same way as RxSBG.Input is rotated.
695 if (RxSBG.Rotate !
[all...]
H A DSystemZInstrInfo.cpp181 unsigned Rotate = (DestIsHigh != SrcIsHigh ? 32 : 0); local
185 .addImm(32 - Size).addImm(128 + 31).addImm(Rotate);
/external/pdfium/core/include/fxcrt/
H A Dfx_coordinates.h203 void Rotate(FX_FLOAT fRadian) function in class:CFX_VTemplate
817 void Rotate(FX_FLOAT fRadian, FX_BOOL bPrepended = FALSE);
/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/pdfium/core/src/fpdftext/
H A Dfpdf_text_int.cpp765 FX_BOOL CPDF_TextPage::GetBaselineRotate(int start, int end, int& Rotate) argument
788 Rotate = 90;
790 Rotate = 270;
792 Rotate = 0;
796 Rotate = (int)(a * 180 / FX_PI + 0.5);
798 if(Rotate < 0) {
799 Rotate = -Rotate;
800 } else if(Rotate > 0) {
801 Rotate
805 GetBaselineRotate(const CFX_FloatRect& rect , int& Rotate) argument
824 GetBaselineRotate(int rectIndex, int& Rotate) argument
[all...]

Completed in 354 milliseconds