OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IntToxFixed
(Results
1 - 19
of
19
) sorted by relevancy
/xsrc/external/mit/xf86-video-intel/dist/src/sna/
sna_transform.c
59
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
(1)/4 && f < IntToxFixed(3)/4)
[
all
...]
/xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/
sna_transform.c
59
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
(1)/4 && f < IntToxFixed(3)/4)
[
all
...]
/xsrc/external/mit/xf86-video-r128/dist/src/
r128_exa_render.c
90
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/
radeon_exa_render.c
2328
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
(maskY)
[
all
...]
radeon_exa.c
194
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/
radeon_exa_render.c
2215
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
(maskY)
[
all
...]
radeon_exa.c
156
return t->matrix[2][0] == 0 && t->matrix[2][1] == 0 && t->matrix[2][2] ==
IntToxFixed
(1);
/xsrc/external/mit/xorg-server/dist/render/
picture.h
203
#define
IntToxFixed
(i) pixman_int_to_fixed(i)
/xsrc/external/mit/xorg-server.old/dist/render/
picture.h
199
#define
IntToxFixed
(i) pixman_int_to_fixed(i)
mipict.c
369
t.vector[0] =
IntToxFixed
(points[i].x);
370
t.vector[1] =
IntToxFixed
(points[i].y);
/xsrc/external/mit/xorg-server/dist/randr/
rrtransform.c
114
#define F(x)
IntToxFixed
(x)
/xsrc/external/mit/xorg-server.old/dist/randr/
rrtransform.c
119
#define F(x)
IntToxFixed
(x)
/xsrc/external/mit/xf86-video-siliconmotion/dist/src/
smi_exa.c
693
v.vector[0] =
IntToxFixed
(srcX);
694
v.vector[1] =
IntToxFixed
(srcY);
/xsrc/external/mit/xf86-video-mach64/dist/src/
atimach64render.c
846
v.vector[0] =
IntToxFixed
(srcvert[i].x);
847
v.vector[1] =
IntToxFixed
(srcvert[i].y);
/xsrc/external/mit/xf86-video-intel/dist/src/uxa/
uxa-render.c
718
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/
uxa-render.c
718
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/
uxa-render.c
708
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/
xf86Rotate.c
70
#define F(x)
IntToxFixed
(x)
/xsrc/external/mit/xf86-video-geode/dist/src/
lx_exa.c
50
#define F(x)
IntToxFixed
(x)
Completed in 48 milliseconds
Indexes created Thu Jul 16 00:26:27 UTC 2026