Searched refs:rLineWidths (Results 1 – 7 of 7) sorted by relevance
/aoo42x/main/vcl/win/source/gdi/ |
H A D | salgdi_gdiplus.cxx | 219 const basegfx::B2DVector& rLineWidths, in drawPolyLine() argument 230 Gdiplus::Pen aTestPen(aTestColor, Gdiplus::REAL(rLineWidths.getX())); in drawPolyLine() 238 if(basegfx::fTools::more(rLineWidths.getX(), 0.0)) in drawPolyLine() 285 if(nCount > 250 && basegfx::fTools::more(rLineWidths.getX(), 1.5)) in drawPolyLine()
|
/aoo42x/main/vcl/aqua/source/gdi/ |
H A D | salgdi.cxx | 982 const ::basegfx::B2DVector& rLineWidths, in drawPolyLine() 992 if( rLineWidths.getX() != rLineWidths.getY() ) in drawPolyLine() 999 && (rLineWidths.getX() > 1.3) ) in drawPolyLine() 1052 CGContextSetLineWidth( mrContext, rLineWidths.getX() ); in drawPolyLine()
|
/aoo42x/main/vcl/unx/headless/ |
H A D | svpgdi.hxx | 127 const ::basegfx::B2DVector& rLineWidths,
|
H A D | svppspgraphics.hxx | 148 const ::basegfx::B2DVector& rLineWidths,
|
/aoo42x/main/vcl/inc/unx/ |
H A D | pspgraphics.h | 142 const basegfx::B2DVector& rLineWidths,
|
/aoo42x/main/vcl/inc/aqua/ |
H A D | salgdi.h | 245 const ::basegfx::B2DVector& rLineWidths,
|
/aoo42x/main/vcl/inc/ |
H A D | salgdi.hxx | 127 const ::basegfx::B2DVector& rLineWidths,
|
Completed in 34 milliseconds