Home
last modified time | relevance | path

Searched defs:rotate (Results 1 – 25 of 93) sorted by relevance

1234

/external/pdfium/core/fpdfapi/page/
Dcpdf_page.cpp103 int rotate, in DeviceToPage()
111 int rotate, in PageToDevice()
176 int rotate = pRotate ? (pRotate->GetInteger() / 90) % 4 : 0; in GetPageRotation() local
/external/python/setuptools/setuptools/command/
Drotate.py12 class rotate(Command): class
/external/swiftshader/src/OpenGL/common/
DMatrixStack.cpp72 void MatrixStack::rotate(float angle, float x, float y, float z) in rotate() function in sw::MatrixStack
86 sw::Matrix rotate(c+x*x*_c, x*y*_c-z*s, x*z*_c+y*s, in rotate() local
93 void MatrixStack::rotate(double angle, double x, double y, double z) in rotate() function in sw::MatrixStack
/external/skia/samplecode/
DSampleManyRects.cpp42 SkMatrix rotate; in onDrawContent() local
/external/skqp/samplecode/
DSampleManyRects.cpp48 SkMatrix rotate; in onDrawContent() local
/external/pdfium/fpdfsdk/fpdfxfa/
Dcpdfxfa_page.cpp131 int rotate, in DeviceToPage()
144 int rotate, in PageToDevice()
/external/skia/gm/
Dlocalmatriximageshader.cpp38 SkMatrix rotate; variable
/external/skqp/gm/
Dlocalmatriximageshader.cpp28 SkMatrix rotate; variable
/external/python/cpython3/Modules/
Drotatingtree.c67 int rotate; in RotatingTree_Get() local
/external/python/cpython2/Modules/
Drotatingtree.c67 int rotate; in RotatingTree_Get() local
/external/pdfium/fpdfsdk/
Dfpdf_view.cpp340 int rotate, in GetScaling()
365 int rotate, in GetMaskDimensionsAndOffsets()
419 int rotate, in GetMaskBitmap()
473 int rotate, in FPDF_RenderPage()
580 int rotate, in FPDF_RenderPageBitmap()
711 int rotate, in FPDF_DeviceToPage()
736 int rotate, in FPDF_PageToDevice()
Dfpdf_progressive.cpp50 int rotate, in FPDF_RenderPageBitmap_Start()
Dcpdfsdk_renderpage.cpp95 int rotate, in CPDFSDK_RenderPageWithContext()
/external/skia/docs/examples/
DColor_Wheel.cpp14 const SkMatrix rotate = SkMatrix::MakeAll(0, -1, 0, 1, 0, 0, 0, 0, 1); in draw_color_wheel() local
/external/chromium-trace/catapult/devil/devil/android/tools/
Dvideo_recorder.py32 rotate=False): argument
/external/freetype/src/base/
Dftstroke.c543 FT_Angle total, angle, step, rotate, next, theta; in ft_stroke_border_arcto() local
898 FT_Angle total, rotate; in ft_stroker_arcto() local
941 FT_Angle rotate = FT_SIDE_TO_ROTATE( side ); in ft_stroker_cap() local
968 FT_Angle rotate = FT_SIDE_TO_ROTATE( side ); in ft_stroker_cap() local
1002 FT_Angle phi, theta, rotate; in ft_stroker_inside() local
1068 FT_Angle rotate; in ft_stroker_outside() local
1461 FT_Angle theta, phi, rotate, alpha0 = 0; in FT_Stroker_ConicTo() local
1667 FT_Angle theta1, phi1, theta2, phi2, rotate, alpha0 = 0; in FT_Stroker_CubicTo() local
/external/skqp/src/atlastext/
DSkAtlasTextTarget.cpp64 void SkAtlasTextTarget::rotate(SkScalar degrees) { this->accessCTM()->preRotate(degrees); } in rotate() function in SkAtlasTextTarget
66 void SkAtlasTextTarget::rotate(SkScalar degrees, SkScalar px, SkScalar py) { in rotate() function in SkAtlasTextTarget
/external/skia/src/atlastext/
DSkAtlasTextTarget.cpp65 void SkAtlasTextTarget::rotate(SkScalar degrees) { this->accessCTM()->preRotate(degrees); } in rotate() function in SkAtlasTextTarget
67 void SkAtlasTextTarget::rotate(SkScalar degrees, SkScalar px, SkScalar py) { in rotate() function in SkAtlasTextTarget
/external/skqp/src/pathops/
DSkOpCubicHull.cpp9 static bool rotate(const SkDCubic& cubic, int zero, int index, SkDCubic& rotPath) { in rotate() function
/external/skia/src/pathops/
DSkOpCubicHull.cpp9 static bool rotate(const SkDCubic& cubic, int zero, int index, SkDCubic& rotPath) { in rotate() function
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_query_hw.h36 uint8_t rotate; member
/external/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_query_hw.h36 uint8_t rotate; member
/external/deqp/modules/gles3/scripts/
Dgen-swizzle-math-operations.py89 def rotate(l, n) : function
/external/python/cryptography/src/cryptography/
Dfernet.py151 def rotate(self, msg): member in MultiFernet
/external/squashfs-tools/squashfs-tools/
Dprogressbar.c47 int rotate = 0; variable

1234