Home
last modified time | relevance | path

Searched refs:rPolyPoly (Results 1 – 25 of 92) sorted by last modified time

1234

/trunk/main/vcl/inc/vcl/
H A Dbitmap.hxx806 sal_Bool Vectorize( PolyPolygon& rPolyPoly,
H A Dpdfwriter.hxx773 void DrawPolyPolygon( const PolyPolygon& rPolyPoly );
810 void DrawGradient( const PolyPolygon& rPolyPoly, const Gradient& rGradient );
812 void DrawHatch( const PolyPolygon& rPolyPoly, const Hatch& rHatch );
815 void DrawTransparent( const PolyPolygon& rPolyPoly,
1352 void DrawPolyPolygon( const PolyPolygon& rPolyPoly, sal_Int32 nPatternId, bool bEOFill );
/trunk/main/vcl/source/gdi/
H A Doutdev3.cxx4295 rPolyPoly.Insert( aPoly ); in ImplGetEmphasisMark()
4312 rPolyPoly.Insert( aPoly ); in ImplGetEmphasisMark()
4321 rPolyPoly.Insert( aPoly2 ); in ImplGetEmphasisMark()
4338 rPolyPoly.Insert( aPoly ); in ImplGetEmphasisMark()
4373 rPolyPoly.Insert( aTemp ); in ImplGetEmphasisMark()
4403 if ( rPolyPoly.Count() ) in ImplDrawEmphasisMark()
4407 Polygon aPoly = rPolyPoly.GetObject( 0 ); in ImplDrawEmphasisMark()
4413 PolyPolygon aPolyPoly = rPolyPoly; in ImplDrawEmphasisMark()
7952 sal_Bool OutputDevice::GetTextOutline( PolyPolygon& rPolyPoly, in GetTextOutline() argument
7956 rPolyPoly.Clear(); in GetTextOutline()
[all …]
H A Dbitmap3.cxx3344 sal_Bool Bitmap::Vectorize( PolyPolygon& rPolyPoly, sal_uLong nFlags, const Link* pProgress ) in Vectorize() argument
3346 return ImplVectorizer().ImplVectorize( *this, rPolyPoly, nFlags, pProgress ); in Vectorize()
H A Dgdimetafiletools.cxx1005 const PolyPolygon& rPolyPoly = pA->GetPolyPolygon(); in clipMetafileContentAgainstOwnRegions() local
1009 rPolyPoly.getB2DPolyPolygon(), in clipMetafileContentAgainstOwnRegions()
H A Dregion.cxx357 Region::Region(const PolyPolygon& rPolyPoly) in Region() argument
363 DBG_CHKOBJ( &rPolyPoly, PolyPolygon, NULL ); in Region()
365 if(rPolyPoly.Count()) in Region()
367 ImplCreatePolyPolyRegion(rPolyPoly); in Region()
377 DBG_CHKOBJ( &rPolyPoly, PolyPolygon, NULL ); in Region()
379 if(rPolyPoly.count()) in Region()
381 ImplCreatePolyPolyRegion(rPolyPoly); in Region()
425 if(rPolyPoly.count() && !rPolyPoly.getB2DRange().isEmpty()) in ImplCreatePolyPolyRegion()
1779 int nPolygons = rPolyPoly.Count(); in GetRegionFromPolyPolygon()
1783 const Polygon& rPoly = rPolyPoly[i]; in GetRegionFromPolyPolygon()
[all …]
H A Dgdimtf.cxx975 PolyPolygon GDIMetaFile::ImplGetRotatedPolyPolygon( const PolyPolygon& rPolyPoly, const Point& rRot… in ImplGetRotatedPolyPolygon() argument
978 PolyPolygon aRet( rPolyPoly ); in ImplGetRotatedPolyPolygon()
990 const PolyPolygon& rPolyPoly, in ImplAddGradientEx() argument
1000 aVDev.DrawGradient( rPolyPoly, rGrad ); in ImplAddGradientEx()
2854 … const PolyPolygon& rPolyPoly = ( (MetaPolyPolygonAction*) pAction )->GetPolyPolygon(); in GetSizeBytes() local
2856 for( sal_uInt16 n = 0; n < rPolyPoly.Count(); ++n ) in GetSizeBytes()
2857 nSizeBytes += ( rPolyPoly[ n ].GetSize() * sizeof( Point ) ); in GetSizeBytes()
H A Doutdev6.cxx231 void OutputDevice::DrawTransparent( const PolyPolygon& rPolyPoly, in DrawTransparent() argument
240 DrawPolyPolygon( rPolyPoly ); in DrawTransparent()
254 DrawPolyPolygon( rPolyPoly ); in DrawTransparent()
283 && !rPolyPoly.IsRect() in DrawTransparent()
298 basegfx::B2DPolyPolygon aB2DPolyPolygon( rPolyPoly.getB2DPolyPolygon() ); in DrawTransparent()
356 Rectangle aPolyRect( LogicToPixel( rPolyPoly ).GetBoundRect() ); in DrawTransparent()
379 IntersectClipRegion( rPolyPoly ); in DrawTransparent()
411 PolyPolygon aPolyPoly( LogicToPixel( rPolyPoly ) ); in DrawTransparent()
601 DrawPolyPolygon( rPolyPoly ); in DrawTransparent()
607 DrawPolyPolygon( rPolyPoly ); in DrawTransparent()
[all …]
H A Dpdfwriter_impl.cxx1582 sal_uInt16 nPolygons = rPolyPoly.Count(); in appendPolyPolygon()
1589 sal_uInt32 nPolygons = rPolyPoly.count(); in appendPolyPolygon()
7711 if ( rPolyPoly.Count() ) in drawEmphasisMark()
7721 PolyPolygon aPolyPoly = rPolyPoly; in drawEmphasisMark()
8478 int nPolygons = rPolyPoly.Count(); in drawPolyPolygon()
8512 drawPolyPolygon( rPolyPoly ); in drawTransparent()
10261 drawPolyPolygon( rPolyPoly ); in drawGradient()
10271 int nPolygons = rPolyPoly.Count(); in drawGradient()
10299 if( rPolyPoly.Count() ) in drawHatch()
10301 PolyPolygon aPolyPoly( rPolyPoly ); in drawHatch()
[all …]
H A Dprint2.cxx1552 void Printer::DrawGradientEx( OutputDevice* pOut, const PolyPolygon& rPolyPoly, const Gradient& rGr… in DrawGradientEx() argument
1565 pOut->DrawGradient( rPolyPoly, aNewGradient ); in DrawGradientEx()
1568 pOut->DrawGradient( rPolyPoly, rGradient ); in DrawGradientEx()
1585 pOut->DrawPolyPolygon( rPolyPoly ); in DrawGradientEx()
1590 pOut->DrawGradient( rPolyPoly, rGradient ); in DrawGradientEx()
H A Dpdfwriter_impl.hxx158 …void appendPolyPolygon( const PolyPolygon& rPolyPoly, rtl::OStringBuffer& rBuffer, bool bClose = t…
160 …void appendPolyPolygon( const basegfx::B2DPolyPolygon& rPolyPoly, rtl::OStringBuffer& rBuffer, boo…
1015 …void drawEmphasisMark( long nX, long nY, const PolyPolygon& rPolyPoly, sal_Bool bPolyLine, const …
1055 void implWriteGradient( const PolyPolygon& rPolyPoly, const Gradient& rGradient,
1235 void drawPolyPolygon( const PolyPolygon& rPolyPoly );
1255 void drawGradient( const PolyPolygon& rPolyPoly, const Gradient& rGradient );
1256 void drawHatch( const PolyPolygon& rPolyPoly, const Hatch& rHatch );
1258 void drawTransparent( const PolyPolygon& rPolyPoly, sal_uInt32 nTransparentPercent );
1264 void drawPolyPolygon( const PolyPolygon& rPolyPoly, sal_Int32 nPattern, bool bEOFill );
/trunk/main/vcl/aqua/source/gdi/
H A Dsalgdi.cxx523 const ::basegfx::B2DPolyPolygon& rPolyPoly, bool bPixelSnap, bool bLineDraw ) in AddPolyPolygonToPath()
526 const int nPolyCount = rPolyPoly.count(); in AddPolyPolygonToPath()
532 const ::basegfx::B2DPolygon rPolygon = rPolyPoly.getB2DPolygon( nPolyIdx ); in AddPolyPolygonToPath()
931 bool AquaSalGraphics::drawPolyPolygon( const ::basegfx::B2DPolyPolygon& rPolyPoly, in drawPolyPolygon() argument
935 const int nPolyCount = rPolyPoly.count(); in drawPolyPolygon()
947 const ::basegfx::B2DPolygon rPolygon = rPolyPoly.getB2DPolygon( nPolyIdx ); in drawPolyPolygon()
1787 bool AquaSalGraphics::GetGlyphOutline( sal_GlyphId aGlyphId, basegfx::B2DPolyPolygon& rPolyPoly ) in GetGlyphOutline() argument
1789 const bool bRC = mpMacTextStyle->GetGlyphOutline( aGlyphId, rPolyPoly ); in GetGlyphOutline()
/trunk/main/filter/source/graphicfilter/eps/
H A Deps.cxx209 …void ImplWriteGradient( const PolyPolygon& rPolyPoly, const Gradient& rGradient, VirtualDevice&…
210 void ImplIntersect( const PolyPolygon& rPolyPoly );
1532 void PSWriter::ImplIntersect( const PolyPolygon& rPolyPoly ) in ImplIntersect() argument
1534 sal_uInt16 i, nPolyCount = rPolyPoly.Count(); in ImplIntersect()
1537 ImplAddPath( rPolyPoly.GetObject( i ) ); in ImplIntersect()
1550 void PSWriter::ImplWriteGradient( const PolyPolygon& rPolyPoly, const Gradient& rGradient, VirtualD… in ImplWriteGradient() argument
1555 l_aVDev.AddGradientActions( rPolyPoly.GetBoundRect(), rGradient, aTmpMtf ); in ImplWriteGradient()
1561 void PSWriter::ImplPolyPoly( const PolyPolygon & rPolyPoly, sal_Bool bTextOutline ) in ImplPolyPoly() argument
1563 sal_uInt16 i, nPolyCount = rPolyPoly.Count(); in ImplPolyPoly()
1574 ImplAddPath( rPolyPoly.GetObject( i ) ); in ImplPolyPoly()
[all …]
/trunk/main/filter/source/flash/
H A Dswfwriter1.cxx303 Impl_writePolyPolygon(rPolyPoly, bFilled, aFillColor, aLineColor ); in Impl_writePolyPolygon()
310 PolyPolygon aPolyPoly( rPolyPoly ); in Impl_writePolyPolygon()
317 rPolyPoly.GetIntersection( *mpClipPolyPolygon, aPolyPoly ); in Impl_writePolyPolygon()
346 if( rPolyPoly.Count() ) in Impl_writeGradientEx()
348 PolyPolygon aPolyPolygon( rPolyPoly ); in Impl_writeGradientEx()
1569 const PolyPolygon& rPolyPoly = pA->GetPolyPolygon(); in Impl_writeActions() local
1571 if( rPolyPoly.Count() ) in Impl_writeActions()
1572 Impl_writePolyPolygon( rPolyPoly, sal_True ); in Impl_writeActions()
1605 const PolyPolygon& rPolyPoly = pA->GetPolyPolygon(); in Impl_writeActions() local
1607 if( rPolyPoly.Count() ) in Impl_writeActions()
[all …]
H A Dswfwriter.hxx295 sal_uInt16 defineShape( const PolyPolygon& rPolyPoly, const FillStyle& rFillStyle );
299 …sal_uInt16 defineShape( const PolyPolygon& rPolyPoly, sal_uInt16 nLineWidth, const Color& rLineCol…
367 …void Impl_writePolyPolygon( const PolyPolygon& rPolyPoly, sal_Bool bFilled, sal_uInt8 nTransparenc…
368 …void Impl_writePolyPolygon( const PolyPolygon& rPolyPoly, sal_Bool bFilled, const Color& rFillColo…
371 void Impl_writeGradientEx( const PolyPolygon& rPolyPoly, const Gradient& rGradient );
/trunk/main/svx/source/unodraw/
H A Dunoshap2.cxx1171 if( (sal_uInt32)rRetval.getLength() != rPolyPoly.count() ) in B2DPolyPolygonToSvxPointSequenceSequence()
1172 rRetval.realloc( rPolyPoly.count() ); in B2DPolyPolygonToSvxPointSequenceSequence()
1177 for(sal_uInt32 a(0L); a < rPolyPoly.count(); a++) in B2DPolyPolygonToSvxPointSequenceSequence()
1180 const basegfx::B2DPolygon aPoly(rPolyPoly.getB2DPolygon(a)); in B2DPolyPolygonToSvxPointSequenceSequence()
1220 const basegfx::B2DPolyPolygon& rPolyPoly = GetPolygon(); in getPropertyValueImpl() local
1221 drawing::PointSequenceSequence aRetval( rPolyPoly.count() ); in getPropertyValueImpl()
1245 const basegfx::B2DPolyPolygon& rPolyPoly = GetPolygon(); in getPropertyValueImpl() local
1248 if( rPolyPoly.count() > 0 ) in getPropertyValueImpl()
1249 nCount = rPolyPoly.getB2DPolygon(0L).count(); in getPropertyValueImpl()
1506 const PolyPolygon aPolyPoly(rPolyPoly); in SvxConvertB2DPolyPolygonToPolyPolygonBezier()
[all …]
/trunk/main/tools/source/generic/
H A Dpoly2.cxx129 DBG_CHKOBJ( &rPolyPoly, PolyPolygon, NULL ); in PolyPolygon()
132 mpImplPolyPolygon = rPolyPoly.mpImplPolyPolygon; in PolyPolygon()
694 DBG_CHKOBJ( &rPolyPoly, PolyPolygon, NULL ); in operator =()
697 rPolyPoly.mpImplPolyPolygon->mnRefCount++; in operator =()
713 DBG_CHKOBJ( &rPolyPoly, PolyPolygon, NULL ); in operator ==()
726 if ( Count() != rPolyPoly.Count() ) in IsEqual()
747 DBG_CHKOBJ( &rPolyPoly, PolyPolygon, NULL ); in operator >>()
761 rPolyPoly.mpImplPolyPolygon->mnRefCount--; in operator >>()
763 delete rPolyPoly.mpImplPolyPolygon; in operator >>()
775 rPolyPoly = PolyPolygon(); in operator >>()
[all …]
/trunk/main/svx/source/customshapes/
H A DEnhancedCustomShapeFontWork.cxx393 PolyPolygon& rPolyPoly = *aOutlineIter++; in GetTextAreaOutline() local
396 rPolyPoly.Move( 0, nVerticalOffset ); in GetTextAreaOutline()
399 Rectangle aBoundRect( rPolyPoly.GetBoundRect() ); in GetTextAreaOutline()
698 PolyPolygon& rPolyPoly = *aOutlineIter; in FitTextOutlinesToShapeOutlines() local
699 Rectangle aBoundRect( rPolyPoly.GetBoundRect() ); in FitTextOutlinesToShapeOutlines()
721rPolyPoly.Rotate( Point( aBoundRect.Center().X(), aParagraphIter->aBoundRect.Center().Y() ), sin( … in FitTextOutlinesToShapeOutlines()
722rPolyPoly.Move( (sal_Int32)( ( fx1 + fvx )- aBoundRect.Center().X() ), (sal_Int32)( ( fy1 + fvy ) … in FitTextOutlinesToShapeOutlines()
761 PolyPolygon& rPolyPoly = *aOutlineIter; in FitTextOutlinesToShapeOutlines() local
762 sal_uInt16 i, nPolyCount = rPolyPoly.Count(); in FitTextOutlinesToShapeOutlines()
766 basegfx::B2DPolygon aCandidate(rPolyPoly[ i ].getB2DPolygon()); in FitTextOutlinesToShapeOutlines()
[all …]
/trunk/main/sw/source/filter/ww8/
H A Dwriterhelper.hxx771 Polygon PolygonFromPolyPolygon(const PolyPolygon &rPolyPoly);
/trunk/main/basegfx/test/
H A Dtesttools.hxx66 void plot( const B2DPolyPolygon& rPolyPoly );
/trunk/main/filter/source/svg/
H A Dsvgexport.cxx102 void SVGExport::pushClip( const ::basegfx::B2DPolyPolygon& rPolyPoly ) in pushClip() argument
104 maClipList.push_front( ::basegfx::tools::correctOrientations( rPolyPoly ) ); in pushClip()
/trunk/main/cppcanvas/source/mtfrenderer/
H A Dimplrenderer.cxx480 bool ImplRenderer::createFillAndStroke( const ::basegfx::B2DPolyPolygon& rPolyPoly, in createFillAndStroke() argument
494 rPolyPoly, rParms.mrCanvas, rState ) ); in createFillAndStroke()
/trunk/main/vcl/unx/headless/
H A Dsvptext.cxx439 bool SvpSalGraphics::GetGlyphOutline( sal_GlyphId aGlyphId, B2DPolyPolygon& rPolyPoly ) in GetGlyphOutline() argument
450 bool bOK = pSF->GetGlyphOutline( aGlyphId, rPolyPoly ); in GetGlyphOutline()
/trunk/main/vcl/unx/generic/gdi/
H A Dsalgdi3.cxx1253 ::basegfx::B2DPolyPolygon& rPolyPoly ) in GetGlyphOutline() argument
1264 bool bOK = pSF->GetGlyphOutline( aGlyphId, rPolyPoly ); in GetGlyphOutline()
/trunk/main/vcl/source/glyphs/
H A Dgcach_ftyp.cxx2124 PolyArgs( PolyPolygon& rPolyPoly, sal_uInt16 nMaxPoints );
2149 PolyArgs::PolyArgs( PolyPolygon& rPolyPoly, sal_uInt16 nMaxPoints ) in PolyArgs() argument
2150 : mrPolyPoly(rPolyPoly), in PolyArgs()

Completed in 439 milliseconds

1234