Home
last modified time | relevance | path

Searched refs:fStrokeWidth (Results 1 – 5 of 5) sorted by last modified time

/trunk/main/filter/source/graphicfilter/eps/
H A Deps.cxx1250 double fStrokeWidth( aStroke.getStrokeWidth() ); in ImplWriteActions() local
1265 if ( l_aDashArray.size() && ( fStrokeWidth != 0.0 ) ) in ImplWriteActions()
1269 ImplWriteLineInfo( fStrokeWidth, aStroke.getMiterLimit(), in ImplWriteActions()
/trunk/main/vcl/source/gdi/
H A Dpdfwriter_impl2.cxx579 double fStrokeWidth( aStroke.getStrokeWidth() ); in playMetafile() local
589 if ( aDashArray.size() && ( fStrokeWidth != 0.0 ) && ( fTransparency == 0.0 ) ) in playMetafile()
594 aInfo.m_fLineWidth = fStrokeWidth; in playMetafile()
618 && fStrokeWidth > 0.0) in playMetafile()
H A Dgraphictools.cxx138 double fStrokeWidth, in SvtGraphicStroke() argument
147 mfStrokeWidth( fStrokeWidth ), in SvtGraphicStroke()
/trunk/main/vcl/inc/vcl/
H A Dgraphictools.hxx100 double fStrokeWidth,
/trunk/main/svgio/source/svgreader/
H A Dsvgstyleattributes.cxx679 …const double fStrokeWidth(getStrokeWidth().isSet() ? getStrokeWidth().solve(mrOwner, length) : 1.0… in add_stroke() local
681 if(basegfx::fTools::more(fStrokeWidth, 0.0)) in add_stroke()
699 fStrokeWidth, in add_stroke()
812 …const double fStrokeWidth(getStrokeWidth().isSet() ? getStrokeWidth().solve(mrOwner, length) : 1.0… in prepare_singleMarker() local
817 fTargetWidth *= fStrokeWidth; in prepare_singleMarker()
818 fTargetHeight *= fStrokeWidth; in prepare_singleMarker()
845 rMarkerTransform.scale(fStrokeWidth, fStrokeWidth); in prepare_singleMarker()

Completed in 55 milliseconds