Home
last modified time | relevance | path

Searched refs:fOppPtTStart (Results 1 – 4 of 4) sorted by relevance

/external/skia/src/pathops/
DSkOpCoincidence.cpp20 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 …]
DSkPathOpsDebug.cpp1125 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 …]
DSkOpCoincidence.h20 SkOpPtT* fOppPtTStart; member
/external/skia/tests/
DPathOpsDebug.cpp1173 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()