Searched refs:CLIP_TOP (Results 1 – 4 of 4) sorted by relevance
34 CLIP_TOP = 1 << 1, enumerator
26 ((v.y > v.w) ? CLIP_TOP : 0) | in computeClipFlags()46 if(clipFlagsOr & CLIP_TOP) clipTop(polygon); in clip()
35 ((v.y > v.w) ? CLIP_TOP : 0) | in computeClipFlags()55 if(clipFlagsOr & CLIP_TOP) clipTop(polygon); in clip()