Searched refs:rLinePolygon (Results 1 – 9 of 9) sorted by relevance
/trunk/main/drawinglayer/source/primitive2d/ |
H A D | metafileprimitive2d.cxx | 640 const basegfx::B2DPolygon& rLinePolygon, in createHairlinePrimitive() argument 644 if(rLinePolygon.count()) in createHairlinePrimitive() 646 basegfx::B2DPolygon aLinePolygon(rLinePolygon); in createHairlinePrimitive() 674 const basegfx::B2DPolygon& rLinePolygon, in createLinePrimitive() argument 679 if(rLinePolygon.count()) in createLinePrimitive() 686 basegfx::B2DPolygon aLinePolygon(rLinePolygon); in createLinePrimitive() 734 createHairlinePrimitive(rLinePolygon, rTarget, rProperties); in createLinePrimitive()
|
/trunk/main/svtools/source/filter/wmf/ |
H A D | emfwr.cxx | 858 …er::Impl_handleLineInfoPolyPolygons(const LineInfo& rInfo, const basegfx::B2DPolygon& rLinePolygon) in Impl_handleLineInfoPolyPolygons() argument 860 if(rLinePolygon.count()) in Impl_handleLineInfoPolyPolygons() 862 basegfx::B2DPolyPolygon aLinePolyPolygon(rLinePolygon); in Impl_handleLineInfoPolyPolygons()
|
H A D | emfwr.hxx | 86 … Impl_handleLineInfoPolyPolygons(const LineInfo& rInfo, const basegfx::B2DPolygon& rLinePolygon);
|
H A D | wmfwr.hxx | 203 void HandleLineInfoPolyPolygons(const LineInfo& rInfo, const basegfx::B2DPolygon& rLinePolygon);
|
H A D | wmfwr.cxx | 1132 …FWriter::HandleLineInfoPolyPolygons(const LineInfo& rInfo, const basegfx::B2DPolygon& rLinePolygon) in HandleLineInfoPolyPolygons() argument 1134 if(rLinePolygon.count()) in HandleLineInfoPolyPolygons() 1136 basegfx::B2DPolyPolygon aLinePolyPolygon(rLinePolygon); in HandleLineInfoPolyPolygons()
|
/trunk/main/cppcanvas/source/mtfrenderer/ |
H A D | textaction.cxx | 1401 … const uno::Reference< rendering::XPolyPolygon2D >& rLinePolygon, in EffectTextArrayRenderHelper() 1405 mrLinePolygon( rLinePolygon ), in EffectTextArrayRenderHelper() 1797 … const uno::Reference< rendering::XPolyPolygon2D >& rLinePolygon, in OutlineTextArrayRenderHelper() 1807 mrLinePolygon( rLinePolygon ), in OutlineTextArrayRenderHelper()
|
/trunk/main/filter/source/graphicfilter/epict/ |
H A D | epict.cxx | 173 void HandleLineInfoPolyPolygons(const LineInfo& rInfo, const basegfx::B2DPolygon& rLinePolygon); 1367 …tWriter::HandleLineInfoPolyPolygons(const LineInfo& rInfo, const basegfx::B2DPolygon& rLinePolygon) in HandleLineInfoPolyPolygons() argument 1369 if(rLinePolygon.count()) in HandleLineInfoPolyPolygons() 1371 basegfx::B2DPolyPolygon aLinePolyPolygon(rLinePolygon); in HandleLineInfoPolyPolygons()
|
/trunk/main/filter/source/flash/ |
H A D | swfwriter1.cxx | 1395 …er::Impl_handleLineInfoPolyPolygons(const LineInfo& rInfo, const basegfx::B2DPolygon& rLinePolygon) in Impl_handleLineInfoPolyPolygons() argument 1397 if(rLinePolygon.count()) in Impl_handleLineInfoPolyPolygons() 1399 basegfx::B2DPolyPolygon aLinePolyPolygon(rLinePolygon); in Impl_handleLineInfoPolyPolygons()
|
H A D | swfwriter.hxx | 363 …id Impl_handleLineInfoPolyPolygons(const LineInfo& rInfo, const basegfx::B2DPolygon& rLinePolygon);
|
Completed in 102 milliseconds