| /foundation/arkui/ace_engine/frameworks/core/accessibility/ |
| H A D | accessibility_node.h | 499 void SetRotateToChild(const double& angle, const RotateAxis& Axis) in SetRotateToChild() argument 508 void SetRotateAngle(const double& angle) in SetRotateAngle() argument
|
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/canvas/ |
| H A D | canvas_rendering_context_2d_model_impl.cpp | 348 void CanvasRenderingContext2DModelImpl::CanvasRendererRotate(double angle) in CanvasRendererRotate() argument
|
| H A D | offscreen_canvas_rendering_context_2d_model_impl.cpp | 350 void OffscreenCanvasRenderingContext2DModelImpl::CanvasRendererRotate(double angle) in CanvasRendererRotate() argument
|
| /foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/cppview/ |
| H A D | canvas_renderer.cpp | 307 void NativeCanvasRenderer::Rotate(const double angle) in Rotate() argument
|
| /foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/ |
| H A D | cj_common_ffi.h | 224 double angle; member
|
| /foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
| H A D | node_gesture_modifier.cpp | 112 ArkUIGesture* createRotationGesture(ArkUI_Int32 fingers, ArkUI_Float64 angle, void* userData) in createRotationGesture() argument
|
| /foundation/arkui/ace_engine/frameworks/core/event/ |
| H A D | axis_event.h | 253 void SetRotateAxisAngle(float angle) in SetRotateAxisAngle() argument
|
| /foundation/arkui/ace_engine/interfaces/native/node/ |
| H A D | gesture_impl.cpp | 432 ArkUI_GestureRecognizer* CreateRotationGesture(int32_t fingers, double angle) in CreateRotationGesture() argument
|
| /foundation/arkui/ace_engine/frameworks/core/gestures/ |
| H A D | gesture_event.h | 73 void SetAngle(double angle) in SetAngle() argument
|
| /foundation/arkui/ace_engine/frameworks/core/gestures/test/unittest/ |
| H A D | gestures_test.cpp | 2239 double angle = MIN_ROTATION_ANGLE; in HWTEST_F() local 2328 double angle = MIN_ROTATION_ANGLE; in HWTEST_F() local
|
| /foundation/arkui/ui_lite/frameworks/components/ |
| H A D | ui_canvas.cpp | 134 int16_t angle = endAngle - startAngle; in ArcTo() local 1258 float angle = paint.GetRotateAngle(); in DoDrawImage() local 1528 float angle = paint.GetRotateAngle(); in DoDrawText() local
|
| /foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/ |
| H A D | graphic_math.h | 565 Matrix3<T> Matrix3<T>::Rotate(T angle, const Vector2<T>& pivot) in Rotate() argument 871 Rotate(T angle, const Vector3<T>& pivot1, const Vector3<T>& pivot2) Rotate() argument [all...] |
| /foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/draw/ |
| H A D | path.cpp | 68 void Path::ArcTo(scalar rx, scalar ry, scalar angle, PathDirection direction, scalar endX, scalar endY) in ArcTo() argument 113 void Path::RArcTo(scalar rx, scalar ry, scalar angle, PathDirection direction, scalar dx, scalar dy) in RArcTo() argument
|
| /foundation/multimedia/image_framework/frameworks/kits/js/common/pixelmap_ndk/ |
| H A D | pixelmap_native.cpp | 586 Image_ErrorCode OH_PixelmapNative_Rotate(OH_PixelmapNative *pixelmap, float angle) in OH_PixelmapNative_Rotate() argument
|
| /foundation/multimedia/av_codec/test/moduletest/vcodec/hevcswdecoder/src/ |
| H A D | videodec_api11_sample.cpp | 799 int32_t angle = DEFAULT_ANGLE * reinterpret_cast<int32_t>(switchSurfaceFlag); in AutoSwitchSurface() local
|
| H A D | videodec_ndk_sample.cpp | 717 int32_t angle = DEFAULT_ANGLE * reinterpret_cast<int32_t>(switchSurfaceFlag); in AutoSwitchSurface() local
|
| /foundation/multimedia/av_codec/test/moduletest/vcodec/hwdecoder/src/ |
| H A D | videodec_api11_sample.cpp | 787 int32_t angle = DEFAULT_ANGLE * reinterpret_cast<int32_t>(switchSurfaceFlag); in AutoSwitchSurface() local
|
| H A D | videodec_ndk_sample.cpp | 676 int32_t angle = DEFAULT_ANGLE * reinterpret_cast<int32_t>(switchSurfaceFlag); in AutoSwitchSurface() local
|
| /foundation/multimedia/av_codec/test/moduletest/vcodec/swdecoder/src/ |
| H A D | videodec_api11_sample.cpp | 664 int32_t angle = DEFAULT_ANGLE * reinterpret_cast<int32_t>(switchSurfaceFlag); in AutoSwitchSurface() local
|
| /foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/ |
| H A D | skia_path.cpp | 79 void SkiaPath::ArcTo(scalar rx, scalar ry, scalar angle, PathDirection direction, scalar endX, scalar endY) in ArcTo() argument 123 void SkiaPath::RArcTo(scalar rx, scalar ry, scalar angle, PathDirection direction, scalar dx, scalar dy) in RArcTo() argument
|
| /third_party/ffmpeg/libavfilter/ |
| H A D | vf_rotate.c | 65 double angle; member 158 static double get_rotated_w(void *opaque, double angle) in get_rotated_w() argument 170 static double get_rotated_h(void *opaque, double angle) in get_rotated_h() argument 379 simple_rotate_internal(uint8_t *dst, const uint8_t *src, int src_linesize, int angle, int elem_size, int len) simple_rotate_internal() argument 401 simple_rotate(uint8_t *dst, const uint8_t *src, int src_linesize, int angle, int elem_size, int len) simple_rotate() argument [all...] |
| /third_party/glfw/examples/ |
| H A D | particles.c | 608 double angle; in draw_fountain() local
|
| /third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
| H A D | CalendarAstronomer.java | 1343 norm2PI(double angle) norm2PI() argument 1350 normPI(double angle) normPI() argument 1659 radToHms(double angle) radToHms() argument 1667 radToDms(double angle) radToDms() argument [all...] |
| /third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
| H A D | CalendarAstronomer.java | 1345 norm2PI(double angle) norm2PI() argument 1352 normPI(double angle) normPI() argument 1664 radToHms(double angle) radToHms() argument 1672 radToDms(double angle) radToDms() argument [all...] |
| /third_party/mesa3d/src/mesa/math/ |
| H A D | m_matrix.c | 685 _math_matrix_rotate( GLmatrix *mat, GLfloat angle, GLfloat x, GLfloat y, GLfloat z ) _math_matrix_rotate() argument
|