Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/shape/
H A Dshape_container_pattern_test_ng.cpp143 auto paintProperty01 = frameNode->GetPaintProperty<ShapeContainerPaintProperty>(); variable
145 EXPECT_TRUE(paintProperty01->HasShapeViewBox());
202 auto paintProperty01 = frameNode01->GetPaintProperty<ShapeContainerPaintProperty>(); variable
210 EXPECT_EQ(paintProperty01->HasStrokeMiterLimit(), false);
215 paintProperty01->UpdateStrokeMiterLimit(STROKE_MITERLIMIT_FIRST);
217 EXPECT_EQ(paintProperty01->HasStrokeMiterLimit(), true);
219 … EXPECT_NE(paintProperty01->GetStrokeMiterLimitValue(), ShapePaintProperty::STROKE_MITERLIMIT_MIN);
224 paintProperty01->UpdateStrokeMiterLimit(STROKE_MITERLIMIT_SECONG);
227 … EXPECT_EQ(paintProperty01->GetStrokeMiterLimitValue(), ShapePaintProperty::STROKE_MITERLIMIT_MIN);
232 paintProperty01->UpdateStrokeMiterLimit(STROKE_MITERLIMIT_THIRD);
[all …]