/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/ |
H A D | matrix_test.cpp | 232 float sx = 1; in HWTEST_F() local 251 float sx = 1; in HWTEST_F() local 270 float sx = 0; in HWTEST_F() local 289 float sx = 0; in HWTEST_F() local 337 float sx = 1; in HWTEST_F() local 358 float sx = 1; HWTEST_F() local 440 float sx = 1; HWTEST_F() local 461 float sx = 1e-7; HWTEST_F() local 481 float sx = 1; HWTEST_F() local 501 float sx = -1; HWTEST_F() local [all...] |
H A D | image_transform_test.cpp | 294 float sx = 0.5; in HWTEST_F() local 310 float sx = -1; in HWTEST_F() local 326 float sx = 1; in HWTEST_F() local 342 float sx = -1; in HWTEST_F() local 358 float sx = -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 | 133 double sx = touchPoints_[1].x; in ComputeAngle() local
|
H A D | slide_recognizer.cpp | 469 double sx = touchPoints_[1].x; in ComputeAngle() local
|
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/utils/matrix_fuzzer/ |
H A D | matrix_fuzzer.cpp | 51 scalar sx = GetObject<scalar>(); in MatrixFuzzTest000() local 91 scalar sx = 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_ng/gestures/recognizers/ |
H A D | rotation_recognizer.cpp | 303 double sx = touchPoints_[*sId].x; in ComputeAngle() local
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/canvas/ |
H A D | js_matrix2d.cpp | 283 double sx = 1.0f; in JsScale() local
|
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/ |
H A D | cj_canvas_ffi.h | 32 double sx; 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 | 170 float sx = 1.f; in ComputeTransformMatrix() local 258 float sx = 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...] |
H A D | basic_transformer.cpp | 75 void BasicTransformer::SetScaleParam(const float sx, const float sy) in SetScaleParam() argument
|
/foundation/arkui/ui_lite/frameworks/draw/ |
H A D | draw_line.cpp | 152 int16_t sx = start.x; in DrawWuLine() local 443 int16_t sx = start.x; 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
|
H A D | drawing_canvas.cpp | 624 void OH_Drawing_CanvasScale(OH_Drawing_Canvas* cCanvas, float sx, float sy) in OH_Drawing_CanvasScale() argument 634 void OH_Drawing_CanvasSkew(OH_Drawing_Canvas* cCanvas, float sx, float sy) in OH_Drawing_CanvasSkew() argument
|
/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 | 139 double sx = ConvertToDouble(runtime, argv[0], 0.0); in Skew() local
|
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/ |
H A D | rs_base_render_engine.cpp | 747 auto sx = params.dstRect.GetWidth() / srcWidth; in DrawImage() local
|
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/drawing/matrix_napi/ |
H A D | js_matrix.cpp | 256 double sx = 0.0;
in OnPreScale() local 339 double sx = 0.0;
in OnSetScale() local 586 double sx = 0.0;
in OnPostScale() local
|