chararray_t        68 lib/devices/swf.c     chararray_t*array;
chararray_t        69 lib/devices/swf.c     chararray_t*last;
chararray_t       543 lib/devices/swf.c static SRECT getcharacterbbox(chararray_t*chardata, MATRIX* m, int flashversion)
chararray_t       603 lib/devices/swf.c static chararray_t*chararray_reverse(chararray_t*buf)
chararray_t       605 lib/devices/swf.c     chararray_t*prev = 0;
chararray_t       607 lib/devices/swf.c 	chararray_t*next = buf->next;
chararray_t       615 lib/devices/swf.c static void chararray_writetotag(chararray_t*_chardata, TAG*tag)
chararray_t       660 lib/devices/swf.c 	chararray_t*chardata = _chardata;
chararray_t       771 lib/devices/swf.c static void chararray_destroy(chararray_t*chr)
chararray_t       774 lib/devices/swf.c 	chararray_t*next = chr->next;
chararray_t       794 lib/devices/swf.c 	chararray_t*n = rfx_calloc(sizeof(chararray_t));
chararray_t       802 lib/devices/swf.c     chararray_t*a = buf->last;
chararray_t       818 lib/devices/swf.c static void chararray_writetodev(gfxdevice_t*dev, chararray_t*array, MATRIX*matrix, char invisible)