| /OK3568_Linux_fs/external/xserver/render/ |
| 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 * params, int nparams); [all …]
|
| H A D | mitrap.c | 37 static xFixed 38 miLineFixedX(xLineFixed * l, xFixed y, Bool ceil) in miLineFixedX() 40 xFixed dx = l->p2.x - l->p1.x; in miLineFixedX() 42 xFixed dy = l->p2.y - l->p1.y; in miLineFixedX() 46 return l->p1.x + (xFixed) (ex / dy); in miLineFixedX()
|
| H A D | filter.c | 221 xFixed * params, in convolutionFilterValidateParams() 283 SetPictureFilter(PicturePtr pPicture, char *name, int len, xFixed * params, in SetPictureFilter() 318 xFixed * params, int nparams) in SetPicturePictFilter() 339 xFixed *new_params = xallocarray(nparams, sizeof(xFixed)); in SetPicturePictFilter()
|
| H A D | render.c | 1756 xFixed *params; in ProcRenderSetPictureFilter() 1763 params = (xFixed *) (name + pad_to_int32(stuff->nbytes)); in ProcRenderSetPictureFilter() 1764 nparams = ((xFixed *) stuff + client->req_len) - params; in ProcRenderSetPictureFilter() 1870 xFixed *stops; in ProcRenderCreateLinearGradient() 1880 if (stuff->nStops > UINT32_MAX / (sizeof(xFixed) + sizeof(xRenderColor))) in ProcRenderCreateLinearGradient() 1882 if (len != stuff->nStops * (sizeof(xFixed) + sizeof(xRenderColor))) in ProcRenderCreateLinearGradient() 1885 stops = (xFixed *) (stuff + 1); in ProcRenderCreateLinearGradient() 1909 xFixed *stops; in ProcRenderCreateRadialGradient() 1919 if (stuff->nStops > UINT32_MAX / (sizeof(xFixed) + sizeof(xRenderColor))) in ProcRenderCreateRadialGradient() 1921 if (len != stuff->nStops * (sizeof(xFixed) + sizeof(xRenderColor))) in ProcRenderCreateRadialGradient() [all …]
|
| H A D | picture.c | 806 xFixed * stopPoints, xRenderColor * stopColors, int *error) in initGradient() 809 xFixed dpos; in initGradient() 884 int nStops, xFixed * stops, xRenderColor * colors, in CreateLinearGradientPicture() 922 xPointFixed * outer, xFixed innerRadius, in CreateRadialGradientPicture() 923 xFixed outerRadius, int nStops, xFixed * stops, in CreateRadialGradientPicture() 966 CreateConicalGradientPicture(Picture pid, xPointFixed * center, xFixed angle, in CreateConicalGradientPicture() 967 int nStops, xFixed * stops, xRenderColor * colors, in CreateConicalGradientPicture()
|
| H A D | picture.h | 195 typedef pixman_fixed_t xFixed; typedef
|
| H A D | mipict.c | 222 int filter, xFixed * params, int nparams) in miChangePictureFilter()
|
| /OK3568_Linux_fs/external/xserver/randr/ |
| H A D | rrtransform.c | 60 if (memcmp(a->params, b->params, a->nparams * sizeof(xFixed)) != 0) in RRTransformEqual() 68 xFixed * params, int nparams, int width, int height) in RRTransformSetFilter() 70 xFixed *new_params; in RRTransformSetFilter() 73 new_params = xallocarray(nparams, sizeof(xFixed)); in RRTransformSetFilter() 76 memcpy(new_params, params, nparams * sizeof(xFixed)); in RRTransformSetFilter() 168 xFixed rot_cos, rot_sin, rot_dx, rot_dy; in RRTransformCompute() 169 xFixed scale_x, scale_y, scale_dx, scale_dy; in RRTransformCompute()
|
| H A D | rrtransform.h | 36 xFixed *params; 55 xFixed * params, int nparams, int width, int height);
|
| H A D | rrcrtc.c | 1042 int filter_len, xFixed * params, int nparams) in RRCrtcTransformSet() 1706 xFixed *params; in ProcRRSetCrtcTransform() 1722 params = (xFixed *) (filter + pad_to_int32(nbytes)); in ProcRRSetCrtcTransform() 1723 nparams = ((xFixed *) stuff + client->req_len) - params; in ProcRRSetCrtcTransform() 1742 return pad_to_int32(nbytes) + (nparams * sizeof(xFixed)); in transform_filter_length() 1764 memcpy(output + nbytes, transform->params, nparams * sizeof(xFixed)); in transform_filter_encode() 1770 nbytes += nparams * sizeof(xFixed); in transform_filter_encode()
|
| H A D | randrstr.h | 749 char *filter, int filter_len, xFixed * params, int nparams);
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/modes/ |
| H A D | xf86Rotate.c | 362 xFixed *new_params = NULL; in xf86CrtcRotate() 465 new_params = malloc(transform->nparams * sizeof(xFixed)); in xf86CrtcRotate() 468 transform->nparams * sizeof(xFixed)); in xf86CrtcRotate()
|
| H A D | xf86Crtc.h | 345 xFixed *params; /* ABI 2 */
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/ |
| H A D | qgeocameratiles.cpp | 707 bool xFixed = qFuzzyCompare(x1, x2); in tilesFromPolygon() local 761 if (xFixed && xIntegral) { in tilesFromPolygon() 839 if (xIntegral && xFixed) in tilesFromPolygon()
|
| /OK3568_Linux_fs/external/xserver/ |
| H A D | ChangeLog | 152487 …- The (x,y)-coordinates of the crtc were not being passed as xFixed values, which made it an obscu…
|