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

  /external/skia/src/pathops/
SkOpCoincidence.cpp 699 const SkOpPtT* ceExisting = !ce ? coinSeg->existing(coinTe, nullptr) : nullptr;
700 FAIL_IF(csExisting && csExisting == ceExisting);
702 // csExisting->contains(ceExisting ? ceExisting : ce)));
703 FAIL_IF(ceExisting && (ceExisting == cs ||
704 ceExisting->contains(csExisting ? csExisting : cs)));
    [all...]
SkPathOpsDebug.cpp     [all...]

Completed in 2979 milliseconds