Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/shape/
H A Dbase_shape_pattern_test_ng.h53 static constexpr int32_t LINE_JOIN = 1; variable
H A Dbase_shape_pattern_test_ng.cpp238 shapeAbstactModel.SetStrokeLineJoin(LINE_JOIN); in CheckStrokeLineJoin()
245 EXPECT_EQ(shapeProperty->GetStrokeLineJoinValue(), LINE_JOIN); in CheckStrokeLineJoin()
H A Dshape_pattern_test_ng.cpp194 shapeModel2.SetStrokeLineJoin(LINE_JOIN);