GRADIENT         2733 lib/devices/swf.c static GRADIENT* gfxgradient_to_GRADIENT(gfxgradient_t*gradient)
GRADIENT         2741 lib/devices/swf.c     GRADIENT* swfgradient = malloc(sizeof(GRADIENT));
GRADIENT         2766 lib/devices/swf.c     GRADIENT* swfgradient = gfxgradient_to_GRADIENT(gradient);
GRADIENT           47 lib/modules/swfdump.c void swf_DumpGradient(FILE * f,GRADIENT * g)
GRADIENT           88 lib/modules/swffilter.c 	f->gradient = (GRADIENT*)rfx_calloc(sizeof(GRADIENT));
GRADIENT          631 lib/modules/swfrender.c static void fill_gradient(RGBA*line, int*z, int y, int x1, int x2, MATRIX*m, GRADIENT*g, int type, U32 depth, double fmultiply)
GRADIENT          256 lib/modules/swfshape.c int swf_ShapeAddFillStyle(SHAPE * s,U8 type,MATRIX * m,RGBA * color,U16 id_bitmap, GRADIENT*gradient)
GRADIENT          259 lib/modules/swfshape.c   GRADIENT def_g;
GRADIENT          298 lib/modules/swfshape.c   memcpy(&s->fillstyle.data[s->fillstyle.n].gradient,gradient,sizeof(GRADIENT));
GRADIENT          315 lib/modules/swfshape.c int swf_ShapeAddGradientFillStyle(SHAPE * s,MATRIX * m,GRADIENT* gradient,int radial)
GRADIENT          426 lib/modules/swftools.c void swf_GetMorphGradient(TAG * tag, GRADIENT * gradient1, GRADIENT * gradient2)
GRADIENT          498 lib/modules/swftools.c 	    GRADIENT g;
GRADIENT          414 lib/python/primitives.c     GRADIENT gradient;
GRADIENT          429 lib/python/primitives.c GRADIENT gradient_getGradient(PyObject*self)
GRADIENT          433 lib/python/primitives.c 	GRADIENT dummy;
GRADIENT           56 lib/python/primitives.h GRADIENT gradient_getGradient(PyObject*self);
GRADIENT          134 lib/readers/swf.c static gfxgradient_t* convertGradient(GRADIENT*from)
GRADIENT          600 lib/rfxswf.c   void swf_GetGradient(TAG * tag, GRADIENT * gradient, char alpha)
GRADIENT          604 lib/rfxswf.c         memset(gradient, 0, sizeof(GRADIENT));
GRADIENT          628 lib/rfxswf.c   void swf_SetGradient(TAG * tag, GRADIENT * gradient, char alpha)
GRADIENT          632 lib/rfxswf.c         memset(gradient, 0, sizeof(GRADIENT));
GRADIENT          646 lib/rfxswf.c   void swf_FreeGradient(GRADIENT* gradient)
GRADIENT          652 lib/rfxswf.c     memset(gradient, 0, sizeof(GRADIENT));
GRADIENT          237 lib/rfxswf.h   void  swf_GetGradient(TAG * t, GRADIENT * gradient, char alpha);
GRADIENT          238 lib/rfxswf.h   void  swf_SetGradient(TAG * tag, GRADIENT * gradient, char alpha);
GRADIENT          239 lib/rfxswf.h   void  swf_FreeGradient(GRADIENT* gradient);
GRADIENT          399 lib/rfxswf.h     GRADIENT  gradient;
GRADIENT          460 lib/rfxswf.h   int   swf_ShapeAddGradientFillStyle(SHAPE * s,MATRIX * m,GRADIENT* gradient,int radial);
GRADIENT          707 lib/rfxswf.h   void swf_DumpGradient(FILE* f, GRADIENT*gradient);
GRADIENT         1137 lib/rfxswf.h       GRADIENT*gradient;
GRADIENT          354 src/swfc-history.c GRADIENT* interpolateNodes(GRADIENT* g1, GRADIENT* g2, float fraction, interpolation_t* inter)
GRADIENT          360 src/swfc-history.c     GRADIENT* g = (GRADIENT*) malloc(sizeof(GRADIENT));
GRADIENT          372 src/swfc-history.c void copyGradient(GRADIENT* dest, GRADIENT* source)
GRADIENT          379 src/swfc-history.c void insertNode(GRADIENT* g, int pos)
GRADIENT          402 src/swfc-history.c void insertOptimalNode(GRADIENT* g)
GRADIENT          422 src/swfc-history.c void growGradient(GRADIENT* start, int size)
GRADIENT          428 src/swfc-history.c GRADIENT* interpolateGradient(GRADIENT* g1, GRADIENT* g2, float fraction, interpolation_t* inter)
GRADIENT          431 src/swfc-history.c     GRADIENT g;
GRADIENT          439 src/swfc-history.c     	GRADIENT* result = interpolateNodes(g1, &g, fraction, inter);
GRADIENT          449 src/swfc-history.c     	    GRADIENT* result = interpolateNodes(&g, g2, fraction, inter);
GRADIENT          472 src/swfc-history.c 	    ggcopy->gradient = (GRADIENT*)malloc(sizeof(GRADIENT));
GRADIENT          251 src/swfc.c         GRADIENT gradient;
GRADIENT          320 src/swfc.c     static void gradient_free(GRADIENT* grad)
GRADIENT          329 src/swfc.c         gradient_free((GRADIENT*) grad);
GRADIENT         1764 src/swfc.c     GRADIENT parseGradient(const char*str)
GRADIENT         1766 src/swfc.c         GRADIENT gradient;
GRADIENT         1769 src/swfc.c         memset(&gradient, 0, sizeof(GRADIENT));