Home
last modified time | relevance | path

Searched refs:oppPtT (Results 1 – 3 of 3) sorted by relevance

/external/skia/src/pathops/
DSkOpCoincidence.cpp63 const SkOpPtT* oppPtT; in expand() local
64 if (!prev || !(oppPtT = prev->contains(oppSegment))) { in expand()
71 setStarts(prev->ptT(), oppPtT); in expand()
80 const SkOpPtT* oppPtT; in expand() local
81 if (!next || !(oppPtT = next->contains(oppSegment))) { in expand()
88 setEnds(next->ptT(), oppPtT); in expand()
DSkPathOpsDebug.cpp1029 const SkOpPtT* oppPtT = oppStartPtT; in debugMoveMultiples() local
1030 while ((oppPtT = oppPtT->next()) != oppStartPtT) { in debugMoveMultiples()
1031 const SkOpSegment* oppPtTSegment = oppPtT->segment(); in debugMoveMultiples()
1452 const SkOpPtT* oppPtT; in debugExpand() local
1453 if (!prev || !(oppPtT = prev->contains(oppSegment))) { in debugExpand()
1460 if (log) log->record(SkPathOpsDebug::kExpandCoin_Glitch, this, prev->ptT(), oppPtT); in debugExpand()
1469 const SkOpPtT* oppPtT; in debugExpand() local
1470 if (!next || !(oppPtT = next->contains(oppSegment))) { in debugExpand()
1477 if (log) log->record(SkPathOpsDebug::kExpandCoin_Glitch, this, next->ptT(), oppPtT); in debugExpand()
DSkOpSegment.cpp1275 SkOpPtT* oppPtT = oppStartPtT; in moveMultiples() local
1276 while ((oppPtT = oppPtT->next()) != oppStartPtT) { in moveMultiples()
1277 SkOpSegment* oppPtTSegment = oppPtT->segment(); in moveMultiples()