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

  /external/skia/src/pathops/
SkOpCoincidence.cpp 453 const SkOpPtT* containedOpp = test->ptT()->contains(oSeg);
455 if (!containedOpp || !containedThis) {
458 if (containedOpp) {
460 oNextT = containedOpp->fT;
485 bool addToOpp = !containedOpp && !containedThis ? startPart < oStartPart
    [all...]
SkPathOpsDebug.cpp     [all...]

Completed in 196 milliseconds