Home
last modified time | relevance | path

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

/third_party/skia/tests/
DGrStyledShapeTest.cpp1667 static constexpr Style kStyleCnt = static_cast<Style>(SK_ARRAY_COUNT(strokeRecs)); in test_rrect() local
1674 return inverted * (2 * 8 * kStyleCnt * 2) + in test_rrect()
1675 (int)dir * ( 8 * kStyleCnt * 2) + in test_rrect()
1676 start * ( kStyleCnt * 2) + in test_rrect()
1681 const int cnt = index(true, kSecondDirection, 7, static_cast<Style>(kStyleCnt - 1), true) + 1; in test_rrect()