Home
last modified time | relevance | path

Searched refs:aDashArray (Results 1 – 16 of 16) sorted by relevance

/dports/editors/libreoffice6/libreoffice-6.4.7.2/filter/source/graphicfilter/eps/
H A Deps.cxx86 SvtGraphicStroke::DashArray aDashArray; member
138 SvtGraphicStroke::DashArray aDashArray; member in PSWriter
267 , aDashArray() in PSWriter()
1039 pGS->aDashArray = aDashArray; in ImplWriteActions()
1068 aDashArray = pGS->aDashArray; in ImplWriteActions()
2304 if ( aDashArray != rLDash ) in ImplWriteLineInfo()
2306 aDashArray = rLDash; in ImplWriteLineInfo()
2307 sal_uInt32 j, i = aDashArray.size(); in ImplWriteLineInfo()
2310 ImplWriteDouble( aDashArray[ j ] ); in ImplWriteLineInfo()
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/filter/eps/
H A Deps.cxx79 SvtGraphicStroke::DashArray aDashArray; member
137 SvtGraphicStroke::DashArray aDashArray; member in __anon962617160111::PSWriter
267 , aDashArray() in PSWriter()
1036 pGS->aDashArray = aDashArray; in ImplWriteActions()
1064 aDashArray = pGS->aDashArray; in ImplWriteActions()
2300 if ( aDashArray != rLDash ) in ImplWriteLineInfo()
2302 aDashArray = rLDash; in ImplWriteLineInfo()
2303 sal_uInt32 j, i = aDashArray.size(); in ImplWriteLineInfo()
2306 ImplWriteDouble( aDashArray[ j ] ); in ImplWriteLineInfo()
/dports/editors/libreoffice/libreoffice-7.2.6.2/canvas/source/vcl/
H A Dcanvashelper.cxx320 std::vector<double> aDashArray; in strokePolyPolygon() local
322aDashArray = ::comphelper::sequenceToContainer< std::vector<double> >(strokeAttributes.DashArray); in strokePolyPolygon()
330 strokeAttributes.StrokeWidth, 0, !aDashArray.empty() ? &aDashArray : nullptr, in strokePolyPolygon()
350 … basegfx::utils::applyLineDashing(aPolyPoly.getB2DPolygon(i), aDashArray, &aDashedPolyPoly); in strokePolyPolygon()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sdext/source/pdfimport/wrapper/
H A Dwrapper.cxx409 uno::Sequence<double> aDashArray(nLen); in readLineDash() local
410 double* pArray=aDashArray.getArray(); in readLineDash()
414 m_pSink->setLineDash( aDashArray, nOffset ); in readLineDash()
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/win/gdi/
H A Dgdiimpl.cxx2342 std::vector<Gdiplus::REAL> aDashArray(pStroke->size()); in drawPolyLine() local
2363 aDashArray[2 * a] = Gdiplus::REAL(fDashLengthRel + fCorrect); in drawPolyLine()
2364 aDashArray[2 * a + 1] = Gdiplus::REAL(fSpaceLengthRel - fCorrect); in drawPolyLine()
2371 aDashArray[a] = Gdiplus::REAL((*pStroke)[a] * fFactor); in drawPolyLine()
2379 aPen.SetDashPattern(aDashArray.data(), aDashArray.size()); in drawPolyLine()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sdext/source/pdfimport/wrapper/
H A Dwrapper.cxx438 uno::Sequence<double> aDashArray(nLen); in readLineDash() local
439 double* pArray=aDashArray.getArray(); in readLineDash()
443 m_parser.m_pSink->setLineDash( aDashArray, nOffset ); in readLineDash()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/source/gdi/
H A Dpdfwriter_impl2.cxx584 SvtGraphicStroke::DashArray aDashArray; in playMetafile() local
588 aStroke.getDashArray( aDashArray ); in playMetafile()
593 … if ( !aDashArray.empty() && ( fStrokeWidth != 0.0 ) && ( fTransparency == 0.0 ) ) in playMetafile()
619 aInfo.m_aDashArray = aDashArray; in playMetafile()
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/gdi/
H A Dpdfwriter_impl2.cxx603 SvtGraphicStroke::DashArray aDashArray; in playMetafile() local
607 aStroke.getDashArray( aDashArray ); in playMetafile()
612 … if ( !aDashArray.empty() && ( fStrokeWidth != 0.0 ) && ( fTransparency == 0.0 ) ) in playMetafile()
638 aInfo.m_aDashArray = aDashArray; in playMetafile()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svgio/source/svgreader/
H A Dsvgstyleattributes.cxx702 ::std::vector< double > aDashArray; in add_stroke()
706 aDashArray = solveSvgNumberVector(getStrokeDasharray(), mrOwner); in add_stroke()
731 if(aDashArray.empty()) in add_stroke()
739 const drawinglayer::attribute::StrokeAttribute aStrokeAttribute(aDashArray); in add_stroke()
/dports/editors/libreoffice/libreoffice-7.2.6.2/svgio/source/svgreader/
H A Dsvgstyleattributes.cxx700 ::std::vector< double > aDashArray; in add_stroke()
704 aDashArray = solveSvgNumberVector(getStrokeDasharray(), mrOwner); in add_stroke()
729 if(aDashArray.empty()) in add_stroke()
737 const drawinglayer::attribute::StrokeAttribute aStrokeAttribute(aDashArray); in add_stroke()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/drawinglayer/source/processor2d/
H A Dvclmetafileprocessor2d.cxx450 SvtGraphicStroke::DashArray aDashArray; in impTryToCreateSvtGraphicStroke() local
507 aDashArray = pStrokeAttribute->getDotDashArray(); in impTryToCreateSvtGraphicStroke()
530 aDashArray)); in impTryToCreateSvtGraphicStroke()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/canvas/source/vcl/
H A Dcanvashelper.cxx334 const std::vector<double>& aDashArray( in strokePolyPolygon()
342 … basegfx::utils::applyLineDashing(aPolyPoly.getB2DPolygon(i), aDashArray, &aDashedPolyPoly); in strokePolyPolygon()
/dports/editors/libreoffice/libreoffice-7.2.6.2/canvas/source/cairo/
H A Dcairo_canvashelper.cxx964 … auto aDashArray(comphelper::sequenceToContainer<std::vector<double>>(strokeAttributes.DashArray)); in strokePolyPolygon()
965 for (auto& rDash : aDashArray) in strokePolyPolygon()
967 cairo_set_dash(mpCairo.get(), aDashArray.data(), aDashArray.size(), 0); in strokePolyPolygon()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/canvas/source/cairo/
H A Dcairo_canvashelper.cxx961 … auto aDashArray(comphelper::sequenceToContainer<std::vector<double>>(strokeAttributes.DashArray)); in strokePolyPolygon()
962 for (auto& rDash : aDashArray) in strokePolyPolygon()
964 cairo_set_dash(mpCairo.get(), aDashArray.data(), aDashArray.size(), 0); in strokePolyPolygon()
/dports/editors/libreoffice/libreoffice-7.2.6.2/drawinglayer/source/processor2d/
H A Dvclmetafileprocessor2d.cxx423 SvtGraphicStroke::DashArray aDashArray; in impTryToCreateSvtGraphicStroke() local
480 aDashArray = pStrokeAttribute->getDotDashArray(); in impTryToCreateSvtGraphicStroke()
497 fLineWidth, eCap, eJoin, fMiterLength, aDashArray)); in impTryToCreateSvtGraphicStroke()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/filter/source/flash/
H A Dswfwriter1.cxx1093 SvtGraphicStroke::DashArray aDashArray; in Impl_writeStroke() local
1094 rStroke.getDashArray( aDashArray ); in Impl_writeStroke()
1095 if( !aDashArray.empty() ) in Impl_writeStroke()