Searched refs:LINE_CAP (Results 1 – 4 of 4) sorted by relevance
47 const Ace::LineCap LINE_CAP = Ace::LineCap::BUTT; variable69 testProperty.lineCap = LINE_CAP; in SetUpTestCase()121 EXPECT_EQ(paintProperty->GetLineCapValue(), LINE_CAP);
54 static constexpr int32_t LINE_CAP = 1; variable
217 shapeAbstactModel.SetStrokeLineCap(LINE_CAP); in CheckStrokeLineCap()224 EXPECT_EQ(shapeProperty->GetStrokeLineCap(), LINE_CAP); in CheckStrokeLineCap()
193 shapeModel2.SetStrokeLineCap(LINE_CAP);