Searched refs:fOppPtTStart (Results 1 – 4 of 4) sorted by relevance
/external/skia/src/pathops/ |
D | SkOpCoincidence.cpp | 20 if (coinRec->fOppPtTStart->segment() != oppPtTStart->segment()) { in extend() 31 coinRec->fOppPtTStart = oppPtTStart; in extend() 51 coinRec->fOppPtTStart = oppPtTStart; in add() 81 SkOpPtT* oStartPtT = coin->fOppPtTStart; in addExpanded() 150 && check->fOppPtTStart->span() == outer->fOppPtTStart->span()) { in addIfMissing() 158 && check->fOppPtTStart->span() == over1s->span()) { in addIfMissing() 189 const SkOpSegment* checkOppSeg = check->fOppPtTStart->segment(); in addIfMissing() 204 + (int) between(check->fOppPtTStart->fT, oTs, check->fOppPtTEnd->fT) in addIfMissing() 205 + (int) between(check->fOppPtTStart->fT, oTe, check->fOppPtTEnd->fT); in addIfMissing() 246 const SkOpSegment* outerOpp = outer->fOppPtTStart->segment(); in addMissing() [all …]
|
D | SkPathOpsDebug.cpp | 1125 const SkOpPtT* oStartPtT = coin->fOppPtTStart; in debugAddExpanded() 1184 && check->fOppPtTStart->span() == outer->fOppPtTStart->span()) { in debugAddIfMissing() 1192 && check->fOppPtTStart->span() == over1s->span()) { in debugAddIfMissing() 1222 checkOppSeg = check->fOppPtTStart->segment(); in debugAddIfMissing() 1238 + (int) between(check->fOppPtTStart->fT, oTs, check->fOppPtTEnd->fT) in debugAddIfMissing() 1239 + (int) between(check->fOppPtTStart->fT, oTe, check->fOppPtTEnd->fT); in debugAddIfMissing() 1274 const SkOpSegment* outerOpp = outer->fOppPtTStart->segment(); in debugAddMissing() 1281 const SkOpSegment* innerOpp = inner->fOppPtTStart->segment(); in debugAddMissing() 1288 outer->fOppPtTStart, outer->fOppPtTEnd, in debugAddMissing() 1289 inner->fOppPtTStart, inner->fOppPtTEnd)) { in debugAddMissing() [all …]
|
D | SkOpCoincidence.h | 20 SkOpPtT* fOppPtTStart; member
|
/external/skia/tests/ |
D | PathOpsDebug.cpp | 1173 SkDebugf("+ seg=%d span=%d ptT=%d ", fOppPtTStart->segment()->debugID(), in dump() 1174 fOppPtTStart->span()->debugID(), fOppPtTStart->debugID()); in dump() 1175 fOppPtTStart->dumpBase(); in dump() 1178 if (fOppPtTStart->segment()->operand()) { in dump() 1181 if (fOppPtTStart->segment()->isXor()) { in dump()
|