Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/divider/old_cases/
H A Ddivider_test_ng.cpp47 const Ace::LineCap LINE_CAP = Ace::LineCap::BUTT; variable
69 testProperty.lineCap = LINE_CAP; in SetUpTestCase()
121 EXPECT_EQ(paintProperty->GetLineCapValue(), LINE_CAP);
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/shape/
H A Dbase_shape_pattern_test_ng.h54 static constexpr int32_t LINE_CAP = 1; variable
H A Dbase_shape_pattern_test_ng.cpp217 shapeAbstactModel.SetStrokeLineCap(LINE_CAP); in CheckStrokeLineCap()
224 EXPECT_EQ(shapeProperty->GetStrokeLineCap(), LINE_CAP); in CheckStrokeLineCap()
H A Dshape_pattern_test_ng.cpp193 shapeModel2.SetStrokeLineCap(LINE_CAP);