Searched refs:xFixedCeil (Results 1 – 3 of 3) sorted by relevance
40 bounds->x2 = xFixedToInt(xFixedCeil(points->x)); in miPointFixedBounds()42 bounds->y2 = xFixedToInt(xFixedCeil(points->y)); in miPointFixedBounds()47 INT16 x2 = xFixedToInt(xFixedCeil(points->x)); in miPointFixedBounds()49 INT16 y2 = xFixedToInt(xFixedCeil(points->y)); in miPointFixedBounds()
65 y2 = xFixedToInt(xFixedCeil(traps->bottom)); in miTrapezoidBounds()74 x2 = xFixedToInt(xFixedCeil in miTrapezoidBounds()
206 #define xFixedCeil(f) pixman_fixed_ceil(f) macro