Home
last modified time | relevance | path

Searched refs:xFixedToInt (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/external/xserver/render/
H A Dmitri.c39 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()
H A Dmitrap.c61 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()
H A Dfilter.c232 w = xFixedToInt(params[0]); in convolutionFilterValidateParams()
233 h = xFixedToInt(params[1]); in convolutionFilterValidateParams()
H A Dpicture.h199 #define xFixedToInt(f) pixman_fixed_to_int(f) macro
/OK3568_Linux_fs/external/xserver/glamor/
H A Dglamor_utils.h89 #define xFixedToFloat(_val_) ((float)xFixedToInt(_val_) \