Home
last modified time | relevance | path

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

/dports/graphics/p5-SWF-File/SWF-File-0.42/lib/SWF/
H A DElement.pm1307 my ($nfillbits, $nlinebits);
1329 $nfillbits=1;
1330 $nfillbits++ while ($fillidx>=(1<<$nfillbits));
1332 $nfillbits=0;
1472 $$nfillbits=1;
1473 $$nfillbits++ while ($fillidx>=(1<<$$nfillbits));
1475 $$nfillbits=0;
1483 $stream->set_bits($$nfillbits, 4);
1508 $$nfillbits=$stream->get_bits(4);
2214 $nfillbits=1;
[all …]
/dports/science/wxmacmolplt/wxmacmolplt-7.7-43-g9a46f7a/src/ming-src/blocks/
H A Dfromswf.c653 static void shaperecord(TAG tp, int nfillbits, int nlinebits, int lev) in shaperecord() argument
677 { fill0style = getbits((BITS) tp, nfillbits); in shaperecord()
682 { fill1style = getbits((BITS) tp, nfillbits); in shaperecord()
944 { int nfillbits, nlinebits; in shape() local
946 nfillbits = getbits((BITS) tp, 4); in shape()
948 shaperecord(tp, nfillbits, nlinebits,lev); in shape()
/dports/graphics/ming/libming-ming-0_4_8/src/blocks/
H A Dfromswf.c653 static void shaperecord(TAG tp, int nfillbits, int nlinebits, int lev) in shaperecord() argument
677 { fill0style = getbits((BITS) tp, nfillbits); in shaperecord()
682 { fill1style = getbits((BITS) tp, nfillbits); in shaperecord()
944 { int nfillbits, nlinebits; in shape() local
946 nfillbits = getbits((BITS) tp, 4); in shape()
948 shaperecord(tp, nfillbits, nlinebits,lev); in shape()
/dports/graphics/p5-ming/libming-ming-0_4_8/src/blocks/
H A Dfromswf.c653 static void shaperecord(TAG tp, int nfillbits, int nlinebits, int lev) in shaperecord() argument
677 { fill0style = getbits((BITS) tp, nfillbits); in shaperecord()
682 { fill1style = getbits((BITS) tp, nfillbits); in shaperecord()
944 { int nfillbits, nlinebits; in shape() local
946 nfillbits = getbits((BITS) tp, 4); in shape()
948 shaperecord(tp, nfillbits, nlinebits,lev); in shape()
/dports/graphics/py-ming/libming-ming-0_4_8/src/blocks/
H A Dfromswf.c653 static void shaperecord(TAG tp, int nfillbits, int nlinebits, int lev) in shaperecord() argument
677 { fill0style = getbits((BITS) tp, nfillbits); in shaperecord()
682 { fill1style = getbits((BITS) tp, nfillbits); in shaperecord()
944 { int nfillbits, nlinebits; in shape() local
946 nfillbits = getbits((BITS) tp, 4); in shape()
948 shaperecord(tp, nfillbits, nlinebits,lev); in shape()