Home
last modified time | relevance | path

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

/trunk/main/vcl/source/gdi/
H A Dpdfwriter_impl.cxx503 static inline sal_Int32 pointToPixel( double pt ) { return sal_Int32(pt*fDivisor); } in pointToPixel() function
1412 nValue = pointToPixel(getHeight()) - aPoint.Y(); in appendPoint()
1455 rRect.Top() = pointToPixel(getHeight()) - aLL.Y(); in convertRect()
1742 …m_aMapMode( MAP_POINT, Point(), Fraction( 1L, pointToPixel(1) ), Fraction( 1L, pointToPixel(1) ) ), in PDFWriterImpl()
8609 long nPageHeight = pointToPixel(m_aPages[m_nCurrentPage].getHeight()); in beginRedirect()
12121 …Rectangle aBack( Point( rWidget.m_aRect.Left(), pointToPixel(m_aPages[m_nCurrentPage].getHeight())… in beginControlAppearance()

Completed in 311 milliseconds