Searched refs:IsXDecreasingOctant (Results 1 – 2 of 2) sorted by relevance
484 negslope = IsXDecreasingOctant(octant); in miZeroClipLine()535 negslope = IsXDecreasingOctant(octant); in miZeroClipLine()
147 #define IsXDecreasingOctant(_octant) ((_octant) & XDECREASING) macro