Home
last modified time | relevance | path

Searched defs:swf_ResetReadBits (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/swftools/swftools-0.9.2/src/
H A Dswfbbox.c149 #define swf_ResetReadBits(tag) if (tag->readBit) { tag->pos++; tag->readBit = 0; } macro
/dports/graphics/swftools/swftools-0.9.2/lib/
H A Drfxswf.h131 #define swf_ResetReadBits(tag) if (tag->readBit) { tag->pos++; tag->readBit = 0; } macro