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

  /external/skia/fuzz/
FuzzPathop.cpp 64 uint8_t stragglerOp;
65 fuzz->next(&stragglerOp);
69 builder.add(path, static_cast<SkPathOp>(stragglerOp % (kLastOp + 1)));
  /external/skqp/fuzz/
FuzzPathop.cpp 64 uint8_t stragglerOp;
65 fuzz->next(&stragglerOp);
69 builder.add(path, static_cast<SkPathOp>(stragglerOp % (kLastOp + 1)));

Completed in 59 milliseconds