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

  /external/skia/src/pathops/
SkOpSegment.cpp 45 SkOpAngle* SkOpSegment::activeAngle(SkOpSpanBase* start, SkOpSpanBase** startPtr,
583 bool activeAngle = nextSegment->activeOp(xorMiMask, xorSuMask, nextAngle->start(),
585 if (activeAngle) {
595 if (!activeAngle) {
679 bool activeAngle = nextSegment->activeWinding(nextAngle->start(), nextAngle->end(),
681 if (activeAngle) {
691 if (!activeAngle) {
    [all...]
SkPathOpsCommon.cpp 111 if (SkOpAngle* last = segment->activeAngle(*startPtr, startPtr, endPtr, &done)) {
SkPathOpsOp.cpp 23 if (SkOpAngle* last = segment->activeAngle(*startPtr, startPtr, endPtr, &done)) {
SkOpSegment.h 30 SkOpAngle* activeAngle(SkOpSpanBase* start, SkOpSpanBase** startPtr, SkOpSpanBase** endPtr,

Completed in 69 milliseconds