rfx_realloc       108 lib/devices/render.c 	l->points = (renderpoint_t*)rfx_realloc(l->points, l->size * sizeof(renderpoint_t));
rfx_realloc       600 lib/gfxfont.c  	    font->unicode2glyph = rfx_realloc(font->unicode2glyph, sizeof(font->unicode2glyph[0])*(font->max_unicode));
rfx_realloc        85 lib/gfxpoly.c  	l->points = (renderpoint_t*)rfx_realloc(l->points, l->size * sizeof(renderpoint_t));
rfx_realloc       201 lib/gfxpoly/convert.c 	data->points = rfx_realloc(data->points, sizeof(point_t)*data->points_size);
rfx_realloc       807 lib/gfxpoly/poly.c 	stroke->points = rfx_realloc(stroke->points, sizeof(point_t)*stroke->points_size);
rfx_realloc      1383 lib/gfxpoly/poly.c 	status->horiz.data = rfx_realloc(status->horiz.data, sizeof(status->horiz.data[0])*status->horiz.size);
rfx_realloc        45 lib/gfxpoly/renderpoly.c 	l->points = (renderpoint_t*)rfx_realloc(l->points, l->size * sizeof(renderpoint_t));
rfx_realloc        23 lib/gfxpoly/xrow.c         r->x = rfx_realloc(r->x, sizeof(r->x[0])*r->size);
rfx_realloc        13 lib/mem.h      void* rfx_realloc(void*data, int size);
rfx_realloc       282 lib/modules/swfshape.c   { FILLSTYLE * xnew = (FILLSTYLE *)rfx_realloc(s->fillstyle.data,(s->fillstyle.n+1)*sizeof(FILLSTYLE));
rfx_realloc       328 lib/modules/swfshape.c   { LINESTYLE * xnew = (LINESTYLE *)rfx_realloc(s->linestyle.data,(s->linestyle.n+1)*sizeof(LINESTYLE));
rfx_realloc       572 lib/modules/swfshape.c 	shape->fillstyles = (FILLSTYLE*)rfx_realloc(shape->fillstyles, sizeof(FILLSTYLE)*shape->numfillstyles);
rfx_realloc       586 lib/modules/swfshape.c 	shape->linestyles = (LINESTYLE*)rfx_realloc(shape->linestyles, sizeof(LINESTYLE)*shape->numlinestyles);
rfx_realloc      1040 lib/modules/swftext.c 	    u->neighbors = rfx_realloc(u->neighbors, sizeof(SWFGLYPHPAIR)*u->neighbors_size);
rfx_realloc        90 lib/q.c        	m->buffer = m->buffer?(char*)rfx_realloc(m->buffer,m->len):(char*)rfx_alloc(m->len);
rfx_realloc       315 lib/q.c                h->elements = (void**)rfx_realloc(h->elements, h->max_size*sizeof(void*));
rfx_realloc       150 lib/rfxswf.c       U8 * newdata = (U8*)(rfx_realloc(t->data,newmem));
rfx_realloc       130 lib/ttf.c          w->data = rfx_realloc(w->data, w->memsize);
rfx_realloc      1234 lib/ttf.c      	ttf->unicode = rfx_realloc(ttf->unicode, sizeof(ttf->unicode[0])*size);