Home
last modified time | relevance | path

Searched refs:ST_JPEGTABLES (Results 1 – 5 of 5) sorted by relevance

/dports/graphics/swftools/swftools-0.9.2/lib/modules/
H A Dswfdump.c140 case ST_JPEGTABLES: in swf_TagGetName()
H A Dswfbits.c1242 if (tag->id == ST_JPEGTABLES) { in swf_RemoveJPEGTables()
/dports/graphics/swftools/swftools-0.9.2/src/
H A Dswfextract.c399 if(srctag->id == ST_JPEGTABLES) in extractTag()
680 if(tag->id == ST_JPEGTABLES) { in handlejpegtables()
1302 if(tag->id == ST_JPEGTABLES) { in main()
H A Dswfcombine.c488 if(mtag->id == ST_JPEGTABLES) in jpeg_assert()
494 if(stag->id == ST_JPEGTABLES) in jpeg_assert()
537 case ST_JPEGTABLES: in write_sprite_defines()
/dports/graphics/swftools/swftools-0.9.2/lib/
H A Drfxswf.h310 #define ST_JPEGTABLES 8 macro