Searched refs:_Int16 (Results 1 – 3 of 3) sorted by relevance
/aoo42x/main/filter/source/flash/ |
H A D | swfwriter1.cxx | 139 Impl_addShapeRecordChange( rBits, _Int16(aLastPoint.X()),_Int16(aLastPoint.Y()), bFilled ); in Impl_addPolygon() 173 …Impl_addStraightEdgeRecord( rBits, _Int16(aPolyPoint.X() - aLastPoint.X()),_Int16(aPolyPoint.Y() -… in Impl_addPolygon() 183 …Impl_addStraightEdgeRecord( rBits, _Int16(aPolyPoint.X() - aLastPoint.X()),_Int16(aPolyPoint.Y() -… in Impl_addPolygon() 658 sal_Int16 nHeight = _Int16( map( Size( 0, aFont.GetHeight() ) ).Height() ); in Impl_writeText() 703 aBits.writeSB( _Int16(map( Size( (long)( nAdvance / scale ), 0 ) ).Width() ), nAdvanceBits ); in Impl_writeText() 1944 …Impl_addStraightEdgeRecord( rBits, _Int16(aPoint.X() - rLastPoint.X()),_Int16(aPoint.Y() - rLastPo… in Impl_addStraightLine() 1960 _Int16(aControlPoint.X() - rLastPoint.X()),_Int16(aControlPoint.Y() - rLastPoint.Y()), in Impl_addQuadBezier() 1961 _Int16(aAnchorPoint.X() - aControlPoint.X()),_Int16(aAnchorPoint.Y() - aControlPoint.Y()) ); in Impl_addQuadBezier()
|
H A D | swfwriter.cxx | 247 _Int16(static_cast<long>(map100thmm(x)*mnDocXScale)), in placeShape() 248 _Int16(static_cast<long>(map100thmm(y)*mnDocYScale)))); in placeShape() 282 _Int16(static_cast<long>(map100thmm(x)*mnDocXScale)), in moveShape() 283 _Int16(static_cast<long>(map100thmm(y)*mnDocYScale)))); in moveShape()
|
H A D | swfwriter.hxx | 68 inline sal_Int16 _Int16( sal_Int32 nValue ) in _Int16() function
|
Completed in 35 milliseconds