Home
last modified time | relevance | path

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

12345

/third_party/gstreamer/gstplugins_bad/gst/geometrictransform/
Dgstrotate.c95 GstRotate *rotate; in gst_rotate_set_property() local
122 GstRotate *rotate; in gst_rotate_get_property() local
140 GstRotate *rotate = GST_ROTATE_CAST (gt); in rotate_map() local
/third_party/cups-filters/filter/pdftopdf/
Dqpdf_pdftopdf.cc98 Matrix &Matrix::rotate(Rotation rot) // {{{ in rotate() function in Matrix
147 Matrix &Matrix::rotate(double rad) // {{{ in rotate() function in Matrix
/third_party/openssl/crypto/sha/asm/
Dsha1-thumb.pl60 sub rotate { subroutine
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtx/
Drotate_vector.inl29 GLM_FUNC_QUALIFIER tvec2<T, P> rotate function
45 GLM_FUNC_QUALIFIER tvec3<T, P> rotate function
67 GLM_FUNC_QUALIFIER tvec4<T, P> rotate function
Dtransform.inl13 GLM_FUNC_QUALIFIER tmat4x4<T, P> rotate(T angle, tvec3<T, P> const & v) function
Dmatrix_transform_2d.inl22 GLM_FUNC_QUALIFIER tmat3x3<T, P> rotate( function
Dquaternion.inl105 GLM_FUNC_QUALIFIER tvec3<T, P> rotate(tquat<T, P> const& q, tvec3<T, P> const& v) function
111 GLM_FUNC_QUALIFIER tvec4<T, P> rotate(tquat<T, P> const& q, tvec4<T, P> const& v) function
/third_party/skia/third_party/externals/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
/third_party/flutter/skia/samplecode/
DSampleManyRects.cpp42 SkMatrix rotate; in onDrawContent() local
/third_party/skia/samplecode/
DSampleManyRects.cpp42 SkMatrix rotate; in onDrawContent() local
/third_party/flutter/skia/gm/
Dlocalmatriximageshader.cpp38 SkMatrix rotate; variable
/third_party/skia/gm/
Dlocalmatriximageshader.cpp37 SkMatrix rotate; variable
/third_party/python/Modules/
Drotatingtree.c67 int rotate; in RotatingTree_Get() local
/third_party/skia/include/utils/
DSkCamera.h39 void rotate(SkScalar /*x*/, SkScalar /*y*/, SkScalar /*z*/) {} in rotate() function
/third_party/flutter/skia/third_party/externals/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
/third_party/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
/third_party/flutter/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
/third_party/flutter/skia/src/pathops/
DSkOpCubicHull.cpp9 static bool rotate(const SkDCubic& cubic, int zero, int index, SkDCubic& rotPath) { in rotate() function
/third_party/skia/src/pathops/
DSkOpCubicHull.cpp9 static bool rotate(const SkDCubic& cubic, int zero, int index, SkDCubic& rotPath) { in rotate() function
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_query_hw.h36 uint8_t rotate; member
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_query_hw.h36 uint8_t rotate; member
/third_party/vk-gl-cts/modules/gles3/scripts/
Dgen-swizzle-math-operations.py89 def rotate(l, n) : function
/third_party/flutter/skia/include/utils/
DSkCamera.h88 void rotate(SkScalar /*x*/, SkScalar /*y*/, SkScalar /*z*/) {} in rotate() function
/third_party/skia/bench/
DRotatedRectBench.cpp105 SkMatrix rotate; in onDraw() local
/third_party/flutter/skia/bench/
DRotatedRectBench.cpp105 SkMatrix rotate; in onDraw() local

12345