Searched refs:CLIP_BOTTOM (Results 1 – 4 of 4) sorted by relevance
37 CLIP_BOTTOM = 1 << 4, enumerator
29 ((v.y < -v.w) ? CLIP_BOTTOM : 0) | in computeClipFlags()48 if(clipFlagsOr & CLIP_BOTTOM) clipBottom(polygon); in clip()
38 ((v.y < -v.w) ? CLIP_BOTTOM : 0) | in computeClipFlags()57 if(clipFlagsOr & CLIP_BOTTOM) clipBottom(polygon); in clip()