Home
last modified time | relevance | path

Searched refs:rStroke (Results 1 – 11 of 11) sorted by relevance

/dports/editors/libreoffice6/libreoffice-6.4.7.2/svx/source/sdr/primitive2d/
H A Dsdrdecompositiontools.cxx154 const attribute::SdrLineStartEndAttribute& rStroke) in createPolygonLinePrimitive() argument
161 if(!rPolygon.isClosed() && !rStroke.isDefault()) in createPolygonLinePrimitive()
163 …attribute::LineStartEndAttribute aStart(rStroke.getStartWidth(), rStroke.getStartPolyPolygon(), rS… in createPolygonLinePrimitive()
164 …attribute::LineStartEndAttribute aEnd(rStroke.getEndWidth(), rStroke.getEndPolyPolygon(), rStroke.… in createPolygonLinePrimitive()
193 const attribute::SdrLineAttribute& rStroke, in createTextPrimitive() argument
203 if(!rStroke.isDefault() && 0.0 != rStroke.getWidth()) in createTextPrimitive()
218 …olygon = basegfx::utils::growInNormalDirection(aScaledUnitPolyPolygon, -(rStroke.getWidth() * 0.5)… in createTextPrimitive()
/dports/editors/libreoffice/libreoffice-7.2.6.2/svx/source/sdr/primitive2d/
H A Dsdrdecompositiontools.cxx221 const attribute::SdrLineStartEndAttribute& rStroke) in createPolygonLinePrimitive() argument
228 if(!rPolygon.isClosed() && !rStroke.isDefault()) in createPolygonLinePrimitive()
230 …attribute::LineStartEndAttribute aStart(rStroke.getStartWidth(), rStroke.getStartPolyPolygon(), rS… in createPolygonLinePrimitive()
231 …attribute::LineStartEndAttribute aEnd(rStroke.getEndWidth(), rStroke.getEndPolyPolygon(), rStroke.… in createPolygonLinePrimitive()
259 const attribute::SdrLineAttribute& rStroke, in createTextPrimitive() argument
269 if(!rStroke.isDefault() && 0.0 != rStroke.getWidth()) in createTextPrimitive()
284 …olygon = basegfx::utils::growInNormalDirection(aScaledUnitPolyPolygon, -(rStroke.getWidth() * 0.5)… in createTextPrimitive()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/svx/sdr/primitive2d/
H A Dsdrdecompositiontools.hxx62 const attribute::SdrLineStartEndAttribute& rStroke);
68 const attribute::SdrLineAttribute& rStroke,
/dports/editors/libreoffice/libreoffice-7.2.6.2/svx/inc/sdr/primitive2d/
H A Dsdrdecompositiontools.hxx61 const attribute::SdrLineStartEndAttribute& rStroke);
67 const attribute::SdrLineAttribute& rStroke,
/dports/editors/libreoffice6/libreoffice-6.4.7.2/filter/source/flash/
H A Dswfwriter1.cxx1069 bool Writer::Impl_writeStroke( SvtGraphicStroke const & rStroke ) in Impl_writeStroke() argument
1072 rStroke.getPath( aPolygon ); in Impl_writeStroke()
1080 if(SvtGraphicStroke::joinRound != rStroke.getJoinType()) in Impl_writeStroke()
1084 rStroke.getStartArrow( aStartArrow ); in Impl_writeStroke()
1089 rStroke.getEndArrow( aEndArrow ); in Impl_writeStroke()
1094 rStroke.getDashArray( aDashArray ); in Impl_writeStroke()
1100 if( 0.0 != rStroke.getTransparency() ) in Impl_writeStroke()
1101 …parency( sal::static_int_cast<sal_uInt8>( MinMax( static_cast<long int>( rStroke.getTransparency()… in Impl_writeStroke()
1103 …, sal::static_int_cast<sal_uInt16>( mapRelative( static_cast<sal_Int32>( rStroke.getStrokeWidth() … in Impl_writeStroke()
H A Dswfwriter.hxx332 bool Impl_writeStroke( SvtGraphicStroke const & rStroke );
/dports/editors/libreoffice/libreoffice-7.2.6.2/drawinglayer/source/processor2d/
H A Dvclmetafileprocessor2d.cxx1576 const attribute::StrokeAttribute& rStroke = rStrokePrimitive.getStrokeAttribute(); in processPolygonStrokePrimitive2D() local
1590 if (0.0 == rStroke.getFullDotDashLen()) in processPolygonStrokePrimitive2D()
1597 const std::vector<double>& array = rStroke.getDotDashArray(); in processPolygonStrokePrimitive2D()
1651 basegfx::utils::applyLineDashing(rBasePolygon, rStroke.getDotDashArray(), in processPolygonStrokePrimitive2D()
1653 rStroke.getFullDotDashLen()); in processPolygonStrokePrimitive2D()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/drawinglayer/source/processor2d/
H A Dvclmetafileprocessor2d.cxx1544 … const attribute::StrokeAttribute& rStroke = rStrokePrimitive.getStrokeAttribute(); in processPolygonStrokePrimitive2D() local
1547 if(0.0 == rStroke.getFullDotDashLen()) in processPolygonStrokePrimitive2D()
1554 rBasePolygon, rStroke.getDotDashArray(), in processPolygonStrokePrimitive2D()
1555 &aHairLinePolyPolygon, nullptr, rStroke.getFullDotDashLen()); in processPolygonStrokePrimitive2D()
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/gdi/
H A Dgdimetafiletools.cxx234 void addSvtGraphicStroke(const SvtGraphicStroke& rStroke, GDIMetaFile& rTarget) in addSvtGraphicStroke() argument
238 WriteSvtGraphicStroke( aMemStm, rStroke ); in addSvtGraphicStroke()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/source/gdi/
H A Dgdimetafiletools.cxx234 void addSvtGraphicStroke(const SvtGraphicStroke& rStroke, GDIMetaFile& rTarget) in addSvtGraphicStroke() argument
238 WriteSvtGraphicStroke( aMemStm, rStroke ); in addSvtGraphicStroke()
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/pdf/
H A DPDFiumLibrary.cxx888 bool PDFiumPageObjectImpl::getDrawMode(PDFFillMode& rFillMode, bool& rStroke) in getDrawMode() argument
891 auto bStroke = static_cast<FPDF_BOOL>(rStroke); in getDrawMode()
894 rStroke = static_cast<bool>(bStroke); in getDrawMode()