Searched defs:stops (Results 1 - 25 of 29) sorted by relevance

12

/xsrc/external/mit/pixman/dist/demos/
H A Dlinear-gradient.c11 pixman_gradient_stop_t stops[] = { local in function:main
H A Dalpha-test.c20 pixman_gradient_stop_t stops[2] = local in function:main
H A Dgradient-test.c16 pixman_gradient_stop_t stops[2] = local in function:main
H A Dclip-test.c29 pixman_gradient_stop_t stops[2] = local in function:main
H A Dconical-test.c25 static const pixman_gradient_stop_t stops[] = { variable in typeref:typename:const pixman_gradient_stop_t[]
H A Dcomposite-test.c101 pixman_gradient_stop_t stops[6] = local in function:main
H A Dradial-test.c85 static const pixman_gradient_stop_t stops[NUM_STOPS] = { variable in typeref:typename:const pixman_gradient_stop_t[]
H A Ddither.c238 pixman_gradient_stop_t stops[] = { local in function:main
/xsrc/external/mit/pixman/dist/test/
H A Dradial-invalid.c24 static const pixman_gradient_stop_t stops[] = local in function:main
H A Dradial-perf-test.c11 static const pixman_gradient_stop_t stops[] = { local in function:main
H A Dgradient-crash-test.c103 pixman_gradient_stop_t *stops; local in function:main
H A Dstress-test.c652 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 Dpixman-conical-gradient.c192 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 Dpixman-gradient-walker.c60 pixman_gradient_stop_t *stops = walker->stops; local in function:gradient_walker_reset
H A Dpixman-linear-gradient.c264 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 Dpixman-radial-gradient.c462 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 Dpixman-image.c41 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 DPicture.c273 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 Dlowlevel-blt-bench.c177 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 Dlowlevel-blt-bench.c177 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 Dpicture.c934 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 Dpicturestr.h87 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 Drender.c1953 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 Dpicture.c884 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 Dpicturestr.h82 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

Completed in 20 milliseconds

12