Home
last modified time | relevance | path

Searched refs:IsXDecreasingOctant (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/xserver/mi/
H A Dmizerclip.c484 negslope = IsXDecreasingOctant(octant); in miZeroClipLine()
535 negslope = IsXDecreasingOctant(octant); in miZeroClipLine()
H A Dmiline.h147 #define IsXDecreasingOctant(_octant) ((_octant) & XDECREASING) macro