Searched refs:writeUB (Results 1 – 4 of 4) sorted by relevance
| /AOO41X/main/filter/source/flash/ |
| H A D | swfwriter.cxx | 232 aBits.writeUB( nClip != 0, 1 ); // Has Clip Actions? in placeShape() 233 aBits.writeUB( 0, 1 ); // reserved in placeShape() 234 aBits.writeUB( pName != NULL, 1 ); // has a name 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() 238 aBits.writeUB( 1, 1 ); // places a character in placeShape() 239 aBits.writeUB( 0, 1 ); // does not define a character to be moved in placeShape() 268 aBits.writeUB( 0, 1 ); // Has no Clip Actions in moveShape() 269 aBits.writeUB( 0, 1 ); // reserved in moveShape() [all …]
|
| H A D | swfwriter1.cxx | 194 rBits.writeUB( 0, 1 ); // TypeFlag in Impl_addShapeRecordChange() 195 rBits.writeUB( 0, 1 ); // StateNewStyles in Impl_addShapeRecordChange() 196 rBits.writeUB( !bFilled, 1 ); // StateLineStyle in Impl_addShapeRecordChange() 197 rBits.writeUB( 0, 1 ); // StateFillStyle0 in Impl_addShapeRecordChange() 198 rBits.writeUB( bFilled, 1 ); // StateFillStyle1 in Impl_addShapeRecordChange() 199 rBits.writeUB( 1, 1 ); // StateMoveTo in Impl_addShapeRecordChange() 203 rBits.writeUB( nMoveBits, 5 ); // Number of bits per value in Impl_addShapeRecordChange() 208 rBits.writeUB( 1, 1 ); // set FillStyle1 or LineStyle to 1 in Impl_addShapeRecordChange() 217 rBits.writeUB( 1, 1 ); // TypeFlag in Impl_addStraightEdgeRecord() 218 rBits.writeUB( 1, 1 ); // StraightFlag in Impl_addStraightEdgeRecord() [all …]
|
| H A D | swfwriter2.cxx | 74 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 D | swfwriter.hxx | 138 void writeUB( sal_uInt32 nValue, sal_uInt16 nBits );
|