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