Home
last modified time | relevance | path

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

/dports/editors/libreoffice6/libreoffice-6.4.7.2/filter/source/flash/
H A Dswfwriter.cxx205 aBits.writeUB( sal_uInt32(0), 1 ); // Has Clip Actions? in placeShape()
206 aBits.writeUB( 0, 1 ); // reserved in placeShape()
207 aBits.writeUB( sal_uInt32(0), 1 ); // has a name in placeShape()
208 aBits.writeUB( 0, 1 ); // no ratio in placeShape()
209 aBits.writeUB( 0, 1 ); // no color transform in placeShape()
210 aBits.writeUB( 1, 1 ); // has a matrix in placeShape()
211 aBits.writeUB( 1, 1 ); // places a character in placeShape()
212 aBits.writeUB( 0, 1 ); // does not define a character to be moved in placeShape()
H A Dswfwriter1.cxx172 rBits.writeUB( 0, 1 ); // TypeFlag in Impl_addShapeRecordChange()
173 rBits.writeUB( 0, 1 ); // StateNewStyles in Impl_addShapeRecordChange()
175 rBits.writeUB( 0, 1 ); // StateFillStyle0 in Impl_addShapeRecordChange()
177 rBits.writeUB( 1, 1 ); // StateMoveTo in Impl_addShapeRecordChange()
194 rBits.writeUB( 1, 1 ); // TypeFlag in Impl_addStraightEdgeRecord()
195 rBits.writeUB( 1, 1 ); // StraightFlag in Impl_addStraightEdgeRecord()
209 rBits.writeUB( 0, 1 ); in Impl_addStraightEdgeRecord()
210 rBits.writeUB( sal_uInt32( dx == 0 ), 1 ); in Impl_addStraightEdgeRecord()
227 rBits.writeUB( 1, 1 ); // TypeFlag in Impl_addCurvedEdgeRecord()
228 rBits.writeUB( 0, 1 ); // CurvedFlag in Impl_addCurvedEdgeRecord()
[all …]
H A Dswfwriter2.cxx62 void BitStream::writeUB( sal_uInt32 nValue, sal_uInt16 nBits ) in writeUB() function in BitStream
87 writeUB( static_cast< sal_uInt32 >(nValue), nBits ); in writeSB()
93 writeUB( nValue, nBits ); in writeFB()
266 aBits.writeUB( nBitsMax, 5 ); in writeRect()
289 aBits.writeUB( int(bHasScale), 1 ); in writeMatrix()
295 aBits.writeUB( nScaleBits, 5 ); in writeMatrix()
302 aBits.writeUB( int(bHasRotate), 1 ); in writeMatrix()
308 aBits.writeUB( nRotateBits, 5 ); in writeMatrix()
315 aBits.writeUB( nTranslateBits, 5 ); in writeMatrix()
419 maGlyphData.writeUB( 0x11, 8 ); in getGlyph()
H A Dswfwriter.hxx118 void writeUB( sal_uInt32 nValue, sal_uInt16 nBits );