Home
last modified time | relevance | path

Searched refs:writeFB (Results 1 – 2 of 2) sorted by relevance

/trunk/main/filter/source/flash/
H A Dswfwriter2.cxx105 void BitStream::writeFB( sal_uInt32 nValue, sal_uInt16 nBits ) in writeFB() function in BitStream
322 aBits.writeFB( getFixed( rMatrix.get(0, 0) ), nScaleBits ); // Scale X in writeMatrix()
323 aBits.writeFB( getFixed( rMatrix.get(1, 1) ), nScaleBits ); // Scale Y in writeMatrix()
335 aBits.writeFB( getFixed( rMatrix.get(0, 1) ), nRotateBits ); // RotateSkew0 in writeMatrix()
336 aBits.writeFB( getFixed( rMatrix.get(1, 0) ), nRotateBits ); // RotateSkew1 in writeMatrix()
H A Dswfwriter.hxx140 void writeFB( sal_uInt32 nValue, sal_uInt16 nBits );

Completed in 19 milliseconds