| /xsrc/external/mit/xorg-server/dist/render/ |
| H A D | mitrap.c | 37 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 D | picturestr.h | 75 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 D | filter.c | 221 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 D | picture.h | 192 * 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 D | render.c | 1763 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 D | picture.c | 807 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 D | rrtransform.h | 36 xFixed *params; 54 xFixed *params,
|
| H A D | rrtransform.c | 60 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 D | rrcrtc.c | 583 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 D | rrtransform.h | 36 xFixed *params; 55 xFixed * params, int nparams, int width, int height);
|
| H A D | rrtransform.c | 60 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 D | rrcrtc.c | 1083 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 D | picturestr.h | 79 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 D | mitrap.c | 86 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 D | filter.c | 222 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 D | mipict.h | 80 xFixed *params,
|
| H A D | picture.h | 192 * 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 D | render.c | 1842 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 D | picture.c | 860 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 D | xf86Rotate.c | 350 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 D | xf86Rotate.c | 381 xFixed *new_params = NULL; 469 new_params = malloc(transform->nparams * sizeof (xFixed)); 472 transform->nparams * sizeof (xFixed));
|
| H A D | xf86Crtc.h | 320 xFixed *params; /* ABI 2 */
|
| /xsrc/external/mit/xf86-video-intel/dist/src/sna/ |
| H A D | sna_trapezoids.c | 55 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 D | sna_trapezoids.c | 55 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 D | lx_exa.c | 487 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];
|