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

  /external/skia/src/pathops/
SkPathOpsCubic.cpp 164 int oddManMask = other_two(end1, end2);
165 int oddMan = end1 ^ oddManMask;
167 int oddMan2 = end2 ^ oddManMask;
  /external/skqp/src/pathops/
SkPathOpsCubic.cpp 164 int oddManMask = other_two(end1, end2);
165 int oddMan = end1 ^ oddManMask;
167 int oddMan2 = end2 ^ oddManMask;

Completed in 969 milliseconds