/kernel/linux/linux-6.6/include/linux/ |
H A D | polynomial.h | 17 unsigned int deg; member
|
/kernel/linux/linux-6.6/lib/ |
H A D | polynomial.c | 84 int deg; in polynomial_calc() local
|
H A D | bch.c | 105 unsigned int deg; /* polynomial degree */ member 308 static inline int deg(unsigned int poly) in deg() function [all...] |
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/utils/ |
H A D | camera3d.cpp | 41 void Camera3D::RotateXDegrees(scalar deg) in RotateXDegrees() argument 46 void Camera3D::RotateYDegrees(scalar deg) in RotateYDegrees() argument 51 void Camera3D::RotateZDegrees(scalar deg) in RotateZDegrees() argument
|
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/ |
H A D | skia_camera.cpp | 39 void SkiaCamera::RotateX(scalar deg) in RotateX() argument 44 void SkiaCamera::RotateY(scalar deg) in RotateY() argument 49 void SkiaCamera::RotateZ(scalar deg) in RotateZ() argument
|
H A D | skia_canvas.cpp | 1061 void SkiaCanvas::Rotate(scalar deg, scalar sx, scalar sy) in Rotate() argument
|
/foundation/arkui/ace_engine/test/mock/core/rosen/ |
H A D | testing_camera.h | 31 virtual void RotateXDegrees(float deg) {} in RotateXDegrees() argument 32 virtual void RotateYDegrees(float deg) {} in RotateYDegrees() argument 33 virtual void RotateZDegrees(float deg) {} in RotateZDegrees() argument
|
H A D | testing_canvas.h | 61 virtual void Rotate(float deg, float sx, float sy) {} in Rotate() argument 62 virtual void Rotate(float deg) {} in Rotate() argument
|
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/draw/ |
H A D | core_canvas.h | 588 void Rotate(scalar deg) in Rotate() argument
|
H A D | core_canvas.cpp | 451 void CoreCanvas::Rotate(scalar deg, scalar sx, scalar sy) in Rotate() argument
|
/third_party/skia/src/utils/ |
H A D | SkCamera.cpp | 204 void Sk3DView::rotateX(SkScalar deg) { in rotateX() argument 208 void Sk3DView::rotateY(SkScalar deg) { in rotateY() argument 212 void Sk3DView::rotateZ(SkScalar deg) { in rotateZ() argument
|
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/src/ |
H A D | drawing_matrix.cpp | 65 OH_Drawing_Matrix* OH_Drawing_MatrixCreateRotation(float deg, float x, float y) in OH_Drawing_MatrixCreateRotation() argument
|
/kernel/linux/linux-5.10/drivers/hwmon/ |
H A D | bt1-pvt.c | 129 int deg; in pvt_calc_poly() local
|
H A D | bt1-pvt.h | 231 unsigned int deg; member
|
/kernel/linux/linux-6.6/drivers/hwmon/ |
H A D | bt1-pvt.h | 231 unsigned int deg; member
|
/third_party/glfw/examples/ |
H A D | boing.c | 389 GLfloat deg; BounceBall() local [all...] |
/third_party/skia/src/core/ |
H A D | SkPicturePlayback.cpp | 626 auto deg = reader->readScalar(); in handleOp() local
|
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/recording/ |
H A D | recording_canvas.cpp | 571 void RecordingCanvas::Rotate(scalar deg, scalar sx, scalar sy) in Rotate() argument
|
/kernel/linux/linux-5.10/lib/ |
H A D | bch.c | 104 unsigned int deg; /* polynomial degree */ member 342 static inline int deg(unsigned int poly) in deg() function [all...] |
/third_party/skia/include/core/ |
H A D | SkMatrix.h | 96 static SkMatrix SK_WARN_UNUSED_RESULT RotateDeg(SkScalar deg) { in RotateDeg() argument 101 static SkMatrix SK_WARN_UNUSED_RESULT RotateDeg(SkScalar deg, SkPoint pt) { in RotateDeg() argument
|
/foundation/arkui/ace_engine/frameworks/core/components/box/ |
H A D | render_box.cpp | 1338 void RenderBox::SetHueRotate(float deg) in SetHueRotate() argument
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/ |
H A D | skia_decoration_painter.cpp | 299 static float Deg2rad(float deg) in Deg2rad() argument
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/rosen/ |
H A D | drawing_decoration_painter.cpp | 272 static float Deg2rad(float deg) in Deg2rad() argument
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/ |
H A D | rs_paint_filter_canvas.cpp | 697 void RSPaintFilterCanvasBase::Rotate(scalar deg, scalar sx, scalar sy) in Rotate() argument
|
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/recording/ |
H A D | draw_cmd.h | 1173 scalar deg; member 1178 RotateOpItem(scalar deg, scalar sx, scalar sy) in RotateOpItem() argument
|