Home
last modified time | relevance | path

Searched refs:ST_DEFINEBITSLOSSLESS (Results 1 – 13 of 13) sorted by relevance

/dports/graphics/swftools/swftools-0.9.2/lib/modules/
H A Dswfdump.c168 case ST_DEFINEBITSLOSSLESS: in swf_TagGetName()
H A Dswftools.c110 case ST_DEFINEBITSLOSSLESS: in swf_GetDefineID()
177 case ST_DEFINEBITSLOSSLESS: in swf_GetDefineBBox()
242 ST_DEFINEBITSLOSSLESS,
1182 tag->id == ST_DEFINEBITSLOSSLESS || in swf_isImageTag()
H A Dswfbits.c890 tag->id = ST_DEFINEBITSLOSSLESS; in swf_SetLosslessImage()
944 if (tag->id != ST_DEFINEBITSLOSSLESS && in swf_DefineLosslessBitsTagToImage()
1220 if (tag->id == ST_DEFINEBITSLOSSLESS || in swf_ExtractImage()
/dports/graphics/swftools/swftools-0.9.2/src/
H A Dswfextract.c534 if(t == 3 && (tag->id == ST_DEFINEBITSLOSSLESS || in isOfType()
894 if(tag->id != ST_DEFINEBITSLOSSLESS && in handlelossless()
H A Dpng2swf.c494 t = swf_InsertTag(t, ST_DEFINEBITSLOSSLESS); in MovieAddFrame()
H A Dgif2swf.c315 t = swf_InsertTag(t, bpp == 4 ? ST_DEFINEBITSLOSSLESS2 : ST_DEFINEBITSLOSSLESS);
H A Dswfdump.c1478 if(tag->id == ST_DEFINEBITSLOSSLESS || in main()
H A Dswfc.c1505 tag = swf_InsertTag(tag, ST_DEFINEBITSLOSSLESS); in s_image()
/dports/graphics/swftools/swftools-0.9.2/lib/
H A Drfxswf.c1244 (t->id!=ST_DEFINEBITSLOSSLESS&&t->id!=ST_DEFINEBITSLOSSLESS2&&t->id!=ST_SOUNDSTREAMBLOCK&& in swf_WriteTag2()
1428 (t->id!=ST_DEFINEBITSLOSSLESS&&t->id!=ST_DEFINEBITSLOSSLESS2&&t->id!=ST_SOUNDSTREAMBLOCK&& in swf_FoldSprite()
H A Drfxswf.h321 #define ST_DEFINEBITSLOSSLESS 20 /* A bitmap using lossless zlib compression. */ macro
/dports/graphics/swftools/swftools-0.9.2/lib/readers/
H A Dswf.c401 tag->id == ST_DEFINEBITSLOSSLESS || in extractDefinitions()
/dports/graphics/swftools/swftools-0.9.2/lib/python/
H A Dtags.c1217 register_tag(ST_DEFINEBITSLOSSLESS,&image_tag); in tags_getMethods()
/dports/graphics/swftools/swftools-0.9.2/lib/h.263/
H A Dswfvideo.c1157 tag = swf_InsertTag(tag, ST_DEFINEBITSLOSSLESS); in setdbgpic()