Home
last modified time | relevance | path

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

1234

/third_party/openssl/crypto/sha/asm/
Dsha1-thumb.pl60 sub rotate { subroutine
/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/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/skia/samplecode/
DSampleManyRects.cpp42 SkMatrix rotate; in onDrawContent() local
/third_party/skia/gm/
Dlocalmatriximageshader.cpp37 SkMatrix rotate; variable
Ddashcircle.cpp173 SkMatrix rotate; in onDraw() local
/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/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/backends/frontend/
Djpegtopdf.h59 SANE_Int rotate; member
/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/nv50/
Dnv50_query_hw.h36 uint8_t rotate; member
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_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/skia/bench/
DRotatedRectBench.cpp105 SkMatrix rotate; in onDraw() local
/third_party/skia/third_party/externals/abseil-cpp/absl/algorithm/
Dalgorithm.h148 ForwardIterator rotate(ForwardIterator first, ForwardIterator middle, in rotate() function
/third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/
Dpcg_engine.h257 uint64_t rotate = static_cast<uint64_t>(state >> 122u); in operator() local
/third_party/skia/tests/
DGrQuadBufferTest.cpp46 SkMatrix rotate; in generate_quads() local
/third_party/skia/third_party/externals/freetype/src/tools/
Dtest_trig.c192 int rotate; in test_rotate() local
/third_party/skia/third_party/externals/freetype/src/base/
Dftstroke.c886 FT_Angle total, rotate; in ft_stroker_arcto() local
975 FT_Angle phi, theta, rotate; in ft_stroker_inside() local
1043 FT_Angle rotate; in ft_stroker_outside() local
1428 FT_Angle theta, phi, rotate, alpha0 = 0; in FT_Stroker_ConicTo() local
1635 FT_Angle theta1, phi1, theta2, phi2, rotate, alpha0 = 0; in FT_Stroker_CubicTo() local
/third_party/typescript/tests/baselines/reference/
DtemplateLiteralTypes2.js204 var interpolatedStyle = { rotate: 12 }; property

1234