Home
last modified time | relevance | path

Searched refs:swf_GetSBits (Results 1 – 4 of 4) sorted by relevance

/dports/graphics/swftools/swftools-0.9.2/lib/
H A Drfxswf.c231 S32 swf_GetSBits(TAG * t,int nbits) in swf_GetSBits() function
694 r->xmin = swf_GetSBits(t,nbits); in swf_GetRect()
695 r->xmax = swf_GetSBits(t,nbits); in swf_GetRect()
696 r->ymin = swf_GetSBits(t,nbits); in swf_GetRect()
697 r->ymax = swf_GetSBits(t,nbits); in swf_GetRect()
850 m->sx = swf_GetSBits(t,nbits); in swf_GetMatrix()
851 m->sy = swf_GetSBits(t,nbits); in swf_GetMatrix()
857 m->r0 = swf_GetSBits(t,nbits); in swf_GetMatrix()
858 m->r1 = swf_GetSBits(t,nbits); in swf_GetMatrix()
863 m->tx = swf_GetSBits(t,nbits); in swf_GetMatrix()
[all …]
H A Drfxswf.h222 S32 swf_GetSBits(TAG * t,int nbits);
/dports/graphics/swftools/swftools-0.9.2/lib/modules/
H A Dswfshape.c635 swf_GetSBits(tag, n); //x in swf_ShapeIsEmpty()
636 swf_GetSBits(tag, n); //y in swf_ShapeIsEmpty()
680 x = swf_GetSBits(tag, n); //x in swf_ParseShapeData()
681 y = swf_GetSBits(tag, n); //y in swf_ParseShapeData()
719 x += swf_GetSBits(tag, n); //delta x in swf_ParseShapeData()
720 y += swf_GetSBits(tag, n); //delta y in swf_ParseShapeData()
724 d = swf_GetSBits(tag, n); //vert/horz in swf_ParseShapeData()
741 x += swf_GetSBits(tag, n); in swf_ParseShapeData()
742 y += swf_GetSBits(tag, n); in swf_ParseShapeData()
745 x += swf_GetSBits(tag, n); in swf_ParseShapeData()
[all …]
H A Dswftools.c914 x += swf_GetSBits(tag, n); //delta x in enumerateUsedIDs()
915 y += swf_GetSBits(tag, n); //delta y in enumerateUsedIDs()
920 d = swf_GetSBits(tag, n); //vert/horz in enumerateUsedIDs()
930 x1 = swf_GetSBits(tag, n); in enumerateUsedIDs()
931 y1 = swf_GetSBits(tag, n); in enumerateUsedIDs()
932 x2 = swf_GetSBits(tag, n); in enumerateUsedIDs()
933 y2 = swf_GetSBits(tag, n); in enumerateUsedIDs()