Home
last modified time | relevance | path

Searched defs:rotate (Results 26 - 50 of 141) sorted by relevance

123456

/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
H A Dnv50_query_hw.h36 uint8_t rotate; member
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_query_hw.h36 uint8_t rotate; member
/third_party/skia/src/pathops/
H A DSkOpCubicHull.cpp9 static bool rotate(const SkDCubic& cubic, int zero, int index, SkDCubic& rotPath) { in rotate() function
/third_party/skia/third_party/externals/freetype/src/tools/
H A Dtest_trig.c192 int rotate; in test_rotate() local
/third_party/skia/include/utils/
H A DSkCamera.h39 void rotate(SkScalar /*x*/, SkScalar /*y*/, SkScalar /*z*/) {} in rotate() function in SkPatch3D
/third_party/vk-gl-cts/modules/gles3/scripts/
H A Dgen-swizzle-math-operations.py89 def rotate(l, n) : function
/foundation/arkui/ace_engine/frameworks/core/components/declaration/svg/
H A Dsvg_text_declaration.h28 double rotate = 0.0; member
40 void SetRotate(double rotate) in SetRotate() argument
H A Dsvg_animate_declaration.h40 std::string rotate; member
197 void SetRotate(const std::string& rotate) in SetRotate() argument
/foundation/arkui/ace_engine/frameworks/core/components/svg/
H A Dsvg_text_component.cpp121 void SvgTextComponent::SetRotate(double rotate) in SetRotate() argument
H A Dsvg_transform.cpp200 float rotate = from[0] + (to[0] - from[0]) * value; in SetProperty() local
H A Drender_svg_base.h52 virtual void UpdateMotion(const std::string& path, const std::string& rotate, double percent) {} in UpdateMotion() argument
H A Drender_svg.h123 void SetRootRotate(double rotate) in SetRootRotate() argument
H A Drosen_render_svg_polygon.cpp188 void RosenRenderSvgPolygon::UpdateMotion(const std::string& path, const std::string& rotate, double percent) in UpdateMotion() argument
/foundation/arkui/ace_engine/frameworks/bridge/common/utils/
H A Dtransform_convertor.cpp139 void TransformConvertor::AddKeyframe(AnimationType type, double time, const RotateOperation& rotate) in AddKeyframe() argument
/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/
H A Dinput_event_info.h61 int16_t rotate; /* rotate type device used this param for rotate */ member
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/utils/include/
H A Dimage_dfx.h29 float rotate; member
/test/xts/hats/hdf/display/composer/common/
H A Ddisplay_test_utils.h67 TransformType rotate = ROTATE_NONE; member
/third_party/cups-filters/filter/pdftopdf/
H A 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/swiftshader/src/OpenGL/common/
H A DMatrixStack.cpp72 void MatrixStack::rotate(float angle, float x, float y, float z) in rotate() function in sw::MatrixStack
93 void MatrixStack::rotate(double angle, double x, double y, double z) in rotate() function in sw::MatrixStack
/third_party/skia/tests/
H A DGrQuadBufferTest.cpp46 SkMatrix rotate; in generate_quads() local
/third_party/skia/bench/
H A DRotatedRectBench.cpp105 SkMatrix rotate; variable
/foundation/arkui/ace_engine/frameworks/core/components/transform/
H A Drosen_render_transform.cpp185 Matrix4 rotate = Matrix4::CreateRotate(angle, 0.0f, 1.0f, 0.0f); in Mirror() local
248 auto& rotate = transform.rotateOperation_; in OnRSTransition() local
/foundation/arkui/ace_engine/frameworks/core/components/indexer/
H A Drender_indexer_item.h102 RefPtr<RenderTransform> rotate = AceType::DynamicCast<RenderTransform>(GetChildren().front()); in SetRotate() local
/foundation/arkui/ace_engine/frameworks/core/components_v2/indexer/
H A Drender_indexer_item.h88 RefPtr<RenderTransform> rotate = AceType::DynamicCast<RenderTransform>(GetChildren().front()); in SetRotate() local
/foundation/multimedia/av_codec/services/engine/codec/video/hcodec/
H A Dtype_converter.cpp237 std::optional<GraphicTransformType> TypeConverter::InnerRotateToDisplayRotate(VideoRotation rotate) in InnerRotateToDisplayRotate() argument

Completed in 10 milliseconds

123456