Home
last modified time | relevance | path

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

/third_party/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.cpp819 const SkOpPtT* ptT = span->ptT(), * stopPtT = ptT; in DebugClearVisited() local
820 while ((ptT = ptT->next()) != stopPtT) { in DebugClearVisited()
1465 const SkOpPtT* stopPtT = testPtT; in debugAddEndMovedSpans() local
1467 while ((testPtT = testPtT->next()) != stopPtT) { in debugAddEndMovedSpans()
DSkOpCoincidence.cpp283 const SkOpPtT* stopPtT = testPtT; in addEndMovedSpans() local
286 while ((testPtT = testPtT->next()) != stopPtT) { in addEndMovedSpans()
/third_party/flutter/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.cpp841 const SkOpPtT* ptT = span->ptT(), * stopPtT = ptT; in DebugClearVisited() local
842 while ((ptT = ptT->next()) != stopPtT) { in DebugClearVisited()
1487 const SkOpPtT* stopPtT = testPtT; in debugAddEndMovedSpans() local
1489 while ((testPtT = testPtT->next()) != stopPtT) { in debugAddEndMovedSpans()
DSkOpCoincidence.cpp283 const SkOpPtT* stopPtT = testPtT; in addEndMovedSpans() local
286 while ((testPtT = testPtT->next()) != stopPtT) { in addEndMovedSpans()