Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkPath.cpp3277 SkPoint verbPts[4]; in IsSimpleClosedRect() local
3281 while ((v = iter.next(verbPts)) != SkPath::kDone_Verb) { in IsSimpleClosedRect()
3287 rectPts[0] = verbPts[0]; in IsSimpleClosedRect()
3294 rectPts[rectPtCnt] = verbPts[1]; in IsSimpleClosedRect()
/external/skia/tests/
DPathTest.cpp2193 SkPoint verbPts[4]; in test_is_simple_closed_rect() local
2195 while ((v = iter.next(verbPts)) != SkPath::kDone_Verb) { in test_is_simple_closed_rect()
2198 firstPt = verbPts[0]; in test_is_simple_closed_rect()
2199 path2.moveTo(verbPts[0]); in test_is_simple_closed_rect()
2202 path2.lineTo(verbPts[1]); in test_is_simple_closed_rect()