Home
last modified time | relevance | path

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

/trunk/main/filter/source/flash/
H A Dswfwriter.hxx133 class BitStream class
136 BitStream();
176 BitStream maGlyphData;
199 void addBits( BitStream& rIn );
380 static void Impl_addPolygon( BitStream& rBits, const Polygon& rPoly, sal_Bool bFilled );
382 …static void Impl_addShapeRecordChange( BitStream& rBits, sal_Int16 dx, sal_Int16 dy, sal_Bool bFil…
383 static void Impl_addStraightEdgeRecord( BitStream& rBits, sal_Int16 dx, sal_Int16 dy );
385 static void Impl_addEndShapeRecord( BitStream& rBits );
387 static void Impl_addStraightLine( BitStream& rBits,
390 static void Impl_addQuadBezier( BitStream& rBits,
[all …]
H A Dswfwriter2.cxx66 BitStream::BitStream() in BitStream() function in BitStream
74 void BitStream::writeUB( sal_uInt32 nValue, sal_uInt16 nBits ) in writeUB()
98 void BitStream::writeSB( sal_Int32 nValue, sal_uInt16 nBits ) in writeSB()
105 void BitStream::writeFB( sal_uInt32 nValue, sal_uInt16 nBits ) in writeFB()
112 void BitStream::pad() in pad()
124 void BitStream::writeTo( SvStream& out ) in writeTo()
138 sal_uInt32 BitStream::getOffset() const in getOffset()
222 void Tag::addBits( BitStream& rIn ) in addBits()
257 BitStream aBits; in writeRect()
311 BitStream aBits; in writeMatrix()
H A Dswfwriter.cxx230 BitStream aBits; in placeShape()
267 BitStream aBits; in moveShape()
412 BitStream aBits; in defineShape()
457 BitStream aBits; in defineShape()
522 BitStream bs; in streamSound()
H A Dswfwriter1.cxx135 void Writer::Impl_addPolygon( BitStream& rBits, const Polygon& rPoly, sal_Bool bFilled ) in Impl_addPolygon()
192 void Writer::Impl_addShapeRecordChange( BitStream& rBits, sal_Int16 dx, sal_Int16 dy, sal_Bool bFil… in Impl_addShapeRecordChange()
215 void Writer::Impl_addStraightEdgeRecord( BitStream& rBits, sal_Int16 dx, sal_Int16 dy ) in Impl_addStraightEdgeRecord()
249 void Writer::Impl_addCurvedEdgeRecord( BitStream& rBits, sal_Int16 control_dx, sal_Int16 control_dy… in Impl_addCurvedEdgeRecord()
272 void Writer::Impl_addEndShapeRecord( BitStream& rBits ) in Impl_addEndShapeRecord()
685 BitStream aBits; in Impl_writeText()
1362 BitStream aBits;
1939 void Writer::Impl_addStraightLine( BitStream& rBits, Point& rLastPoint, in Impl_addStraightLine()
1951 void Writer::Impl_addQuadBezier( BitStream& rBits, Point& rLastPoint, in Impl_addQuadBezier()
1968 void Writer::Impl_quadBezierApprox( BitStream& rBits, in Impl_quadBezierApprox()

Completed in 25 milliseconds