Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/mi/
H A Dmizerclip.c462 negslope = IsYDecreasingOctant(octant); in miZeroClipLine()
506 negslope = IsYDecreasingOctant(octant); in miZeroClipLine()
H A Dmiline.h148 #define IsYDecreasingOctant(_octant) ((_octant) & YDECREASING) macro