Searched refs:clipFar (Results 1 – 2 of 2) sorted by relevance
64 void clipFar(Polygon &polygon);
49 if(clipFlagsOr & CLIP_FAR) clipFar(polygon); in clip()121 void Clipper::clipFar(Polygon &polygon) in clipFar() function in sw::Clipper