Searched refs:applyFillType (Results 1 – 3 of 3) sorted by relevance
152 bool prevFilled = leftEnclosingEdge && this->applyFillType(leftEnclosingEdge->fWinding); in removeNonBoundaryEdges()156 bool filled = this->applyFillType(e->fWinding); in removeNonBoundaryEdges()572 bool down = this->applyFillType(e->fWinding); in extractBoundary()
139 bool applyFillType(int winding) const;
519 bool GrTriangulator::applyFillType(int winding) const { in applyFillType() function in GrTriangulator