Home
last modified time | relevance | path

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

/external/skia/src/pathops/
DSkOpSpan.cpp21 const SkOpPtT* stopPtT = ptT; in active() local
22 while ((ptT = ptT->next()) != stopPtT) { in active()
33 const SkOpPtT* stopPtT = ptT; in contains() local
34 while ((ptT = ptT->next()) != stopPtT) { in contains()
45 const SkOpPtT* stopPtT = ptT; in contains() local
46 while ((ptT = ptT->next()) != stopPtT) { in contains()
56 const SkOpPtT* stopPtT = ptT; in contains() local
57 while ((ptT = ptT->next()) != stopPtT) { in contains()
68 const SkOpPtT* stopPtT = ptT; in contains() local
69 while ((ptT = ptT->next()) != stopPtT) { in contains()
[all …]
DSkOpSegment.cpp1137 SkOpPtT* ptT = span->ptT(), * stopPtT = ptT; in ClearVisited() local
1138 while ((ptT = ptT->next()) != stopPtT) { in ClearVisited()
1565 SkOpPtT* ptT = span->ptT(), * stopPtT = ptT; in sortAngles() local
1603 } while ((ptT = ptT->next()) != stopPtT); in sortAngles()
DSkPathOpsDebug.cpp842 const SkOpPtT* ptT = span->ptT(), * stopPtT = ptT; in DebugClearVisited() local
843 while ((ptT = ptT->next()) != stopPtT) { in DebugClearVisited()
1488 const SkOpPtT* stopPtT = testPtT; in debugAddEndMovedSpans() local
1490 while ((testPtT = testPtT->next()) != stopPtT) { in debugAddEndMovedSpans()
DSkOpCoincidence.cpp283 const SkOpPtT* stopPtT = testPtT; in addEndMovedSpans() local
286 while ((testPtT = testPtT->next()) != stopPtT) { in addEndMovedSpans()
/external/skqp/src/pathops/
DSkOpSpan.cpp21 const SkOpPtT* stopPtT = ptT; in active() local
22 while ((ptT = ptT->next()) != stopPtT) { in active()
33 const SkOpPtT* stopPtT = ptT; in contains() local
34 while ((ptT = ptT->next()) != stopPtT) { in contains()
45 const SkOpPtT* stopPtT = ptT; in contains() local
46 while ((ptT = ptT->next()) != stopPtT) { in contains()
56 const SkOpPtT* stopPtT = ptT; in contains() local
57 while ((ptT = ptT->next()) != stopPtT) { in contains()
68 const SkOpPtT* stopPtT = ptT; in contains() local
69 while ((ptT = ptT->next()) != stopPtT) { in contains()
[all …]
DSkOpSegment.cpp1137 SkOpPtT* ptT = span->ptT(), * stopPtT = ptT; in ClearVisited() local
1138 while ((ptT = ptT->next()) != stopPtT) { in ClearVisited()
1565 SkOpPtT* ptT = span->ptT(), * stopPtT = ptT; in sortAngles() local
1603 } while ((ptT = ptT->next()) != stopPtT); in sortAngles()
DSkPathOpsDebug.cpp842 const SkOpPtT* ptT = span->ptT(), * stopPtT = ptT; in DebugClearVisited() local
843 while ((ptT = ptT->next()) != stopPtT) { in DebugClearVisited()
1488 const SkOpPtT* stopPtT = testPtT; in debugAddEndMovedSpans() local
1490 while ((testPtT = testPtT->next()) != stopPtT) { in debugAddEndMovedSpans()
DSkOpCoincidence.cpp283 const SkOpPtT* stopPtT = testPtT; in addEndMovedSpans() local
286 while ((testPtT = testPtT->next()) != stopPtT) { in addEndMovedSpans()