Searched refs:appendPoint (Results 1 – 2 of 2) sorted by relevance
| /AOO41X/main/vcl/source/gdi/ |
| H A D | pdfwriter_impl.cxx | 1078 rPage.appendPoint( Point( (long)f[4], (long)f[5] ), rBuffer, false, pBack ); in append() 1388 void PDFWriterImpl::PDFPage::appendPoint( const Point& rPoint, OStringBuffer& rBuffer, bool bNeg, P… in appendPoint() function in PDFWriterImpl::PDFPage 1434 appendPoint( rRect.BottomLeft() + Point( 0, 1 ), rBuffer ); in appendRect() 1469 appendPoint( rPoly[0], rBuffer ); in appendPolygon() 1477 appendPoint( rPoly[i], rBuffer ); in appendPolygon() 1479 appendPoint( rPoly[i+1], rBuffer ); in appendPolygon() 1481 appendPoint( rPoly[i+2], rBuffer ); in appendPolygon() 1488 appendPoint( rPoly[i], rBuffer ); in appendPolygon() 7255 m_aPages.back().appendPoint( aCurPos, rLine, false ); in drawHorizontalGlyphs() 7941 m_aPages.back().appendPoint( rStart, aLine ); in drawLine() [all …]
|
| H A D | pdfwriter_impl.hxx | 146 …void appendPoint( const Point& rPoint, rtl::OStringBuffer& rBuffer, bool bNeg = false, Point* pOut…
|