Home
last modified time | relevance | path

Searched refs:rLineWidths (Results 1 – 7 of 7) sorted by path

/trunk/main/vcl/aqua/source/gdi/
H A Dsalgdi.cxx982 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()
/trunk/main/vcl/inc/aqua/
H A Dsalgdi.h245 const ::basegfx::B2DVector& rLineWidths,
/trunk/main/vcl/inc/
H A Dsalgdi.hxx127 const ::basegfx::B2DVector& rLineWidths,
/trunk/main/vcl/inc/unx/
H A Dpspgraphics.h142 const basegfx::B2DVector& rLineWidths,
/trunk/main/vcl/unx/headless/
H A Dsvpgdi.hxx127 const ::basegfx::B2DVector& rLineWidths,
H A Dsvppspgraphics.hxx148 const ::basegfx::B2DVector& rLineWidths,
/trunk/main/vcl/win/source/gdi/
H A Dsalgdi_gdiplus.cxx219 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()

Completed in 67 milliseconds