getPNG 1535 lib/h.263/swfvideo.c getPNG(fname, &width, &height, &data);
getPNG 29 lib/png.h int getPNG(const char*sname, int*destwidth, int*destheight, unsigned char**destdata);
getPNG 132 lib/readers/image.c if(!getPNG(filename, &width, &height, (unsigned char**)&data)) {
getPNG 763 src/png2swf.c getPNG(sname, &width, &height, (unsigned char**)&data);
getPNG 778 src/png2swf.c getPNG(sname, &width, &height, (unsigned char**)&data);
getPNG 1496 src/swfc.c getPNG(filename, &width, &height, (unsigned char**)&data);