Searched refs:evenOddFill (Results 1 – 2 of 2) sorted by relevance
2993 bool evenOddFill = SkPathFillType::kEvenOdd == this->getFillType() in contains() local2995 if (evenOddFill) { in contains()3004 if ((onCurveCount & 1) || evenOddFill) { in contains()
3612 bool evenOddFill = SkPath::kEvenOdd_FillType == this->getFillType() in contains() local3614 if (evenOddFill) { in contains()3623 if ((onCurveCount & 1) || evenOddFill) { in contains()