Home
last modified time | relevance | path

Searched refs:OFFSETF (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/render/
H A Dimage_painter_test_ng.cpp44 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 Dframe_node_test_ng.h57 const OffsetF OFFSETF { 1.0, 1.0 };
H A Dview_abstract_test_ng.h68 const OffsetF OFFSETF { 1.0, 1.0 };
H A Dview_abstract_test_ng_new.cpp504 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 Dframe_node_test_ng_coverage.cpp501 DimensionRect responseRect(Dimension(0), Dimension(0), DimensionOffset(OFFSETF));
H A Dframe_node_test_ng_new.cpp264 DimensionRect responseRect(Dimension(0), Dimension(0), DimensionOffset(OFFSETF));