Searched refs:aPPoly (Results 1 – 3 of 3) sorted by relevance
552 PolyPolygon aPPoly; in DrawBackground() local554 (*aIt)->MergeFocusToPolyPolygon( aPPoly ); in DrawBackground()555 aPPoly.Optimize( POLY_OPTIMIZE_CLOSE ); in DrawBackground()558 maVirDev.DrawPolyPolygon( aPPoly ); in DrawBackground()672 PolyPolygon aPPoly; in DrawAllTrackingRects() local676 (*aIt)->MergeFocusToPolyPolygon( aPPoly ); in DrawAllTrackingRects()677 aPPoly.Move( maVirDevPos.X(), maVirDevPos.Y() ); in DrawAllTrackingRects()681 aPPoly.Insert( Polygon( Rectangle( maVirDevPos, maVirDev.GetOutputSizePixel() ) ) ); in DrawAllTrackingRects()683 aPPoly.Optimize( POLY_OPTIMIZE_CLOSE ); in DrawAllTrackingRects()684 for( sal_uInt16 nIdx = 0, nCount = aPPoly.Count(); nIdx < nCount; ++nIdx ) in DrawAllTrackingRects()[all …]
222 PolyPolygon aPPoly; member236 PolyPolygon aPPoly; member485 PolyPolygon * pPP=&(pAreaStack->aPPoly); in AddPointsToArea()506 PolyPolygon * pPP=&(pPathStack->aPPoly); in AddPointsToPath()1470 AddPointsToPath( p->aPPoly.GetObject( i ) ); in ReadOrder()1483 DrawPolyPolygon( p->aPPoly ); in ReadOrder()1549 pVirDev->DrawPolyPolygon( p->aPPoly ); in ReadOrder()1556 pVirDev->DrawPolyPolygon( p->aPPoly ); in ReadOrder()1590 nC=p->aPPoly.Count(); in ReadOrder()1594 DrawPolygon( p->aPPoly.GetObject( i ) ); in ReadOrder()[all …]
1276 PolyPolygon aPPoly( aPoly ); in CreatePolygon() local1277 pEditView->GetEditEngine()->SetPolygon( aPPoly ); in CreatePolygon()
Completed in 47 milliseconds