Home
last modified time | relevance | path

Searched defs:angle (Results 476 - 500 of 630) sorted by relevance

1...<<11121314151617181920>>...26

/foundation/arkui/ace_engine/frameworks/core/accessibility/
H A Daccessibility_node.h499 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 Dcanvas_rendering_context_2d_model_impl.cpp348 void CanvasRenderingContext2DModelImpl::CanvasRendererRotate(double angle) in CanvasRendererRotate() argument
H A Doffscreen_canvas_rendering_context_2d_model_impl.cpp350 void OffscreenCanvasRenderingContext2DModelImpl::CanvasRendererRotate(double angle) in CanvasRendererRotate() argument
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/cppview/
H A Dcanvas_renderer.cpp307 void NativeCanvasRenderer::Rotate(const double angle) in Rotate() argument
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_common_ffi.h224 double angle; member
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_gesture_modifier.cpp112 ArkUIGesture* createRotationGesture(ArkUI_Int32 fingers, ArkUI_Float64 angle, void* userData) in createRotationGesture() argument
/foundation/arkui/ace_engine/frameworks/core/event/
H A Daxis_event.h253 void SetRotateAxisAngle(float angle) in SetRotateAxisAngle() argument
/foundation/arkui/ace_engine/interfaces/native/node/
H A Dgesture_impl.cpp432 ArkUI_GestureRecognizer* CreateRotationGesture(int32_t fingers, double angle) in CreateRotationGesture() argument
/foundation/arkui/ace_engine/frameworks/core/gestures/
H A Dgesture_event.h73 void SetAngle(double angle) in SetAngle() argument
/foundation/arkui/ace_engine/frameworks/core/gestures/test/unittest/
H A Dgestures_test.cpp2239 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 Dui_canvas.cpp134 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 Dgraphic_math.h565 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 Dpath.cpp68 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 Dpixelmap_native.cpp586 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 Dvideodec_api11_sample.cpp799 int32_t angle = DEFAULT_ANGLE * reinterpret_cast<int32_t>(switchSurfaceFlag); in AutoSwitchSurface() local
H A Dvideodec_ndk_sample.cpp717 int32_t angle = DEFAULT_ANGLE * reinterpret_cast<int32_t>(switchSurfaceFlag); in AutoSwitchSurface() local
/foundation/multimedia/av_codec/test/moduletest/vcodec/hwdecoder/src/
H A Dvideodec_api11_sample.cpp787 int32_t angle = DEFAULT_ANGLE * reinterpret_cast<int32_t>(switchSurfaceFlag); in AutoSwitchSurface() local
H A Dvideodec_ndk_sample.cpp676 int32_t angle = DEFAULT_ANGLE * reinterpret_cast<int32_t>(switchSurfaceFlag); in AutoSwitchSurface() local
/foundation/multimedia/av_codec/test/moduletest/vcodec/swdecoder/src/
H A Dvideodec_api11_sample.cpp664 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 Dskia_path.cpp79 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 Dvf_rotate.c65 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 Dparticles.c608 double angle; in draw_fountain() local
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DCalendarAstronomer.java1343 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 DCalendarAstronomer.java1345 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 Dm_matrix.c685 _math_matrix_rotate( GLmatrix *mat, GLfloat angle, GLfloat x, GLfloat y, GLfloat z ) _math_matrix_rotate() argument

Completed in 37 milliseconds

1...<<11121314151617181920>>...26