Home
last modified time | relevance | path

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

/trunk/main/vcl/source/gdi/
H A Dpdfwriter_impl.cxx501 static inline double pixelToPoint( sal_Int32 px ) { return double(px)/fDivisor; } in pixelToPoint() function
502 static inline double pixelToPoint( double px ) { return px/fDivisor; } in pixelToPoint() function
1421 double fValue = pixelToPoint(rPoint.getX()); in appendPixelPoint()
1427 fValue = double(getHeight()) - pixelToPoint(rPoint.getY()); in appendPixelPoint()
1621 fLength *= pixelToPoint((double)(bVertical ? aSize.Height() : aSize.Width()) / 1000.0); in appendMappedLength()

Completed in 63 milliseconds