HomeSort by relevance Sort by last modified time
    Searched refs:oppStart (Results 1 - 4 of 4) sorted by null

  /external/skia/src/pathops/
SkPathOpsTSect.h 138 int hullsIntersect(SkTSpan<OppCurve, TCurve>* span, bool* start, bool* oppStart);
159 bool* oppStart, bool* ptsInCommon);
196 int hullCheck(const SkTSpan<OppCurve, TCurve>* opp, bool* start, bool* oppStart);
520 bool* start, bool* oppStart) {
525 if (onlyEndPointsInCommon(opp, start, oppStart, &ptsInCommon)) {
548 bool* start, bool* oppStart) {
552 int hullSect = this->hullCheck(opp, start, oppStart);
556 hullSect = opp->hullCheck(this, oppStart, start);
659 bool* start, bool* oppStart, bool* ptsInCommon) {
661 *start = *oppStart = true
    [all...]
SkOpCoincidence.cpp 314 SkOpPtT* oppStart = writableSeg->addT(t);
315 if (oppStart == testPtT) {
319 oppStart->span()->addOpp(writableBase);
320 if (oppStart->deleted()) {
324 SkOpSegment* oppSeg = oppStart->segment();
329 oppTs = oppStart->fT;
333 coinTs = oppStart->fT;
    [all...]
SkPathOpsDebug.cpp 924 const SkOpPtT* oppStart = prior->ptT();
    [all...]
SkOpSegment.cpp     [all...]

Completed in 570 milliseconds