Searched refs:fStrokeWidth (Results 1 – 5 of 5) sorted by relevance
/aoo4110/main/svgio/source/svgreader/ |
H A D | svgstyleattributes.cxx | 644 …const double fStrokeWidth(getStrokeWidth().isSet() ? getStrokeWidth().solve(mrOwner, length) : 1.0… in add_stroke() local 646 if(basegfx::fTools::more(fStrokeWidth, 0.0)) in add_stroke() 664 fStrokeWidth, in add_stroke() 777 …const double fStrokeWidth(getStrokeWidth().isSet() ? getStrokeWidth().solve(mrOwner, length) : 1.0… in prepare_singleMarker() local 782 fTargetWidth *= fStrokeWidth; in prepare_singleMarker() 783 fTargetHeight *= fStrokeWidth; in prepare_singleMarker() 810 rMarkerTransform.scale(fStrokeWidth, fStrokeWidth); in prepare_singleMarker()
|
/aoo4110/main/vcl/source/gdi/ |
H A D | graphictools.cxx | 138 double fStrokeWidth, in SvtGraphicStroke() argument 147 mfStrokeWidth( fStrokeWidth ), in SvtGraphicStroke()
|
H A D | pdfwriter_impl2.cxx | 579 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()
|
/aoo4110/main/vcl/inc/vcl/ |
H A D | graphictools.hxx | 100 double fStrokeWidth,
|
/aoo4110/main/filter/source/graphicfilter/eps/ |
H A D | eps.cxx | 1250 double fStrokeWidth( aStroke.getStrokeWidth() ); in ImplWriteActions() local 1265 if ( l_aDashArray.size() && ( fStrokeWidth != 0.0 ) ) in ImplWriteActions() 1269 ImplWriteLineInfo( fStrokeWidth, aStroke.getMiterLimit(), in ImplWriteActions()
|
Completed in 56 milliseconds