Searched refs:xFixedToInt (Results 1 – 5 of 5) sorted by relevance
39 bounds->x1 = xFixedToInt(points->x); in miPointFixedBounds()40 bounds->x2 = xFixedToInt(xFixedCeil(points->x)); in miPointFixedBounds()41 bounds->y1 = xFixedToInt(points->y); in miPointFixedBounds()42 bounds->y2 = xFixedToInt(xFixedCeil(points->y)); in miPointFixedBounds()46 INT16 x1 = xFixedToInt(points->x); in miPointFixedBounds()47 INT16 x2 = xFixedToInt(xFixedCeil(points->x)); in miPointFixedBounds()48 INT16 y1 = xFixedToInt(points->y); in miPointFixedBounds()49 INT16 y2 = xFixedToInt(xFixedCeil(points->y)); in miPointFixedBounds()
61 y1 = xFixedToInt(traps->top); in miTrapezoidBounds()65 y2 = xFixedToInt(xFixedCeil(traps->bottom)); in miTrapezoidBounds()69 x1 = xFixedToInt(min(miLineFixedX(&traps->left, traps->top, FALSE), in miTrapezoidBounds()74 x2 = xFixedToInt(xFixedCeil in miTrapezoidBounds()
232 w = xFixedToInt(params[0]); in convolutionFilterValidateParams()233 h = xFixedToInt(params[1]); in convolutionFilterValidateParams()
199 #define xFixedToInt(f) pixman_fixed_to_int(f) macro
89 #define xFixedToFloat(_val_) ((float)xFixedToInt(_val_) \