Home
last modified time | relevance | path

Searched refs:mnDocXScale (Results 1 – 3 of 3) sorted by relevance

/trunk/main/filter/source/flash/
H A Dswfwriter.cxx72 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 Dswfwriter1.cxx77 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 Dswfwriter.hxx413 double mnDocXScale; member in swf::Writer

Completed in 75 milliseconds