Searched refs:mnDocXScale (Results 1 – 3 of 3) sorted by relevance
/aoo42x/main/filter/source/flash/ |
H A D | swfwriter.cxx | 72 mnDocXScale = (double)nTWIPWidthOutput / mnDocWidth; in Writer() 77 Rectangle aRect( 0, 0, (long)( mnDocWidth * mnDocXScale ), (long)( mnDocHeight * mnDocYScale ) ); in Writer() 172 …Rectangle aDocRect( 0, 0, static_cast<long>(mnDocWidth*mnDocXScale), static_cast<long>(mnDocHeight… in storeTo() 247 _Int16(static_cast<long>(map100thmm(x)*mnDocXScale)), in placeShape() 282 _Int16(static_cast<long>(map100thmm(x)*mnDocXScale)), in moveShape()
|
H A D | swfwriter1.cxx | 77 retPoint.X() = (long)( retPoint.X() * mnDocXScale ); in map() 93 retSize.Width() = (long)( retSize.Width() * mnDocXScale ); in map() 636 …Rectangle textBounds( 0, 0, static_cast<long>(mnDocWidth*mnDocXScale), static_cast<long>(mnDocHeig… in Impl_writeText()
|
H A D | swfwriter.hxx | 413 double mnDocXScale; member in swf::Writer
|
Completed in 21 milliseconds