Home
last modified time | relevance | path

Searched defs:sy (Results 1 - 25 of 40) sorted by relevance

12

/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/
H A Dmatrix_test.cpp233 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 Dimage_transform_test.cpp295 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 Dmatrix44.cpp30 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 Dmatrix.cpp43 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 Dmatrix2d.cpp62 void Matrix2D::Scale(TransformParam& param, double sx, double sy) in Scale() argument
/foundation/arkui/ace_engine/frameworks/core/gestures/
H A Drotation_recognizer.cpp134 double sy = touchPoints_[1].y; in ComputeAngle() local
H A Dslide_recognizer.cpp470 double sy = touchPoints_[1].y; in ComputeAngle() local
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/utils/matrix_fuzzer/
H A Dmatrix_fuzzer.cpp52 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 Dskia_matrix44.cpp36 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 Dskia_matrix.cpp53 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 Drosen_render_transform.cpp163 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 Drotation_recognizer.cpp304 double sy = touchPoints_[*sId].y; in ComputeAngle() local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/canvas/
H A Djs_matrix2d.cpp284 double sy = 1.0f; in JsScale() local
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_canvas_ffi.h33 double sy; member
/foundation/arkui/ace_engine/test/mock/core/rosen/
H A Dtesting_matrix.h44 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 Dtesting_canvas.h61 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 Dsurface_utils.cpp171 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 Dmatrix.cpp41 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 Ddraw_line.cpp153 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 Ddrawing_matrix.cpp72 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 Dquaternion_util.h39 const float sy = Math::sin(yaw * 0.5f); in FromEulerRad() local
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/converter/include/
H A Dmatrix.h108 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 Djsi_matrix4_module.cpp140 double sy = ConvertToDouble(runtime, argv[1], 0.0); in Skew() local
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_base_render_engine.cpp748 auto sy = params.dstRect.GetHeight() / srcHeight; in DrawImage() local
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/drawing/matrix_napi/
H A Djs_matrix.cpp258 double sy = 0.0; in OnPreScale() local
341 double sy = 0.0; in OnSetScale() local
588 double sy = 0.0; in OnPostScale() local

Completed in 15 milliseconds

12