Searched refs:paintProperty01 (Results 1 – 1 of 1) sorted by relevance
143 auto paintProperty01 = frameNode->GetPaintProperty<ShapeContainerPaintProperty>(); variable145 EXPECT_TRUE(paintProperty01->HasShapeViewBox());202 auto paintProperty01 = frameNode01->GetPaintProperty<ShapeContainerPaintProperty>(); variable210 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 …]