Searched refs:bEOFill (Results 1 – 4 of 4) sorted by relevance
/trunk/main/vcl/source/gdi/ |
H A D | pdfwriter.cxx | 553 void PDFWriter::DrawPolyPolygon( const PolyPolygon& rPolyPoly, sal_Int32 nPattern, bool bEOFill ) in DrawPolyPolygon() argument 555 ((PDFWriterImpl*)pImplementation)->drawPolyPolygon( rPolyPoly, nPattern, bEOFill ); in DrawPolyPolygon()
|
H A D | pdfwriter_impl.hxx | 1264 void drawPolyPolygon( const PolyPolygon& rPolyPoly, sal_Int32 nPattern, bool bEOFill );
|
H A D | pdfwriter_impl.cxx | 10523 void PDFWriterImpl::drawPolyPolygon( const PolyPolygon& rPolyPoly, sal_Int32 nPattern, bool bEOFill… in drawPolyPolygon() argument 10559 aStream.append( bEOFill ? "f*" : "f" ); in drawPolyPolygon()
|
/trunk/main/vcl/inc/vcl/ |
H A D | pdfwriter.hxx | 1352 void DrawPolyPolygon( const PolyPolygon& rPolyPoly, sal_Int32 nPatternId, bool bEOFill );
|
Completed in 93 milliseconds