Home
last modified time | relevance | path

Searched defs:matrix2 (Results 1 – 7 of 7) sorted by relevance

/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/utils/
Dmatrix_test.cpp66 Matrix matrix2; variable
228 std::unique_ptr<Matrix> matrix2 = std::make_unique<Matrix>(); variable
244 Matrix matrix2; variable
262 Matrix matrix2; variable
280 Matrix matrix2 = matrix1; variable
295 Matrix matrix2; variable
Dmatrix44_test.cpp160 Matrix44 matrix2; variable
176 Matrix44 matrix2; variable
Dcamera3d_test.cpp289 Matrix matrix2; variable
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/skia_adapter/
Dskia_matrix_test.cpp49 Matrix matrix2; variable
82 Matrix matrix2; variable
/foundation/graphic/graphic_utils_lite/test/
Dgraphic_math_unit_test.cpp459 Matrix3<uint16_t> matrix2(1, 2, 3, 4, 5, 6, 7, 8, 9); variable
542 Matrix3<uint16_t>* matrix2 = new Matrix3<uint16_t>(1, 1, 1, 1, 1, 1, 1, 1, 1); variable
572 Matrix3<uint16_t>* matrix2 = new Matrix3<uint16_t>(1, 1, 1, 1, 1, 1, 1, 1, 1); variable
595 Matrix3<uint16_t> matrix2 = matrix1->Inverse(); variable
624 Matrix3<uint16_t>* matrix2 = new Matrix3<uint16_t>(1, 1, 1, 1, 1, 1, 1, 1, 1); variable
/foundation/arkui/ace_engine/frameworks/core/components/test/unittest/svg/
Dsvg_fe_colormatrix_test.cpp184 …const float matrix2[20] = { 0, 0, 0, 0, 0.452367, 0, 0, 0, 0, 0.452367, 0, 0, 0, 0, 0.452367, 0, 0… variable
/foundation/arkui/ace_engine/frameworks/core/components_ng/test/pattern/custom_paint/
Doffscreen_canvas_paint_method_test_ng.cpp165 constexpr float matrix2 = LUMB - LUMB * value; variable