Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/svg/
H A Dparse_test_ng.cpp471 auto circleDeclaration = svgLine->circleAttr_; variable
472 EXPECT_FLOAT_EQ(circleDeclaration.cx.ConvertToPx(), Cx);
473 EXPECT_FLOAT_EQ(circleDeclaration.cy.ConvertToPx(), Cy);
474 EXPECT_FLOAT_EQ(circleDeclaration.r.ConvertToPx(), R);