Searched refs:noSkip (Results 1 – 1 of 1) sorted by relevance
211 bool noSkip = (origATail == chainA.tail()); in DoConcat() local212 SkASSERT(noSkip == (skipBounds == SkRectPriv::MakeLargestInverted())); in DoConcat()213 bool canBackwardMerge = noSkip || can_reorder(chainB.head()->bounds(), skipBounds); in DoConcat()