/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/ |
H A D | matrix_test.cpp | 233 float sy = 1; in HWTEST_F() local 252 float sy = 1; in HWTEST_F() local 271 float sy = 1; in HWTEST_F() local 290 float sy = 0; in HWTEST_F() local 338 float sy = 1; in HWTEST_F() local 359 float sy = 1; HWTEST_F() local 441 float sy = 1; HWTEST_F() local 462 float sy = 1; HWTEST_F() local 482 float sy = 1e-7; HWTEST_F() local 502 float sy = 1; HWTEST_F() local [all...] |
H A D | image_transform_test.cpp | 295 float sy = 0.5; in HWTEST_F() local 311 float sy = 0.5; in HWTEST_F() local 327 float sy = -1; in HWTEST_F() local 343 float sy = 0.5; in HWTEST_F() local 359 float sy = -1; in HWTEST_F() local [all...] |
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/utils/ |
H A D | matrix44.cpp | 30 void Matrix44::Scale(scalar sx, scalar sy, scalar sz) in Scale() argument 45 void Matrix44::PreScale(scalar sx, scalar sy, scalar sz) in PreScale() argument
|
H A D | matrix.cpp | 43 void Matrix::Scale(scalar sx, scalar sy, scalar px, scalar py) in Scale() argument 58 void Matrix::SetScale(scalar sx, scalar sy) in SetScale() argument 63 void Matrix::SetScaleTranslate(scalar sx, scalar sy, scalar dx, scalar dy) in SetScaleTranslate() argument 93 void Matrix::PreScale(scalar sx, scalar sy) in PreScale() argument 98 void Matrix::PostScale(scalar sx, scalar sy) in PostScale() argument 103 PostScale(scalar sx, scalar sy, scalar px, scalar py) PostScale() argument 220 PreScale(scalar sx, scalar sy, scalar px, scalar py) PreScale() argument [all...] |
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/ |
H A D | matrix2d.cpp | 62 void Matrix2D::Scale(TransformParam& param, double sx, double sy) in Scale() argument
|
/foundation/arkui/ace_engine/frameworks/core/gestures/ |
H A D | rotation_recognizer.cpp | 134 double sy = touchPoints_[1].y; in ComputeAngle() local
|
H A D | slide_recognizer.cpp | 470 double sy = touchPoints_[1].y; in ComputeAngle() local
|
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/utils/matrix_fuzzer/ |
H A D | matrix_fuzzer.cpp | 52 scalar sy = GetObject<scalar>(); in MatrixFuzzTest000() local 92 scalar sy = GetObject<scalar>(); MatrixFuzzTest001() local [all...] |
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/ |
H A D | skia_matrix44.cpp | 36 void SkiaMatrix44::Scale(scalar sx, scalar sy, scalar sz) in Scale() argument 51 void SkiaMatrix44::PreScale(scalar sx, scalar sy, scalar sz) in PreScale() argument
|
H A D | skia_matrix.cpp | 53 void SkiaMatrix::Scale(scalar sx, scalar sy, scalar px, scalar py) in Scale() argument 58 void SkiaMatrix::SetScale(scalar sx, scalar sy) in SetScale() argument 63 void SkiaMatrix::SetScaleTranslate(scalar sx, scalar sy, scalar dx, scalar dy) in SetScaleTranslate() argument 103 void SkiaMatrix::PreScale(scalar sx, scalar sy) in PreScale() argument 108 void SkiaMatrix::PostScale(scalar sx, scalar sy) in PostScale() argument 113 PostScale(scalar sx, scalar sy, scalar px, scalar py) PostScale() argument 264 PreScale(scalar sx, scalar sy, scalar px, scalar py) PreScale() argument [all...] |
/foundation/arkui/ace_engine/frameworks/core/components/transform/ |
H A D | rosen_render_transform.cpp | 163 double sy = sqrt(transform_[0] * transform_[0] + transform_[4] * transform_[4]); in CheckNeedPaint() local
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/gestures/recognizers/ |
H A D | rotation_recognizer.cpp | 304 double sy = touchPoints_[*sId].y; in ComputeAngle() local
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/canvas/ |
H A D | js_matrix2d.cpp | 284 double sy = 1.0f; in JsScale() local
|
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/ |
H A D | cj_canvas_ffi.h | 33 double sy; member
|
/foundation/arkui/ace_engine/test/mock/core/rosen/ |
H A D | testing_matrix.h | 44 void SetScale(float sx, float sy) {} in SetScale() argument 47 void Scale(float sx, float sy, float px, float py) {} in Scale() argument
|
H A D | testing_canvas.h | 61 virtual void Rotate(float deg, float sx, float sy) {} in Rotate() argument 107 virtual void Scale(float sx, float sy) {} in Scale() argument 127 void SetScale(float sx, float sy) {} in SetScale() argument
|
/foundation/graphic/graphic_surface/surface/src/ |
H A D | surface_utils.cpp | 171 float sy = 1.f; in ComputeTransformMatrix() local 259 float sy = 1.f; in ComputeTransformMatrixV2() local
|
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/converter/src/ |
H A D | matrix.cpp | 41 Matrix &Matrix::SetScale(const float sx, const float sy) in SetScale() argument 119 void Matrix::SetTranslateAndScale(const float tx, const float ty, const float sx, const float sy) in SetTranslateAndScale() argument 203 void Matrix::IdentityXY(const Matrix &m, const float sx, const float sy, Point &pt) in IdentityXY() argument 211 void Matrix::ScaleXY(const Matrix &m, const float sx, const float sy, Point &pt) in ScaleXY() argument [all...] |
/foundation/arkui/ui_lite/frameworks/draw/ |
H A D | draw_line.cpp | 153 int16_t sy = start.y; in DrawWuLine() local 444 int16_t sy = start.y; DrawThinWuLine() local [all...] |
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/src/ |
H A D | drawing_matrix.cpp | 72 OH_Drawing_Matrix* OH_Drawing_MatrixCreateScale(float sx, float sy, float px, float py) in OH_Drawing_MatrixCreateScale() argument 109 void OH_Drawing_MatrixPreScale(OH_Drawing_Matrix* cMatrix, float sx, float sy, float px, float py) in OH_Drawing_MatrixPreScale() argument 140 void OH_Drawing_MatrixPostScale(OH_Drawing_Matrix* cMatrix, float sx, float sy, float px, float py) in OH_Drawing_MatrixPostScale() argument 230 void OH_Drawing_MatrixScale(OH_Drawing_Matrix* cMatrix, float sx, float sy, float px, float py) in OH_Drawing_MatrixScale() argument
|
/foundation/graphic/graphic_3d/lume/LumeBase/api/base/math/ |
H A D | quaternion_util.h | 39 const float sy = Math::sin(yaw * 0.5f); in FromEulerRad() local
|
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/converter/include/ |
H A D | matrix.h | 108 constexpr Matrix(float sx, float kx, float tx, float ky, float sy, float ty, float p0, float p1, float p2, in Matrix() argument
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/modules/ |
H A D | jsi_matrix4_module.cpp | 140 double sy = ConvertToDouble(runtime, argv[1], 0.0); in Skew() local
|
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/ |
H A D | rs_base_render_engine.cpp | 748 auto sy = params.dstRect.GetHeight() / srcHeight; in DrawImage() local
|
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/drawing/matrix_napi/ |
H A D | js_matrix.cpp | 258 double sy = 0.0;
in OnPreScale() local 341 double sy = 0.0;
in OnSetScale() local 588 double sy = 0.0;
in OnPostScale() local
|