Home
last modified time | relevance | path

Searched refs:kPtCount (Results 1 - 2 of 2) sorted by relevance

/third_party/skia/src/pathops/
H A DSkPathOpsAsWinding.cpp39 static const int kPtCount[] = { 1, 1, 2, 2, 3, 0 }; variable
49 bounds.setBounds(pts, kPtCount[verb] + 1); in contains_edge()
77 if (pts[0].fX < edge.fX && pts[kPtCount[verb]].fX < edge.fX) { in contains_edge()
190 bounds.setBounds(&pts[kPtIndex[SkPath::kMove_Verb]], kPtCount[SkPath::kMove_Verb]);
194 verbBounds.setBounds(&pts[kPtIndex[(int)verb]], kPtCount[(int)verb]);
222 for (int index = 1; index <= kPtCount[verb]; ++index) {
/third_party/skia/tests/
H A DPathTest.cpp2684 const int kPtCount = SK_ARRAY_COUNT(pts); in test_transform() local
2711 SkPoint pts1[kPtCount]; in test_transform()
2712 int count = p1.getPoints(pts1, kPtCount); in test_transform()
2713 REPORTER_ASSERT(reporter, kPtCount == count); in test_transform()

Completed in 11 milliseconds