Home
last modified time | relevance | path

Searched refs:getsbits (Results 1 – 6 of 6) sorted by relevance

/dports/science/wxmacmolplt/wxmacmolplt-7.7-43-g9a46f7a/src/ming-src/blocks/
H A Dfromswf.c156 getsbits(BITS bp, int nbits) in getsbits() function
704 cdx = getsbits((BITS) tp, nbits); in shaperecord()
705 cdy = getsbits((BITS) tp, nbits); in shaperecord()
706 adx = getsbits((BITS) tp, nbits); in shaperecord()
707 ady = getsbits((BITS) tp, nbits); in shaperecord()
1117 { rm = getsbits((BITS) tp, nbits); in cxform()
1118 gm = getsbits((BITS) tp, nbits); in cxform()
1119 bm = getsbits((BITS) tp, nbits); in cxform()
1125 { ra = getsbits((BITS) tp, nbits); in cxform()
1126 ga = getsbits((BITS) tp, nbits); in cxform()
[all …]
/dports/graphics/ming/libming-ming-0_4_8/src/blocks/
H A Dfromswf.c156 getsbits(BITS bp, int nbits) in getsbits() function
704 cdx = getsbits((BITS) tp, nbits); in shaperecord()
705 cdy = getsbits((BITS) tp, nbits); in shaperecord()
706 adx = getsbits((BITS) tp, nbits); in shaperecord()
707 ady = getsbits((BITS) tp, nbits); in shaperecord()
1117 { rm = getsbits((BITS) tp, nbits); in cxform()
1118 gm = getsbits((BITS) tp, nbits); in cxform()
1119 bm = getsbits((BITS) tp, nbits); in cxform()
1125 { ra = getsbits((BITS) tp, nbits); in cxform()
1126 ga = getsbits((BITS) tp, nbits); in cxform()
[all …]
/dports/graphics/p5-ming/libming-ming-0_4_8/src/blocks/
H A Dfromswf.c156 getsbits(BITS bp, int nbits) in getsbits() function
704 cdx = getsbits((BITS) tp, nbits); in shaperecord()
705 cdy = getsbits((BITS) tp, nbits); in shaperecord()
706 adx = getsbits((BITS) tp, nbits); in shaperecord()
707 ady = getsbits((BITS) tp, nbits); in shaperecord()
1117 { rm = getsbits((BITS) tp, nbits); in cxform()
1118 gm = getsbits((BITS) tp, nbits); in cxform()
1119 bm = getsbits((BITS) tp, nbits); in cxform()
1125 { ra = getsbits((BITS) tp, nbits); in cxform()
1126 ga = getsbits((BITS) tp, nbits); in cxform()
[all …]
/dports/graphics/py-ming/libming-ming-0_4_8/src/blocks/
H A Dfromswf.c156 getsbits(BITS bp, int nbits) in getsbits() function
704 cdx = getsbits((BITS) tp, nbits); in shaperecord()
705 cdy = getsbits((BITS) tp, nbits); in shaperecord()
706 adx = getsbits((BITS) tp, nbits); in shaperecord()
707 ady = getsbits((BITS) tp, nbits); in shaperecord()
1117 { rm = getsbits((BITS) tp, nbits); in cxform()
1118 gm = getsbits((BITS) tp, nbits); in cxform()
1119 bm = getsbits((BITS) tp, nbits); in cxform()
1125 { ra = getsbits((BITS) tp, nbits); in cxform()
1126 ga = getsbits((BITS) tp, nbits); in cxform()
[all …]
/dports/devel/liboil/liboil-0.3.17/examples/jpeg/
H A Djpeg_bits.h23 int getsbits(JpegBits *b, int n);
H A Djpeg_bits.c91 int getsbits(JpegBits *b, int n) in getsbits() function