Searched refs:oppPtTStart (Results 1 – 3 of 3) sorted by relevance
/external/skia/src/pathops/ |
D | SkOpCoincidence.h | 41 void add(SkOpPtT* coinPtTStart, SkOpPtT* coinPtTEnd, SkOpPtT* oppPtTStart, 47 const SkOpPtT* oppPtTStart, const SkOpPtT* oppPtTEnd, bool flipped) const; 85 bool extend(SkOpPtT* coinPtTStart, SkOpPtT* coinPtTEnd, SkOpPtT* oppPtTStart, 104 SkOpPtT* oppPtTStart, const SkOpPtT* oppPtTEnd, 114 SkOpPtT* oppPtTStart, const SkOpPtT* oppPtTEnd) const;
|
D | SkOpCoincidence.cpp | 11 bool SkOpCoincidence::extend(SkOpPtT* coinPtTStart, SkOpPtT* coinPtTEnd, SkOpPtT* oppPtTStart, in extend() argument 20 if (coinRec->fOppPtTStart->segment() != oppPtTStart->segment()) { in extend() 31 coinRec->fOppPtTStart = oppPtTStart; in extend() 43 void SkOpCoincidence::add(SkOpPtT* coinPtTStart, SkOpPtT* coinPtTEnd, SkOpPtT* oppPtTStart, in add() argument 46 bool flipped = oppPtTStart->fT > oppPtTEnd->fT; in add() 51 coinRec->fOppPtTStart = oppPtTStart; in add() 176 SkOpPtT* oppPtTStart, const SkOpPtT* oppPtTEnd, SkChunkAlloc* allocator) { in addIfMissing() argument 179 t_range(over2s, over2e, tStart, tEnd, oppPtTStart, oppPtTEnd, &oppTs, &oppTe); in addIfMissing() 181 SkOpSegment* oppSeg = oppPtTStart->segment(); in addIfMissing() 354 const SkOpPtT* oppPtTStart, const SkOpPtT* oppPtTEnd, bool flipped) const { in contains() argument [all …]
|
D | SkPathOpsDebug.cpp | 1207 SkOpPtT* oppPtTStart, const SkOpPtT* oppPtTEnd) const { in debugAddIfMissing() argument 1210 t_range(over2s, over2e, tStart, tEnd, oppPtTStart, oppPtTEnd, &oppTs, &oppTe); in debugAddIfMissing() 1212 const SkOpSegment* oppSeg = oppPtTStart->segment(); in debugAddIfMissing()
|