/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/ndk/ndkmatrix_fuzzer/ |
H A D | matrix_fuzzer.cpp | 97 float transX = GetObject<float>(); in NativeMatrixTest002() local 105 …OH_Drawing_MatrixSetMatrix(nullptr, scaleX, skewX, transX, skewY, scaleY, transY, persp0, persp1, … in NativeMatrixTest002() 106 …OH_Drawing_MatrixSetMatrix(matrix, scaleX, skewX, transX, skewY, scaleY, transY, persp0, persp1, p… in NativeMatrixTest002() 109 OH_Drawing_MatrixPreScale(nullptr, transX, transY, px, py); in NativeMatrixTest002() 110 OH_Drawing_MatrixPreScale(matrix, transX, transY, px, py); in NativeMatrixTest002() 115 OH_Drawing_MatrixPostScale(nullptr, transX, transY, px, py); in NativeMatrixTest002() 116 OH_Drawing_MatrixPostScale(matrix, transX, transY, px, py); in NativeMatrixTest002() 184 float transX = GetObject<float>(); in NativeMatrixTest004() local 188 OH_Drawing_MatrixScale(nullptr, transX, transY, px, py); in NativeMatrixTest004() 189 OH_Drawing_MatrixScale(matrix, transX, transY, px, py); in NativeMatrixTest004() [all …]
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/ndk/ndkpath_fuzzer/ |
H A D | path_fuzzer.cpp | 192 float transX = GetObject<float>(); in NativeDrawingPathTest004() local 208 …OH_Drawing_MatrixSetMatrix(matrix, scaleX, skewX, transX, skewY, scaleY, transY, persp0, persp1, p… in NativeDrawingPathTest004() 344 float transX = GetObject<float>(); in NativeDrawingPathTest007() local 357 …OH_Drawing_MatrixSetMatrix(matrix, scaleX, skewX, transX, skewY, scaleY, transY, persp0, persp1, p… in NativeDrawingPathTest007() 432 float transX = GetObject<float>(); in NativeDrawingPathTest009() local 447 …OH_Drawing_MatrixSetMatrix(matrix, scaleX, skewX, transX, skewY, scaleY, transY, persp0, persp1, p… in NativeDrawingPathTest009()
|
/ohos5.0/foundation/graphic/graphic_surface/interfaces/inner_api/surface/ |
H A D | surface_type.h | 176 float transX; /* horizontal translation */ member 192 floatEqual(transX, matrix.transX) && floatEqual(skewY, matrix.skewY) &&
|
/ohos5.0/foundation/arkui/ace_engine/test/mock/core/rosen/ |
H A D | testing_matrix.h | 60 …float scaleX, float skewX, float transX, float skewY, float scaleY, float transY, float p0, float … in SetMatrix() argument
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/utils/ |
H A D | matrix.cpp | 164 void Matrix::SetMatrix(scalar scaleX, scalar skewX, scalar transX, scalar skewY, scalar scaleY, sca… in SetMatrix() argument 167 matrixImplPtr->SetMatrix(scaleX, skewX, transX, skewY, scaleY, transY, persp0, persp1, persp2); in SetMatrix()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/common/ |
H A D | rs_obj_abs_geometry.cpp | 341 Drawing::scalar transX = matrix.Get(Drawing::Matrix::TRANS_X); in MapRect() local 345 absRect.left_ = static_cast<int>(std::floor(rect.left_ * scaleX + transX)); in MapRect() 347 float right = (rect.left_ + rect.width_) * scaleX + transX; in MapRect()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/include/ |
H A D | drawing_matrix.h | 117 void OH_Drawing_MatrixSetMatrix(OH_Drawing_Matrix*, float scaleX, float skewX, float transX,
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/ |
H A D | skia_matrix.cpp | 186 void SkiaMatrix::SetMatrix(scalar scaleX, scalar skewX, scalar transX, scalar skewY, scalar scaleY,… in SetMatrix() argument 189 skMatrix_.setAll(scaleX, skewX, transX, skewY, scaleY, transY, persp0, persp1, persp2); in SetMatrix()
|
H A D | skia_matrix.h | 70 …void SetMatrix(scalar scaleX, scalar skewX, scalar transX, scalar skewY, scalar scaleY, scalar tra…
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/src/ |
H A D | drawing_matrix.cpp | 86 void OH_Drawing_MatrixSetMatrix(OH_Drawing_Matrix* cMatrix, float scaleX, float skewX, float transX, in OH_Drawing_MatrixSetMatrix() argument 94 matrix->SetMatrix(scaleX, skewX, transX, skewY, scaleY, transY, persp0, persp1, persp2); in OH_Drawing_MatrixSetMatrix()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/draw/shadereffect_fuzzer/ |
H A D | shader_effect_fuzzer.cpp | 178 scalar transX = GetObject<scalar>(); in ShaderEffectFuzzTest004() local 185 matrix.SetMatrix(scaleX, skewX, transX, skewY, scaleY, transY, persp0, persp1, persp2); in ShaderEffectFuzzTest004()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/impl_interface/ |
H A D | matrix_impl.h | 69 …virtual void SetMatrix(scalar scaleX, scalar skewX, scalar transX, scalar skewY, scalar scaleY, sc…
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/image/ |
H A D | rosen_render_image.cpp | 931 SkScalar transX = dstRect.Left() - imageRenderPosition_.GetX(); local 936 transX = skDstRect.left() + skDstRect.width(); 943 …auto sampleMatrix = SkMatrix::MakeAll(scaleX, skewX, transX, skewY, scaleY, transY, pers0, pers1, … 969 RSScalar transX = dstRect.Left() - imageRenderPosition_.GetX(); local 974 transX = drDstRect.GetLeft() + drDstRect.GetWidth(); 982 sampleMatrix.SetMatrix(scaleX, skewX, transX, skewY, scaleY, transY, pers0, pers1, pers2);
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/utils/ |
H A D | matrix.h | 202 …void SetMatrix(scalar scaleX, scalar skewX, scalar transX, scalar skewY, scalar scaleY, scalar tra…
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/ |
H A D | rs_uni_render_engine.cpp | 162 … skMatrix.SetMatrix(layerMatrix.scaleX, layerMatrix.skewX, layerMatrix.transX, layerMatrix.skewY, in DrawLayerPreProcess()
|
H A D | rs_uni_render_util.cpp | 663 …params.matrix.SetMatrix(layerMatrix.scaleX, layerMatrix.skewX, layerMatrix.transX, layerMatrix.ske… in CreateLayerBufferDrawParam()
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkgraphics2d/ |
H A D | drawing__matrix_8h.md | 43 …rix](_drawing.md#oh_drawing_matrix) \*, float scaleX, float skewX, float transX, float skewY, floa…
|
H A D | _drawing.md | 397 …Drawing_Matrix](#oh_drawing_matrix) \*, float scaleX, float skewX, float transX, float skewY, floa… 9996 void OH_Drawing_MatrixSetMatrix (OH_Drawing_Matrix* , float scaleX, float skewX, float transX, floa… 10018 | transX | 水平位移系数。 |
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rsmarshallinghelper_fuzzer/ |
H A D | rsmarshallinghelper_fuzzer.cpp | 408 scalar transX = GetData<scalar>(); in DoMarshallingHelper010() local 415 matrix.SetMatrix(scaleX, skewX, transX, skewY, scaleY, transY, persp0, persp1, persp2); in DoMarshallingHelper010()
|
/ohos5.0/docs/en/application-dev/reference/apis-arkgraphics2d/ |
H A D | drawing__matrix_8h.md | 43 …rix](_drawing.md#oh_drawing_matrix) \*, float scaleX, float skewX, float transX, float skewY, floa…
|
H A D | _drawing.md | 397 …Drawing_Matrix](#oh_drawing_matrix) \*, float scaleX, float skewX, float transX, float skewY, floa… 10041 void OH_Drawing_MatrixSetMatrix (OH_Drawing_Matrix* , float scaleX, float skewX, float transX, floa… 10063 | transX | Translation coefficient on the X axis. |
|