Searched refs:xFixedCeil (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/xorg-server/dist/render/
H A Dmitri.c40 bounds->x2 = xFixedToInt(xFixedCeil(points->x));
42 bounds->y2 = xFixedToInt(xFixedCeil(points->y));
47 INT16 x2 = xFixedToInt(xFixedCeil(points->x));
49 INT16 y2 = xFixedToInt(xFixedCeil(points->y));
H A Dmitrap.c65 y2 = xFixedToInt(xFixedCeil(traps->bottom));
74 x2 = xFixedToInt(xFixedCeil
H A Dpicture.h206 #define xFixedCeil(f) pixman_fixed_ceil(f) macro
/xsrc/external/mit/xorg-server.old/dist/render/
H A Dmitri.c40 bounds->x2 = xFixedToInt (xFixedCeil (points->x));
42 bounds->y2 = xFixedToInt (xFixedCeil (points->y));
48 INT16 x2 = xFixedToInt (xFixedCeil (points->x));
50 INT16 y2 = xFixedToInt (xFixedCeil (points->y));
H A Dmitrap.c114 y2 = xFixedToInt (xFixedCeil (traps->bottom));
123 x2 = xFixedToInt (xFixedCeil (max (miLineFixedX (&traps->right, traps->top, TRUE),
H A Dpicture.h205 #define xFixedCeil(f) pixman_fixed_ceil(f) macro

Completed in 6 milliseconds