HomeSort by: relevance | last modified time | path
    Searched refs:xFixedToInt (Results 1 - 21 of 21) sorted by relevancy

  /xsrc/external/mit/xorg-server/dist/render/
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));
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
picture.h 202 #define xFixedToInt(f) pixman_fixed_to_int(f)
filter.c 232 w = xFixedToInt(params[0]);
233 h = xFixedToInt(params[1]);
  /xsrc/external/mit/xorg-server.old/dist/render/
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));
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),
picture.h 198 #define xFixedToInt(f) pixman_fixed_to_int(f)
filter.c 234 w = xFixedToInt (params[0]);
235 h = xFixedToInt (params[1]);
mipict.c 374 int tx = xFixedToInt (t.vector[0]);
375 int ty = xFixedToInt (t.vector[1]);
  /xsrc/external/mit/xf86-video-r128/dist/src/
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/
nv_type.h 245 ((float)xFixedToInt((v)) + ((float)xFixedFrac(v) / 65536.0))
  /xsrc/external/mit/xf86-video-siliconmotion/dist/src/
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/
atimach64render.c 850 srcvert[i].x = xFixedToInt(v.vector[0]);
851 srcvert[i].y = xFixedToInt(v.vector[1]);
  /xsrc/external/mit/xf86-video-intel-old/dist/src/
i830_uxa.c 370 ((float)xFixedToInt(val) + ((float)xFixedFrac(val) / 65536.0))
  /xsrc/external/mit/xf86-video-intel/dist/src/uxa/
uxa-render.c 731 *tx = xFixedToInt(t->matrix[0][2]);
732 *ty = xFixedToInt(t->matrix[1][2]);
intel_uxa.c 479 ((float)xFixedToInt(val) + ((float)xFixedFrac(val) / 65536.0))
  /xsrc/external/mit/xf86-video-intel-2014/dist/src/uxa/
uxa-render.c 731 *tx = xFixedToInt(t->matrix[0][2]);
732 *ty = xFixedToInt(t->matrix[1][2]);
intel_uxa.c 454 ((float)xFixedToInt(val) + ((float)xFixedFrac(val) / 65536.0))
  /xsrc/external/mit/xf86-video-qxl/dist/src/uxa/
uxa-render.c 721 *tx = xFixedToInt(t->matrix[0][2]);
722 *ty = xFixedToInt(t->matrix[1][2]);
  /xsrc/external/mit/xorg-server/dist/glamor/
glamor_utils.h 89 #define xFixedToFloat(_val_) ((float)xFixedToInt(_val_) \
  /xsrc/external/mit/xf86-video-geode/dist/src/
lx_exa.c 51 #define I(x) xFixedToInt(x)

Completed in 26 milliseconds