Searched refs:xFixedToInt (Results 1 - 21 of 21) sorted by relevance
| /xsrc/external/mit/xorg-server/dist/render/ |
| H A D | mitri.c | 39 bounds->x1 = xFixedToInt(points->x); 40 bounds->x2 = xFixedToInt(xFixedCeil(points->x)); 41 bounds->y1 = xFixedToInt(points->y); 42 bounds->y2 = xFixedToInt(xFixedCeil(points->y)); 46 INT16 x1 = xFixedToInt(points->x); 47 INT16 x2 = xFixedToInt(xFixedCeil(points->x)); 48 INT16 y1 = xFixedToInt(points->y); 49 INT16 y2 = xFixedToInt(xFixedCeil(points->y));
|
| H A D | mitrap.c | 61 y1 = xFixedToInt(traps->top); 65 y2 = xFixedToInt(xFixedCeil(traps->bottom)); 69 x1 = xFixedToInt(min(miLineFixedX(&traps->left, traps->top, FALSE), 74 x2 = xFixedToInt(xFixedCeil
|
| H A D | picture.h | 199 #define xFixedToInt(f) pixman_fixed_to_int(f) macro
|
| H A D | filter.c | 232 w = xFixedToInt(params[0]); 233 h = xFixedToInt(params[1]);
|
| /xsrc/external/mit/xorg-server.old/dist/render/ |
| H A D | mitri.c | 39 bounds->x1 = xFixedToInt (points->x); 40 bounds->x2 = xFixedToInt (xFixedCeil (points->x)); 41 bounds->y1 = xFixedToInt (points->y); 42 bounds->y2 = xFixedToInt (xFixedCeil (points->y)); 47 INT16 x1 = xFixedToInt (points->x); 48 INT16 x2 = xFixedToInt (xFixedCeil (points->x)); 49 INT16 y1 = xFixedToInt (points->y); 50 INT16 y2 = xFixedToInt (xFixedCeil (points->y));
|
| H A D | mitrap.c | 110 y1 = xFixedToInt (traps->top); 114 y2 = xFixedToInt (xFixedCeil (traps->bottom)); 118 x1 = xFixedToInt (min (miLineFixedX (&traps->left, traps->top, FALSE), 123 x2 = xFixedToInt (xFixedCeil (max (miLineFixedX (&traps->right, traps->top, TRUE),
|
| H A D | picture.h | 198 #define xFixedToInt(f) pixman_fixed_to_int(f) macro
|
| H A D | filter.c | 234 w = xFixedToInt (params[0]); 235 h = xFixedToInt (params[1]);
|
| H A D | mipict.c | 374 int tx = xFixedToInt (t.vector[0]); 375 int ty = xFixedToInt (t.vector[1]);
|
| /xsrc/external/mit/xf86-video-r128/dist/src/ |
| H A D | r128_exa_render.c | 683 srcX = xFixedToInt(v.vector[0]); 684 srcY = xFixedToInt(v.vector[1]); 689 srcXend = xFixedToInt(v.vector[0]); 690 srcYend = xFixedToInt(v.vector[1]); 697 maskX = xFixedToInt(v.vector[0]); 698 maskY = xFixedToInt(v.vector[1]); 703 maskXend = xFixedToInt(v.vector[0]); 704 maskYend = xFixedToInt(v.vector[1]);
|
| /xsrc/external/mit/xf86-video-nouveau/dist/src/ |
| H A D | nv_type.h | 245 ((float)xFixedToInt((v)) + ((float)xFixedFrac(v) / 65536.0))
|
| /xsrc/external/mit/xf86-video-siliconmotion/dist/src/ |
| H A D | smi_exa.c | 704 WRITE_DPR(pSmi, 0x00, (xFixedToInt(v.vector[0]) << 16) + (xFixedToInt(v.vector[1]) & 0xFFFF));
|
| /xsrc/external/mit/xf86-video-mach64/dist/src/ |
| H A D | atimach64render.c | 851 srcvert[i].x = xFixedToInt(v.vector[0]); 852 srcvert[i].y = xFixedToInt(v.vector[1]);
|
| /xsrc/external/mit/xf86-video-intel-old/dist/src/ |
| H A D | i830_uxa.c | 370 ((float)xFixedToInt(val) + ((float)xFixedFrac(val) / 65536.0))
|
| /xsrc/external/mit/xf86-video-intel/dist/src/uxa/ |
| H A D | uxa-render.c | 731 *tx = xFixedToInt(t->matrix[0][2]); 732 *ty = xFixedToInt(t->matrix[1][2]);
|
| H A D | intel_uxa.c | 479 ((float)xFixedToInt(val) + ((float)xFixedFrac(val) / 65536.0))
|
| /xsrc/external/mit/xf86-video-intel-2014/dist/src/uxa/ |
| H A D | uxa-render.c | 731 *tx = xFixedToInt(t->matrix[0][2]); 732 *ty = xFixedToInt(t->matrix[1][2]);
|
| H A D | intel_uxa.c | 454 ((float)xFixedToInt(val) + ((float)xFixedFrac(val) / 65536.0))
|
| /xsrc/external/mit/xf86-video-qxl/dist/src/uxa/ |
| H A D | uxa-render.c | 721 *tx = xFixedToInt(t->matrix[0][2]); 722 *ty = xFixedToInt(t->matrix[1][2]);
|
| /xsrc/external/mit/xorg-server/dist/glamor/ |
| H A D | glamor_utils.h | 89 #define xFixedToFloat(_val_) ((float)xFixedToInt(_val_) \
|
| /xsrc/external/mit/xf86-video-geode/dist/src/ |
| H A D | lx_exa.c | 51 #define I(x) xFixedToInt(x)
|
Completed in 26 milliseconds