swf_SetLosslessBitsIndexed  728 lib/modules/swfbits.c 	return swf_SetLosslessBitsIndexed(t, width, height, (U8*)bitmap, NULL, 256);
swf_SetLosslessBitsIndexed  867 lib/modules/swfbits.c     return swf_SetLosslessBitsIndexed(t, width, height, bitmap, NULL, 256);
swf_SetLosslessBitsIndexed  920 lib/modules/swfbits.c 	swf_SetLosslessBitsIndexed(tag, width, height, data2, palette, num);
swf_SetLosslessBitsIndexed  739 lib/rfxswf.h   int swf_SetLosslessBitsIndexed(TAG * t,U16 width,U16 height,U8 * bitmap,RGBA * palette,U16 ncolors);
swf_SetLosslessBitsIndexed  352 src/gif2swf.c      swf_SetLosslessBitsIndexed(t, header.width, header.height, imagedata, pal, 256);
swf_SetLosslessBitsIndexed  736 src/png2swf.c  	swf_SetLosslessBitsIndexed(t, header.width, header.height, data2, rgba, palettelen);