Home
last modified time | relevance | path

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

/external/skia/src/pathops/
DSkOpCoincidence.h33 SkOpPtT* oppPtTEnd, SkChunkAlloc* allocator);
38 SkOpPtT* oppPtTEnd, bool flipped);
44 SkOpPtT* oppPtTEnd);
52 SkOpPtT* oppPtTStart, const SkOpPtT* oppPtTEnd,
DSkOpCoincidence.cpp12 SkOpPtT* oppPtTEnd) { in extend() argument
35 coinRec->fOppPtTEnd = oppPtTEnd; in extend()
44 SkOpPtT* oppPtTEnd, SkChunkAlloc* allocator) { in add() argument
46 bool flipped = oppPtTStart->fT > oppPtTEnd->fT; in add()
52 coinRec->fOppPtTEnd = oppPtTEnd; in add()
71 SkOpPtT* oppPtTStart, const SkOpPtT* oppPtTEnd, SkChunkAlloc* allocator) { in addIfMissing() argument
74 t_range(over2s, over2e, tStart, tEnd, oppPtTStart, oppPtTEnd, &oppTs, &oppTe); in addIfMissing()
176 SkOpPtT* oppPtTEnd, bool flipped) { in contains() argument
183 && coin->fOppPtTStart == oppPtTStart && coin->fOppPtTEnd == oppPtTEnd in contains()
DSkPathOpsPostSect.cpp342 SkOpPtT* oppPtTEnd, bool flipped, SkChunkAlloc* allocator) { in add() argument
345 SkOpSpanBase* oppEnd = oppPtTEnd->span(); in add()
348 SkOpSpan* oppStart = (flipped ? oppPtTEnd : oppPtTStart)->span()->upCast(); in add()
356 coinRec->fOppPtTEnd = oppPtTEnd; in add()
362 SkOpPtT* oppPtTEnd, bool flipped) { in contains() argument
369 && coin->fOppPtTStart == oppPtTStart && coin->fOppPtTEnd == oppPtTEnd in contains()