| /xsrc/external/mit/pixman/dist/demos/ |
| H A D | linear-gradient.c | 11 pixman_gradient_stop_t stops[] = { local in function:main
|
| H A D | alpha-test.c | 20 pixman_gradient_stop_t stops[2] = local in function:main
|
| H A D | gradient-test.c | 16 pixman_gradient_stop_t stops[2] = local in function:main
|
| H A D | clip-test.c | 29 pixman_gradient_stop_t stops[2] = local in function:main
|
| H A D | conical-test.c | 25 static const pixman_gradient_stop_t stops[] = { variable in typeref:typename:const pixman_gradient_stop_t[]
|
| H A D | composite-test.c | 101 pixman_gradient_stop_t stops[6] = local in function:main
|
| H A D | radial-test.c | 85 static const pixman_gradient_stop_t stops[NUM_STOPS] = { variable in typeref:typename:const pixman_gradient_stop_t[]
|
| H A D | dither.c | 238 pixman_gradient_stop_t stops[] = { local in function:main
|
| /xsrc/external/mit/pixman/dist/test/ |
| H A D | radial-invalid.c | 24 static const pixman_gradient_stop_t stops[] = local in function:main
|
| H A D | radial-perf-test.c | 11 static const pixman_gradient_stop_t stops[] = { local in function:main
|
| H A D | gradient-crash-test.c | 103 pixman_gradient_stop_t *stops; local in function:main
|
| H A D | stress-test.c | 652 pixman_gradient_stop_t *stops; local in function:create_random_stops 690 pixman_gradient_stop_t *stops; local in function:create_random_linear_image 712 pixman_gradient_stop_t *stops; local in function:create_random_radial_image 738 pixman_gradient_stop_t *stops; local in function:create_random_conical_image [all...] |
| /xsrc/external/mit/pixman/dist/pixman/ |
| H A D | pixman-conical-gradient.c | 192 pixman_image_create_conical_gradient(const pixman_point_fixed_t * center,pixman_fixed_t angle,const pixman_gradient_stop_t * stops,int n_stops) argument
|
| H A D | pixman-gradient-walker.c | 60 pixman_gradient_stop_t *stops = walker->stops; local in function:gradient_walker_reset
|
| H A D | pixman-linear-gradient.c | 264 pixman_image_create_linear_gradient(const pixman_point_fixed_t * p1,const pixman_point_fixed_t * p2,const pixman_gradient_stop_t * stops,int n_stops) argument
|
| H A D | pixman-radial-gradient.c | 462 pixman_image_create_radial_gradient(const pixman_point_fixed_t * inner,const pixman_point_fixed_t * outer,pixman_fixed_t inner_radius,pixman_fixed_t outer_radius,const pixman_gradient_stop_t * stops,int n_stops) argument
|
| H A D | pixman-image.c | 41 pixman_gradient_stop_t *stops = gradient->stops; local in function:gradient_property_changed 79 _pixman_init_gradient(gradient_t * gradient,const pixman_gradient_stop_t * stops,int n_stops) argument [all...] |
| /xsrc/external/mit/libXrender/dist/src/ |
| H A D | Picture.c | 273 XRenderCreateLinearGradient(Display * dpy,const XLinearGradient * gradient,const XFixed * stops,const XRenderColor * colors,int nStops) argument 307 XRenderCreateRadialGradient(Display * dpy,const XRadialGradient * gradient,const XFixed * stops,const XRenderColor * colors,int nStops) argument 343 XRenderCreateConicalGradient(Display * dpy,const XConicalGradient * gradient,const XFixed * stops,const XRenderColor * colors,int nStops) argument
|
| /xsrc/external/mit/xf86-video-intel/dist/test/ |
| H A D | lowlevel-blt-bench.c | 177 XFixed stops[2] = {0, 0xffff}; local in function:source_linear_horizontal 186 XFixed stops[2] = {0, 0xffff}; local in function:source_linear_vertical 195 XFixed stops[2] = {0, 0xffff}; local in function:source_linear_diagonal 204 XFixed stops[2] = {0, 0xffff}; local in function:source_radial_concentric 224 XFixed stops[2] = {0, 0xffff}; local in function:source_radial_generic [all...] |
| /xsrc/external/mit/xf86-video-intel-2014/dist/test/ |
| H A D | lowlevel-blt-bench.c | 177 XFixed stops[2] = {0, 0xffff}; local in function:source_linear_horizontal 186 XFixed stops[2] = {0, 0xffff}; local in function:source_linear_vertical 195 XFixed stops[2] = {0, 0xffff}; local in function:source_linear_diagonal 204 XFixed stops[2] = {0, 0xffff}; local in function:source_radial_concentric 224 XFixed stops[2] = {0, 0xffff}; local in function:source_radial_generic [all...] |
| /xsrc/external/mit/xorg-server.old/dist/render/ |
| H A D | picture.c | 934 CreateLinearGradientPicture(Picture pid,xPointFixed * p1,xPointFixed * p2,int nStops,xFixed * stops,xRenderColor * colors,int * error) argument 973 CreateRadialGradientPicture(Picture pid,xPointFixed * inner,xPointFixed * outer,xFixed innerRadius,xFixed outerRadius,int nStops,xFixed * stops,xRenderColor * colors,int * error) argument 1023 CreateConicalGradientPicture(Picture pid,xPointFixed * center,xFixed angle,int nStops,xFixed * stops,xRenderColor * colors,int * error) argument [all...] |
| H A D | picturestr.h | 87 PictGradientStopPtr stops; member in struct:_PictGradient 97 PictGradientStopPtr stops; member in struct:_PictLinearGradient 115 PictGradientStopPtr stops; member in struct:_PictRadialGradient 131 PictGradientStopPtr stops; member in struct:_PictConicalGradient
|
| H A D | render.c | 1953 xFixed *stops; local in function:ProcRenderCreateLinearGradient 1989 xFixed *stops; local in function:ProcRenderCreateRadialGradient 2024 xFixed *stops; local in function:ProcRenderCreateConicalGradient 2570 CARD32 *stops; local in function:swapStops [all...] |
| /xsrc/external/mit/xorg-server/dist/render/ |
| H A D | picture.c | 884 CreateLinearGradientPicture(Picture pid,xPointFixed * p1,xPointFixed * p2,int nStops,xFixed * stops,xRenderColor * colors,int * error) argument 922 CreateRadialGradientPicture(Picture pid,xPointFixed * inner,xPointFixed * outer,xFixed innerRadius,xFixed outerRadius,int nStops,xFixed * stops,xRenderColor * colors,int * error) argument 967 CreateConicalGradientPicture(Picture pid,xPointFixed * center,xFixed angle,int nStops,xFixed * stops,xRenderColor * colors,int * error) argument [all...] |
| H A D | picturestr.h | 82 PictGradientStopPtr stops; member in struct:_PictGradient 88 PictGradientStopPtr stops; member in struct:_PictLinearGradient 102 PictGradientStopPtr stops; member in struct:_PictRadialGradient 110 PictGradientStopPtr stops; member in struct:_PictConicalGradient
|