Searched refs:addExpanded (Results 1 – 10 of 10) sorted by relevance
236 if (!coincidence->addExpanded(DEBUG_PHASE_ONLY_PARAMS(kIntersecting))) { in HandleCoincidence()275 if (!coincidence->addExpanded(DEBUG_COIN_ONLY_PARAMS())) { in HandleCoincidence()284 if (!coincidence->addExpanded(DEBUG_PHASE_ONLY_PARAMS(kWalking))) { in HandleCoincidence()292 if (!coincidence->addExpanded(DEBUG_COIN_ONLY_PARAMS())) { in HandleCoincidence()
151 bool addExpanded(DEBUG_COIN_DECLARE_ONLY_PARAMS());
432 bool SkOpCoincidence::addExpanded(DEBUG_COIN_DECLARE_ONLY_PARAMS()) { in addExpanded() function in SkOpCoincidence493 bool success = addToOpp ? oSeg->addExpanded( in addExpanded()495 : seg->addExpanded( in addExpanded()
69 bool addExpanded(double newT, const SkOpSpanBase* test, bool* startOver);
229 bool SkOpSegment::addExpanded(double newT, const SkOpSpanBase* test, bool* startOver) { in addExpanded() function in SkOpSegment