Searched refs:OFFSETF (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/render/ |
H A D | image_painter_test_ng.cpp | 44 const NG::OffsetF& OFFSETF { 1, 1 }; variable 88 imagePainter.DrawImage(testingCanvas, OFFSETF, SIZE); 101 imagePainter.DrawImage(testingCanvas, OFFSETF, SIZE); 106 imagePainter.DrawImage(testingCanvas, OFFSETF, SIZE); 119 imagePainter.DrawImage(testingCanvas, OFFSETF, SIZE); 131 imagePainter.DrawImage(testingCanvas, OFFSETF, SIZE); 210 EXPECT_EQ(OFFSETF.GetX(), 1); 252 EXPECT_EQ(OFFSETF.GetX(), 1); 253 EXPECT_EQ(OFFSETF.GetY(), 1); 266 EXPECT_EQ(OFFSETF.GetX(), 1); [all …]
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/base/ |
H A D | frame_node_test_ng.h | 57 const OffsetF OFFSETF { 1.0, 1.0 };
|
H A D | view_abstract_test_ng.h | 68 const OffsetF OFFSETF { 1.0, 1.0 };
|
H A D | view_abstract_test_ng_new.cpp | 504 ViewAbstract::BindMenuWithItems(std::move(param), targetNode, OFFSETF, menuParam); 506 ViewAbstract::BindMenuWithCustomNode(std::move(buildFunc), targetNode, OFFSETF, menuParam, 510 ViewAbstract::BindMenuWithItems(std::move(param), targetNode, OFFSETF, menuParam); 512 ViewAbstract::BindMenuWithCustomNode(std::move(buildFunc), targetNode, OFFSETF, menuParam, 578 DimensionRect responseRect(Dimension(0), Dimension(0), DimensionOffset(OFFSETF));
|
H A D | frame_node_test_ng_coverage.cpp | 501 DimensionRect responseRect(Dimension(0), Dimension(0), DimensionOffset(OFFSETF));
|
H A D | frame_node_test_ng_new.cpp | 264 DimensionRect responseRect(Dimension(0), Dimension(0), DimensionOffset(OFFSETF));
|