Searched refs:xFixed (Results 1 - 25 of 36) sorted by relevance

12

/xsrc/external/mit/xorg-server/dist/render/
H A Dmitrap.c37 static xFixed
38 miLineFixedX(xLineFixed * l, xFixed y, Bool ceil)
40 xFixed dx = l->p2.x - l->p1.x;
42 xFixed dy = l->p2.y - l->p1.y;
46 return l->p1.x + (xFixed) (ex / dy);
H A Dpicturestr.h75 xFixed x;
94 xFixed x;
95 xFixed y;
96 xFixed radius;
112 xFixed angle;
159 xFixed *filter_params;
164 xFixed * params, int nparams,
200 xFixed * params, int nparams);
421 xFixed * params, int nparams);
425 xFixed * param
[all...]
H A Dfilter.c221 xFixed * params,
283 SetPictureFilter(PicturePtr pPicture, char *name, int len, xFixed * params,
318 xFixed * params, int nparams)
339 xFixed *new_params = xallocarray(nparams, sizeof(xFixed));
H A Dpicture.h192 * An unadorned "xFixed" is the same as xFixed_16_16,
195 typedef pixman_fixed_t xFixed; typedef in typeref:typename:pixman_fixed_t
H A Drender.c1763 xFixed *params;
1770 params = (xFixed *) (name + pad_to_int32(stuff->nbytes));
1771 nparams = ((xFixed *) stuff + client->req_len) - params;
1879 xFixed *stops;
1889 if (stuff->nStops > UINT32_MAX / (sizeof(xFixed) + sizeof(xRenderColor)))
1891 if (len != stuff->nStops * (sizeof(xFixed) + sizeof(xRenderColor)))
1894 stops = (xFixed *) (stuff + 1);
1918 xFixed *stops;
1928 if (stuff->nStops > UINT32_MAX / (sizeof(xFixed) + sizeof(xRenderColor)))
1930 if (len != stuff->nStops * (sizeof(xFixed)
[all...]
H A Dpicture.c807 xFixed * stopPoints, xRenderColor * stopColors, int *error)
810 xFixed dpos;
885 int nStops, xFixed * stops, xRenderColor * colors,
923 xPointFixed * outer, xFixed innerRadius,
924 xFixed outerRadius, int nStops, xFixed * stops,
967 CreateConicalGradientPicture(Picture pid, xPointFixed * center, xFixed angle,
968 int nStops, xFixed * stops, xRenderColor * colors,
/xsrc/external/mit/xorg-server.old/dist/randr/
H A Drrtransform.h36 xFixed *params;
54 xFixed *params,
H A Drrtransform.c60 if (memcmp (a->params, b->params, a->nparams * sizeof (xFixed)) != 0)
68 xFixed *params,
73 xFixed *new_params;
77 new_params = malloc(nparams * sizeof (xFixed));
80 memcpy (new_params, params, nparams * sizeof (xFixed));
172 xFixed rot_cos, rot_sin, rot_dx, rot_dy;
173 xFixed scale_x, scale_y, scale_dx, scale_dy;
H A Drrcrtc.c583 xFixed *params,
1226 xFixed *params;
1239 params = (xFixed *) (filter + pad_to_int32(nbytes));
1240 nparams = ((xFixed *) stuff + client->req_len) - params;
1260 return pad_to_int32(nbytes) + (nparams * sizeof (xFixed));
1284 memcpy (output + nbytes, transform->params, nparams * sizeof (xFixed));
1290 nbytes += nparams * sizeof (xFixed);
/xsrc/external/mit/xorg-server/dist/randr/
H A Drrtransform.h36 xFixed *params;
55 xFixed * params, int nparams, int width, int height);
H A Drrtransform.c60 if (memcmp(a->params, b->params, a->nparams * sizeof(xFixed)) != 0)
68 xFixed * params, int nparams, int width, int height)
70 xFixed *new_params;
73 new_params = xallocarray(nparams, sizeof(xFixed));
76 memcpy(new_params, params, nparams * sizeof(xFixed));
168 xFixed rot_cos, rot_sin, rot_dx, rot_dy;
169 xFixed scale_x, scale_y, scale_dx, scale_dy;
H A Drrcrtc.c1083 int filter_len, xFixed * params, int nparams)
1747 xFixed *params;
1763 params = (xFixed *) (filter + pad_to_int32(nbytes));
1764 nparams = ((xFixed *) stuff + client->req_len) - params;
1783 return pad_to_int32(nbytes) + (nparams * sizeof(xFixed));
1805 memcpy(output + nbytes, transform->params, nparams * sizeof(xFixed));
1811 nbytes += nparams * sizeof(xFixed);
/xsrc/external/mit/xorg-server.old/dist/render/
H A Dpicturestr.h79 xFixed x;
106 xFixed x;
107 xFixed y;
108 xFixed radius;
136 xFixed angle;
184 xFixed *filter_params;
189 xFixed *params, int nparams,
227 xFixed *params,
486 xFixed *params, int nparams);
490 xFixed *param
[all...]
H A Dmitrap.c86 static xFixed
87 miLineFixedX (xLineFixed *l, xFixed y, Bool ceil)
89 xFixed dx = l->p2.x - l->p1.x;
91 xFixed dy = l->p2.y - l->p1.y;
94 return l->p1.x + (xFixed) (ex / dy);
H A Dfilter.c222 xFixed *params,
282 SetPictureFilter (PicturePtr pPicture, char *name, int len, xFixed *params, int nparams)
317 xFixed *params, int nparams)
338 xFixed *new_params = malloc(nparams * sizeof (xFixed));
H A Dmipict.h80 xFixed *params,
H A Dpicture.h192 * An unadorned "xFixed" is the same as xFixed_16_16,
195 typedef pixman_fixed_t xFixed; typedef in typeref:typename:pixman_fixed_t
H A Drender.c1842 xFixed *params;
1849 params = (xFixed *) (name + pad_to_int32(stuff->nbytes));
1850 nparams = ((xFixed *) stuff + client->req_len) - params;
1953 xFixed *stops;
1962 if (stuff->nStops > UINT32_MAX/(sizeof(xFixed) + sizeof(xRenderColor)))
1964 if (len != stuff->nStops*(sizeof(xFixed) + sizeof(xRenderColor)))
1967 stops = (xFixed *)(stuff + 1);
1989 xFixed *stops;
1998 if (len != stuff->nStops*(sizeof(xFixed) + sizeof(xRenderColor)))
2001 stops = (xFixed *)(stuf
[all...]
H A Dpicture.c860 xFixed *stopPoints, xRenderColor *stopColors, int *error)
863 xFixed dpos;
935 int nStops, xFixed *stops, xRenderColor *colors, int *error)
974 xFixed innerRadius, xFixed outerRadius,
975 int nStops, xFixed *stops, xRenderColor *colors, int *error)
1023 CreateConicalGradientPicture (Picture pid, xPointFixed *center, xFixed angle,
1024 int nStops, xFixed *stops, xRenderColor *colors, int *error)
/xsrc/external/mit/xorg-server/dist/hw/xfree86/modes/
H A Dxf86Rotate.c350 xFixed *new_params = NULL;
453 new_params = malloc(transform->nparams * sizeof(xFixed));
456 transform->nparams * sizeof(xFixed));
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/modes/
H A Dxf86Rotate.c381 xFixed *new_params = NULL;
469 new_params = malloc(transform->nparams * sizeof (xFixed));
472 transform->nparams * sizeof (xFixed));
H A Dxf86Crtc.h320 xFixed *params; /* ABI 2 */
/xsrc/external/mit/xf86-video-intel/dist/src/sna/
H A Dsna_trapezoids.c55 inline static xFixed
56 line_x_for_y(const xLineFixed *l, xFixed y, bool ceil)
59 xFixed d = l->p2.y - l->p1.y;
64 return l->p1.x + (xFixed) (ex / d);
69 xFixed x1, y1, x2, y2;
76 xFixed fx1, fx2, v;
/xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/
H A Dsna_trapezoids.c55 inline static xFixed
56 line_x_for_y(const xLineFixed *l, xFixed y, bool ceil)
59 xFixed d = l->p2.y - l->p1.y;
64 return l->p1.x + (xFixed) (ex / d);
69 xFixed x1, y1, x2, y2;
76 xFixed fx1, fx2, v;
/xsrc/external/mit/xf86-video-geode/dist/src/
H A Dlx_exa.c487 xFixed c0 = t->matrix[0][0];
488 xFixed s0 = t->matrix[0][1];
489 xFixed s1 = t->matrix[1][0];
490 xFixed c1 = t->matrix[1][1];

Completed in 29 milliseconds

12