Home
last modified time | relevance | path

Searched refs:aPolyPoly (Results 26 – 46 of 46) sorted by relevance

12

/aoo42x/main/vcl/source/gdi/
H A Doutdev.cxx231 PolyPolygon aPolyPoly( nPolys ); in ImplSubdivideBezier() local
233 aPolyPoly.Insert( ImplSubdivideBezier( rPolyPoly.GetObject(i) ) ); in ImplSubdivideBezier()
235 return aPolyPoly; in ImplSubdivideBezier()
311 PolyPolygon aPolyPoly = ImplSubdivideBezier( rPolyPoly ); in ImplDrawPolyPolygon() local
312 ImplDrawPolyPolygon( aPolyPoly.Count(), aPolyPoly ); in ImplDrawPolyPolygon()
H A Doutdev3.cxx4413 PolyPolygon aPolyPoly = rPolyPoly; in ImplDrawEmphasisMark() local
4414 aPolyPoly.Move( nX, nY ); in ImplDrawEmphasisMark()
4415 DrawPolyPolygon( aPolyPoly ); in ImplDrawEmphasisMark()
4448 PolyPolygon aPolyPoly; in ImplDrawEmphasisMarks() local
4461 ImplGetEmphasisMark( aPolyPoly, bPolyLine, in ImplDrawEmphasisMarks()
4510 aPolyPoly, bPolyLine, aRect1, aRect2 ); in ImplDrawEmphasisMarks()
7881 PolyPolygon aPolyPoly; in GetTextOutlines() local
7888 for (sal_uInt16 j = 0; j < aPolyPoly.Count(); ++j) in GetTextOutlines()
7890 Polygon& rPoly = aPolyPoly[j]; in GetTextOutlines()
7904 if( aPolyPoly.Count() > 0 ) in GetTextOutlines()
[all …]
H A Dsalgdilayout.cxx267 const basegfx::B2DPolyPolygon aPolyPoly(mirror(rRgn.GetAsB2DPolyPolygon(), pOutDev, bBack)); in mirror() local
269 rRgn = Region(aPolyPoly); in mirror()
H A Dpdfwriter_impl2.cxx377 const PolyPolygon aPolyPoly( pA->GetRect() ); in playMetafile() local
378 implWriteGradient( aPolyPoly, pA->GetGradient(), pDummyVDev, i_rContext ); in playMetafile()
H A Dpdfwriter_impl.cxx7721 PolyPolygon aPolyPoly = rPolyPoly; in drawEmphasisMark() local
7722 aPolyPoly.Move( nX, nY ); in drawEmphasisMark()
7723 drawPolyPolygon( aPolyPoly ); in drawEmphasisMark()
9199 basegfx::B2DPolyPolygon aPolyPoly; in drawPolyLine() local
9201 basegfx::tools::applyLineDashing(aPoly, rInfo.m_aDashArray, &aPolyPoly); in drawPolyLine()
9206 aPolyPoly = basegfx::tools::adaptiveSubdivideByAngle(aPolyPoly); in drawPolyLine()
9208 const sal_uInt32 nPolygonCount(aPolyPoly.count()); in drawPolyLine()
9213 aPoly = aPolyPoly.getB2DPolygon( nPoly ); in drawPolyLine()
10301 PolyPolygon aPolyPoly( rPolyPoly ); in drawHatch() local
10303 aPolyPoly.Optimize( POLY_OPTIMIZE_NO_SAME ); in drawHatch()
[all …]
/aoo42x/main/vcl/workben/
H A Doutdevgrind.cxx118 PolyPolygon aPolyPoly(aPoly); in setupMethodStubs() local
119 aPolyPoly.Insert( aPoly2 ); in setupMethodStubs()
243 aPolyPoly )); in setupMethodStubs()
/aoo42x/main/toolkit/source/awt/
H A Dvclxgraphics.cxx452 PolyPolygon aPolyPoly( nPolys ); in drawPolyPolygon() local
454 aPolyPoly[n] = VCLUnoHelper::CreatePolygon( DataX.getConstArray()[n], DataY.getConstArray()[n] ); in drawPolyPolygon()
456 mpOutputDevice->DrawPolyPolygon( aPolyPoly ); in drawPolyPolygon()
/aoo42x/main/filter/source/graphicfilter/idxf/
H A Ddxf2mtf.cxx616 PolyPolygon aPolyPoly; in DrawHatchEntity() local
701 aPolyPoly.Insert( aPoly, POLYPOLY_APPEND ); in DrawHatchEntity()
704 if ( aPolyPoly.Count() ) in DrawHatchEntity()
705 pVirDev->DrawPolyPolygon( aPolyPoly ); in DrawHatchEntity()
/aoo42x/main/svx/source/svdraw/
H A Dsvdocapt.cxx276 basegfx::B2DPolyPolygon aPolyPoly(SdrRectObj::TakeXorPoly()); in TakeXorPoly() local
277 aPolyPoly.append(aTailPoly.getB2DPolygon()); in TakeXorPoly()
279 return aPolyPoly; in TakeXorPoly()
/aoo42x/main/svx/source/unodraw/
H A Dunoshap2.cxx1506 const PolyPolygon aPolyPoly(rPolyPoly); in SvxConvertB2DPolyPolygonToPolyPolygonBezier() local
1509 rRetval.Coordinates.realloc((sal_Int32)aPolyPoly.Count()); in SvxConvertB2DPolyPolygonToPolyPolygonBezier()
1510 rRetval.Flags.realloc((sal_Int32)aPolyPoly.Count()); in SvxConvertB2DPolyPolygonToPolyPolygonBezier()
1516 for(sal_uInt16 a=0;a<aPolyPoly.Count();a++) in SvxConvertB2DPolyPolygonToPolyPolygonBezier()
1519 const Polygon& rPoly = aPolyPoly[a]; in SvxConvertB2DPolyPolygonToPolyPolygonBezier()
H A Dunoshape.cxx2883 basegfx::B2DPolyPolygon aPolyPoly( pEdgeObj->GetEdgeTrackPath() ); in getPropertyValueImpl() local
2887 aPolyPoly.transform(basegfx::tools::createTranslateB2DHomMatrix(-aPoint.X(), -aPoint.Y())); in getPropertyValueImpl()
2890 ForceMetricTo100th_mm( aPolyPoly ); in getPropertyValueImpl()
2893 SvxConvertB2DPolyPolygonToPolyPolygonBezier( aPolyPoly, aRetval); in getPropertyValueImpl()
/aoo42x/main/filter/source/flash/
H A Dswfwriter.cxx383 const PolyPolygon aPolyPoly( rPoly ); in defineShape() local
384 return defineShape( aPolyPoly, rFillStyle ); in defineShape()
/aoo42x/main/vcl/source/window/
H A Dsplit.cxx791 PolyPolygon aPolyPoly( aPoly ); in Paint() local
792 DrawTransparent( aPolyPoly, 85 ); in Paint()
H A Dwindow.cxx9589 PolyPolygon aPolyPoly( aPoly ); in DrawSelectionBackground() local
9590 DrawTransparent( aPolyPoly, nPercent ); in DrawSelectionBackground()
9595 PolyPolygon aPolyPoly( aPoly ); in DrawSelectionBackground() local
9596 DrawTransparent( aPolyPoly, nPercent ); in DrawSelectionBackground()
/aoo42x/main/svtools/source/filter/wmf/
H A Dwinwmf.cxx341 PolyPolygon aPolyPoly(nPolyCount, nPolyCount); in ReadRecordParams() local
358 aPolyPoly.Insert(Polygon(nPointCount, pPtAry)); in ReadRecordParams()
363 pOut->DrawPolyPolygon(aPolyPoly); in ReadRecordParams()
H A Dwmfwr.cxx653 PolyPolygon aPolyPoly( *aIter++ ); in WMFRecord_Escape_Unicode() local
654 aPolyPoly.Move( rPoint.X(), rPoint.Y() ); in WMFRecord_Escape_Unicode()
655 WMFRecord_PolyPolygon( aPolyPoly ); in WMFRecord_Escape_Unicode()
/aoo42x/main/svx/source/dialog/
H A Dcontwnd.hxx38 PolyPolygon aPolyPoly; member in ContourWindow
/aoo42x/main/filter/source/msfilter/
H A Descherex.cxx881 PolyPolygon aPolyPoly( EscherPropertyContainer::GetPolyPolygon( aAny ) ); in GetLineArrow() local
882 if ( aPolyPoly.Count() && aPolyPoly[ 0 ].GetSize() ) in GetLineArrow()
4818 const PolyPolygon aPolyPoly(((SdrPathObj*)pPoly)->GetPathPoly()); in GetConnectorRule() local
4820 for ( a = 0; a < aPolyPoly.Count(); a++ ) in GetConnectorRule()
4822 const Polygon& rPoly = aPolyPoly.GetObject( a ); in GetConnectorRule()
H A Dmsdffimp.cxx548 PolyPolygon aPolyPoly( EscherPropertyContainer::GetPolyPolygon( aXShape ) ); in SolveSolver() local
549 sal_uInt16 k, j, nPolySize = aPolyPoly.Count(); in SolveSolver()
553 Rectangle aBoundRect( aPolyPoly.GetBoundRect() ); in SolveSolver()
558 const Polygon& rPolygon = aPolyPoly.GetObject( k ); in SolveSolver()
/aoo42x/main/filter/source/graphicfilter/ios2met/
H A Dios2met.cxx1164 PolyPolygon aPolyPoly; in ReadPolygons() local
1180 aPolyPoly.Insert(aPoly); in ReadPolygons()
1189 DrawPolyPolygon( aPolyPoly ); in ReadPolygons()
/aoo42x/main/xmloff/source/draw/
H A Dximpshap.cxx1164 drawing::PointSequenceSequence aPolyPoly(1L); in StartElement() local
1165 drawing::PointSequence* pOuterSequence = aPolyPoly.getArray(); in StartElement()
1174 aAny <<= aPolyPoly; in StartElement()

Completed in 500 milliseconds

12