png_write_byte 1001 lib/png.c png_write_byte(fi,mytype[0]); png_write_byte 1002 lib/png.c png_write_byte(fi,mytype[1]); png_write_byte 1003 lib/png.c png_write_byte(fi,mytype[2]); png_write_byte 1004 lib/png.c png_write_byte(fi,mytype[3]); png_write_byte 1023 lib/png.c png_write_byte(fi,bytes[t]); png_write_byte 1027 lib/png.c png_write_byte(fi,dword>>24); png_write_byte 1028 lib/png.c png_write_byte(fi,dword>>16); png_write_byte 1029 lib/png.c png_write_byte(fi,dword>>8); png_write_byte 1030 lib/png.c png_write_byte(fi,dword); png_write_byte 1577 lib/png.c png_write_byte(fi,8); png_write_byte 1579 lib/png.c png_write_byte(fi,3); //indexed png_write_byte 1581 lib/png.c png_write_byte(fi,2); //rgb png_write_byte 1583 lib/png.c png_write_byte(fi,6); //rgba png_write_byte 1586 lib/png.c png_write_byte(fi,0); //compression mode png_write_byte 1587 lib/png.c png_write_byte(fi,0); //filter mode png_write_byte 1588 lib/png.c png_write_byte(fi,0); //interlace mode png_write_byte 1594 lib/png.c png_write_byte(fi,palette[t].r); png_write_byte 1595 lib/png.c png_write_byte(fi,palette[t].g); png_write_byte 1596 lib/png.c png_write_byte(fi,palette[t].b); png_write_byte 1603 lib/png.c png_write_byte(fi,palette[t].a); png_write_byte 806 src/swfextract.c png_write_byte(fi,mytype[0]); png_write_byte 807 src/swfextract.c png_write_byte(fi,mytype[1]); png_write_byte 808 src/swfextract.c png_write_byte(fi,mytype[2]); png_write_byte 809 src/swfextract.c png_write_byte(fi,mytype[3]); png_write_byte 815 src/swfextract.c png_write_byte(fi,bytes[t]); png_write_byte 819 src/swfextract.c png_write_byte(fi,dword>>24); png_write_byte 820 src/swfextract.c png_write_byte(fi,dword>>16); png_write_byte 821 src/swfextract.c png_write_byte(fi,dword>>8); png_write_byte 822 src/swfextract.c png_write_byte(fi,dword); png_write_byte 939 src/swfextract.c png_write_byte(fi,8); png_write_byte 941 src/swfextract.c png_write_byte(fi,3); //indexed png_write_byte 943 src/swfextract.c png_write_byte(fi,2); //rgb png_write_byte 945 src/swfextract.c png_write_byte(fi,6); //rgba png_write_byte 948 src/swfextract.c png_write_byte(fi,0); //compression mode png_write_byte 949 src/swfextract.c png_write_byte(fi,0); //filter mode png_write_byte 950 src/swfextract.c png_write_byte(fi,0); //interlace mode png_write_byte 957 src/swfextract.c png_write_byte(fi,palette[t].r); png_write_byte 958 src/swfextract.c png_write_byte(fi,palette[t].g); png_write_byte 959 src/swfextract.c png_write_byte(fi,palette[t].b); png_write_byte 967 src/swfextract.c png_write_byte(fi,palette[t].a);