Home
last modified time | relevance | path

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

1234

/external/pdfium/core/fpdfapi/page/
Dcpdf_page.cpp51 int rotate = GetPageRotation(); in CPDF_Page() local
182 int rotate = pRotate ? (pRotate->GetInteger() / 90) % 4 : 0; in GetPageRotation() local
/external/pdfium/fpdfsdk/fpdfxfa/
Dcpdfxfa_page.cpp128 int rotate, in DeviceToPage()
149 int rotate, in PageToDevice()
/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/python/setuptools/setuptools/command/
Drotate.py12 class rotate(Command): class
/external/skqp/samplecode/
DSampleManyRects.cpp48 SkMatrix rotate; in onDrawContent() local
/external/skia/samplecode/
DSampleManyRects.cpp48 SkMatrix rotate; in onDrawContent() local
/external/skia/gm/
Dlocalmatriximageshader.cpp28 SkMatrix rotate; variable
/external/skqp/gm/
Dlocalmatriximageshader.cpp28 SkMatrix rotate; variable
/external/python/cpython2/Modules/
Drotatingtree.c67 int rotate; in RotatingTree_Get() local
/external/python/cpython3/Modules/
Drotatingtree.c67 int rotate; in RotatingTree_Get() local
/external/pdfium/fpdfsdk/
Dfpdf_progressive.cpp39 int rotate, in FPDF_RenderPageBitmap_Start()
Dfpdfview.cpp750 int rotate, in GetScaling()
775 int rotate, in GetMaskDimensionsAndOffsets()
829 int rotate, in GetMaskBitmap()
879 int rotate, in FPDF_RenderPage()
984 int rotate, in FPDF_RenderPageBitmap()
1117 int rotate, in FPDF_DeviceToPage()
1145 int rotate, in FPDF_PageToDevice()
1272 int rotate, in FPDF_RenderPage_Retail()
/external/chromium-trace/catapult/devil/devil/android/tools/
Dvideo_recorder.py32 rotate=False): argument
/external/freetype/src/base/
Dftstroke.c536 FT_Angle total, angle, step, rotate, next, theta; in ft_stroke_border_arcto() local
891 FT_Angle total, rotate; in ft_stroker_arcto() local
934 FT_Angle rotate = FT_SIDE_TO_ROTATE( side ); in ft_stroker_cap() local
961 FT_Angle rotate = FT_SIDE_TO_ROTATE( side ); in ft_stroker_cap() local
995 FT_Angle phi, theta, rotate; in ft_stroker_inside() local
1061 FT_Angle rotate; in ft_stroker_outside() local
1454 FT_Angle theta, phi, rotate, alpha0 = 0; in FT_Stroker_ConicTo() local
1660 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.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/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.h31 uint8_t rotate; member
/external/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_query_hw.h31 uint8_t rotate; member
/external/tensorflow/tensorflow/contrib/image/python/ops/
Dimage_ops.py49 def rotate(images, angles, interpolation="NEAREST", name=None): function
/external/deqp/modules/gles3/scripts/
Dgen-swizzle-math-operations.py89 def rotate(l, n) : function
/external/squashfs-tools/squashfs-tools/
Dprogressbar.c47 int rotate = 0; variable
/external/skqp/include/utils/
DSkCamera.h88 void rotate(SkScalar /*x*/, SkScalar /*y*/, SkScalar /*z*/) {} in rotate() function
/external/skia/include/utils/
DSkCamera.h88 void rotate(SkScalar /*x*/, SkScalar /*y*/, SkScalar /*z*/) {} in rotate() function

1234