Searched refs:IntToxFixed (Results 1 - 19 of 19) sorted by relevance

/xsrc/external/mit/xf86-video-intel/dist/src/sna/
H A Dsna_transform.c59 if (t->matrix[0][0] != IntToxFixed(1) ||
62 t->matrix[1][1] != IntToxFixed(1) ||
65 t->matrix[2][2] != IntToxFixed(1))
81 if (t->matrix[0][0] != IntToxFixed(1) ||
84 t->matrix[1][1] != IntToxFixed(1) ||
87 t->matrix[2][2] != IntToxFixed(1))
116 if (t->matrix[0][0] != IntToxFixed(1) ||
119 t->matrix[1][1] != IntToxFixed(1) ||
122 t->matrix[2][2] != IntToxFixed(1)) {
138 if (f > IntToxFixed(
[all...]
/xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/
H A Dsna_transform.c59 if (t->matrix[0][0] != IntToxFixed(1) ||
62 t->matrix[1][1] != IntToxFixed(1) ||
65 t->matrix[2][2] != IntToxFixed(1))
81 if (t->matrix[0][0] != IntToxFixed(1) ||
84 t->matrix[1][1] != IntToxFixed(1) ||
87 t->matrix[2][2] != IntToxFixed(1))
116 if (t->matrix[0][0] != IntToxFixed(1) ||
119 t->matrix[1][1] != IntToxFixed(1) ||
122 t->matrix[2][2] != IntToxFixed(1)) {
138 if (f > IntToxFixed(
[all...]
/xsrc/external/mit/xf86-video-r128/dist/src/
H A Dr128_exa_render.c90 return t->matrix[2][0] == 0 && t->matrix[2][1] == 0 && t->matrix[2][2] == IntToxFixed(1);
679 v.vector[0] = IntToxFixed(srcX);
680 v.vector[1] = IntToxFixed(srcY);
685 v.vector[0] = IntToxFixed(srcXend);
686 v.vector[1] = IntToxFixed(srcYend);
693 v.vector[0] = IntToxFixed(maskX);
694 v.vector[1] = IntToxFixed(maskY);
699 v.vector[0] = IntToxFixed(maskXend);
700 v.vector[1] = IntToxFixed(maskYend);
/xsrc/external/mit/xf86-video-ati/dist/src/
H A Dradeon_exa_render.c2328 srcTopLeft.x = IntToxFixed(srcX);
2329 srcTopLeft.y = IntToxFixed(srcY);
2330 srcTopRight.x = IntToxFixed(srcX + w);
2331 srcTopRight.y = IntToxFixed(srcY);
2332 srcBottomLeft.x = IntToxFixed(srcX);
2333 srcBottomLeft.y = IntToxFixed(srcY + h);
2334 srcBottomRight.x = IntToxFixed(srcX + w);
2335 srcBottomRight.y = IntToxFixed(srcY + h);
2347 maskTopLeft.x = IntToxFixed(maskX);
2348 maskTopLeft.y = IntToxFixed(mask
[all...]
H A Dradeon_exa.c194 return t->matrix[2][0] == 0 && t->matrix[2][1] == 0 && t->matrix[2][2] == IntToxFixed(1);
/xsrc/external/mit/xf86-video-ati-kms/dist/src/
H A Dradeon_exa_render.c2215 srcTopLeft.x = IntToxFixed(srcX);
2216 srcTopLeft.y = IntToxFixed(srcY);
2217 srcTopRight.x = IntToxFixed(srcX + w);
2218 srcTopRight.y = IntToxFixed(srcY);
2219 srcBottomLeft.x = IntToxFixed(srcX);
2220 srcBottomLeft.y = IntToxFixed(srcY + h);
2221 srcBottomRight.x = IntToxFixed(srcX + w);
2222 srcBottomRight.y = IntToxFixed(srcY + h);
2234 maskTopLeft.x = IntToxFixed(maskX);
2235 maskTopLeft.y = IntToxFixed(mask
[all...]
H A Dradeon_exa.c156 return t->matrix[2][0] == 0 && t->matrix[2][1] == 0 && t->matrix[2][2] == IntToxFixed(1);
/xsrc/external/mit/xorg-server.old/dist/render/
H A Dpicture.h199 #define IntToxFixed(i) pixman_int_to_fixed(i) macro
H A Dmipict.c369 t.vector[0] = IntToxFixed (points[i].x);
370 t.vector[1] = IntToxFixed (points[i].y);
/xsrc/external/mit/xorg-server/dist/render/
H A Dpicture.h200 #define IntToxFixed(i) pixman_int_to_fixed(i) macro
/xsrc/external/mit/xorg-server.old/dist/randr/
H A Drrtransform.c119 #define F(x) IntToxFixed(x)
/xsrc/external/mit/xorg-server/dist/randr/
H A Drrtransform.c114 #define F(x) IntToxFixed(x)
/xsrc/external/mit/xf86-video-siliconmotion/dist/src/
H A Dsmi_exa.c693 v.vector[0] = IntToxFixed(srcX);
694 v.vector[1] = IntToxFixed(srcY);
/xsrc/external/mit/xf86-video-mach64/dist/src/
H A Datimach64render.c847 v.vector[0] = IntToxFixed(srcvert[i].x);
848 v.vector[1] = IntToxFixed(srcvert[i].y);
/xsrc/external/mit/xf86-video-intel/dist/src/uxa/
H A Duxa-render.c718 if (t->matrix[0][0] != IntToxFixed(1) ||
721 t->matrix[1][1] != IntToxFixed(1) ||
724 t->matrix[2][2] != IntToxFixed(1))
/xsrc/external/mit/xf86-video-intel-2014/dist/src/uxa/
H A Duxa-render.c718 if (t->matrix[0][0] != IntToxFixed(1) ||
721 t->matrix[1][1] != IntToxFixed(1) ||
724 t->matrix[2][2] != IntToxFixed(1))
/xsrc/external/mit/xf86-video-qxl/dist/src/uxa/
H A Duxa-render.c708 if (t->matrix[0][0] != IntToxFixed(1) ||
711 t->matrix[1][1] != IntToxFixed(1) ||
714 t->matrix[2][2] != IntToxFixed(1))
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/modes/
H A Dxf86Rotate.c70 #define F(x) IntToxFixed(x)
/xsrc/external/mit/xf86-video-geode/dist/src/
H A Dlx_exa.c50 #define F(x) IntToxFixed(x)

Completed in 27 milliseconds