Home
last modified time | relevance | path

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

/trunk/main/filter/source/flash/
H A Dswfwriter.cxx233 aBits.writeUB( 0, 1 ); // reserved in placeShape()
235 aBits.writeUB( 0, 1 ); // no ratio in placeShape()
236 aBits.writeUB( 0, 1 ); // no color transform in placeShape()
237 aBits.writeUB( 1, 1 ); // has a matrix in placeShape()
269 aBits.writeUB( 0, 1 ); // reserved in moveShape()
270 aBits.writeUB( 0, 1 ); // has no name in moveShape()
271 aBits.writeUB( 0, 1 ); // no ratio in moveShape()
273 aBits.writeUB( 1, 1 ); // has a matrix in moveShape()
524 bs.writeUB(MP3_COMPRESSION,4); in streamSound()
526 bs.writeUB(1, 1); // AS: 16 Bit in streamSound()
[all …]
H A Dswfwriter1.cxx194 rBits.writeUB( 0, 1 ); // TypeFlag in Impl_addShapeRecordChange()
199 rBits.writeUB( 1, 1 ); // StateMoveTo in Impl_addShapeRecordChange()
217 rBits.writeUB( 1, 1 ); // TypeFlag in Impl_addStraightEdgeRecord()
232 rBits.writeUB( 0, 1 ); in Impl_addStraightEdgeRecord()
233 rBits.writeUB( ( dx == 0 ), 1 ); in Impl_addStraightEdgeRecord()
251 rBits.writeUB( 1, 1 ); // TypeFlag in Impl_addCurvedEdgeRecord()
252 rBits.writeUB( 0, 1 ); // CurvedFlag in Impl_addCurvedEdgeRecord()
274 rBits.writeUB( 0, 6 ); in Impl_addEndShapeRecord()
1363 aBits.writeUB( 1, 1 ); // HasText
1374 aBits.writeUB( 1, 1 ); // Border
[all …]
H A Dswfwriter2.cxx74 void BitStream::writeUB( sal_uInt32 nValue, sal_uInt16 nBits ) in writeUB() function in BitStream
100 writeUB( static_cast< sal_uInt32 >(nValue), nBits ); in writeSB()
107 writeUB( nValue, nBits ); in writeFB()
290 aBits.writeUB( nBitsMax, 5 ); in writeRect()
315 aBits.writeUB( bHasScale, 1 ); in writeMatrix()
321 aBits.writeUB( nScaleBits, 5 ); in writeMatrix()
328 aBits.writeUB( bHasRotate, 1 ); in writeMatrix()
334 aBits.writeUB( nRotateBits, 5 ); in writeMatrix()
341 aBits.writeUB( nTranslateBits, 5 ); in writeMatrix()
472 maGlyphData.writeUB( 0x11, 8 ); in getGlyph()
H A Dswfwriter.hxx138 void writeUB( sal_uInt32 nValue, sal_uInt16 nBits );

Completed in 27 milliseconds