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

  /external/skia/src/pathops/
SkOpSegment.h 41 bool activeOp(SkOpSpanBase* start, SkOpSpanBase* end, int xorMiMask, int xorSuMask,
43 bool activeOp(int xorMiMask, int xorSuMask, SkOpSpanBase* start, SkOpSpanBase* end, SkPathOp op,
SkOpSegment.cpp 105 bool SkOpSegment::activeOp(SkOpSpanBase* start, SkOpSpanBase* end, int xorMiMask, int xorSuMask,
116 return this->activeOp(xorMiMask, xorSuMask, start, end, op, &sumMiWinding, &sumSuWinding);
119 bool SkOpSegment::activeOp(int xorMiMask, int xorSuMask, SkOpSpanBase* start, SkOpSpanBase* end,
682 bool activeAngle = nextSegment->activeOp(xorMiMask, xorSuMask, nextAngle->start(),
    [all...]
SkPathOpsOp.cpp 100 if (current->activeOp(start, end, xorMask, xorOpMask, op)) {
  /external/skia/tools/
pathops_visualizer.htm 508 : line.lastIndexOf("activeOp", 0) === 0 ? REC_TYPE_ACTIVE_OP
556 found = match_regexp(line, lineNo, record, ACTIVE_OP, "activeOp" +
    [all...]

Completed in 1225 milliseconds