Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkPath.cpp3281 SkPoint verbPts[4]; in IsSimpleClosedRect() local
3285 while ((v = iter.next(verbPts)) != SkPath::kDone_Verb) { in IsSimpleClosedRect()
3291 rectPts[0] = verbPts[0]; in IsSimpleClosedRect()
3298 rectPts[rectPtCnt] = verbPts[1]; in IsSimpleClosedRect()
/external/skqp/src/core/
DSkPath.cpp3397 SkPoint verbPts[4]; in IsSimpleClosedRect() local
3401 while ((v = iter.next(verbPts)) != SkPath::kDone_Verb) { in IsSimpleClosedRect()
3407 rectPts[0] = verbPts[0]; in IsSimpleClosedRect()
3414 rectPts[rectPtCnt] = verbPts[1]; in IsSimpleClosedRect()
/external/skia/tests/
DPathTest.cpp2173 SkPoint verbPts[4]; in test_is_simple_closed_rect() local
2175 while ((v = iter.next(verbPts)) != SkPath::kDone_Verb) { in test_is_simple_closed_rect()
2178 firstPt = verbPts[0]; in test_is_simple_closed_rect()
2179 path2.moveTo(verbPts[0]); in test_is_simple_closed_rect()
2182 path2.lineTo(verbPts[1]); in test_is_simple_closed_rect()
/external/skqp/tests/
DPathTest.cpp2173 SkPoint verbPts[4]; in test_is_simple_closed_rect() local
2175 while ((v = iter.next(verbPts)) != SkPath::kDone_Verb) { in test_is_simple_closed_rect()
2178 firstPt = verbPts[0]; in test_is_simple_closed_rect()
2179 path2.moveTo(verbPts[0]); in test_is_simple_closed_rect()
2182 path2.lineTo(verbPts[1]); in test_is_simple_closed_rect()