Lines Matching refs:pVirDev

328 	VirtualDevice * pVirDev;         // Hier werden die Drawing-Methoden aufgerufen.  member in OS2METReader
440 …return ( ! ( aLineInfo.IsDefault() || ( aLineInfo.GetStyle() == LINE_NONE ) || ( pVirDev->GetLineC… in IsLineInfo()
446 pVirDev->DrawPolyLine( rPolygon, aLineInfo ); in DrawPolyLine()
448 pVirDev->DrawPolyLine( rPolygon ); in DrawPolyLine()
455 pVirDev->Push( PUSH_LINECOLOR ); in DrawPolygon()
456 pVirDev->SetLineColor( COL_TRANSPARENT ); in DrawPolygon()
457 pVirDev->DrawPolygon( rPolygon ); in DrawPolygon()
458 pVirDev->Pop(); in DrawPolygon()
459 pVirDev->DrawPolyLine( rPolygon, aLineInfo ); in DrawPolygon()
462 pVirDev->DrawPolygon( rPolygon ); in DrawPolygon()
469 pVirDev->Push( PUSH_LINECOLOR ); in DrawPolyPolygon()
470 pVirDev->SetLineColor( COL_TRANSPARENT ); in DrawPolyPolygon()
471 pVirDev->DrawPolyPolygon( rPolyPolygon ); in DrawPolyPolygon()
472 pVirDev->Pop(); in DrawPolyPolygon()
474 pVirDev->DrawPolyLine( rPolyPolygon.GetObject( i ), aLineInfo ); in DrawPolyPolygon()
477 pVirDev->DrawPolyPolygon( rPolyPolygon ); in DrawPolyPolygon()
657 if( pVirDev->GetFillColor() != aColor ) in ChangeBrush()
658 pVirDev->SetFillColor( aColor ); in ChangeBrush()
665 if ( pVirDev->GetLineColor() != rColor ) in SetPen()
666 pVirDev->SetLineColor( rColor ); in SetPen()
698 if (pVirDev->GetRasterOp()!=eROP) pVirDev->SetRasterOp(eROP); in SetRasterOp()
910 pVirDev->Push( PUSH_LINECOLOR ); in ReadBox()
911 pVirDev->SetLineColor( COL_TRANSPARENT ); in ReadBox()
912 pVirDev->DrawRect( aBoxRect, nHRound, nVRound ); in ReadBox()
913 pVirDev->Pop(); in ReadBox()
915 pVirDev->DrawPolyLine( aPolygon, aLineInfo ); in ReadBox()
918 pVirDev->DrawRect( aBoxRect, nHRound, nVRound ); in ReadBox()
942 pVirDev->DrawBitmap(aP1,aSize,pB->aBitmap); in ReadBitBlt()
990 if (pVirDev->GetFont()!=aFont) in ReadChrStr()
991 pVirDev->SetFont(aFont); in ReadChrStr()
992 pVirDev->DrawText(aP0,aStr); in ReadChrStr()
994 aSize = Size( pVirDev->GetTextWidth(aStr), pVirDev->GetTextHeight() ); in ReadChrStr()
1039 pVirDev->DrawLine(aP1,aP2); in ReadArc()
1040 pVirDev->DrawLine(aP2,aP3); in ReadArc()
1055 pVirDev->DrawArc(Rectangle((long)(cx-rx),(long)(cy-ry), in ReadArc()
1059 pVirDev->DrawArc(Rectangle((long)(cx-rx),(long)(cy-ry), in ReadArc()
1109 pVirDev->DrawEllipse(aRect); in ReadFullArc()
1156 pVirDev->DrawLine(aP0,aPStart); in ReadPartialArc()
1157 pVirDev->DrawArc(aRect,aPStart,aPEnd); in ReadPartialArc()
1321 pVirDev->DrawLine(Point(x-4,y),Point(x+4,y)); in ReadMarker()
1322 pVirDev->DrawLine(Point(x,y-4),Point(x,y+4)); in ReadMarker()
1331 pVirDev->DrawPolygon(aPoly); in ReadMarker()
1341 pVirDev->DrawPolygon(aPoly); in ReadMarker()
1358 pVirDev->DrawPolygon(aPoly); in ReadMarker()
1379 pVirDev->DrawPolygon(aPoly); in ReadMarker()
1383 pVirDev->DrawEllipse(Rectangle(x-1,y-1,x+1,y+1)); in ReadMarker()
1386 pVirDev->DrawEllipse(Rectangle(x-2,y-2,x+2,y+2)); in ReadMarker()
1391 pVirDev->DrawLine(Point(x-4,y-4),Point(x+4,y+4)); in ReadMarker()
1392 pVirDev->DrawLine(Point(x-4,y+4),Point(x+4,y-4)); in ReadMarker()
1546 pVirDev->DrawPolyLine( p->aPPoly.GetObject( i ), aLineInfo ); in ReadOrder()
1549 pVirDev->DrawPolyPolygon( p->aPPoly ); in ReadOrder()
1556 pVirDev->DrawPolyPolygon( p->aPPoly ); in ReadOrder()
1608 if (p!=NULL) pVirDev->SetClipRegion(Region(p->aPPoly)); in ReadOrder()
1609 else pVirDev->SetClipRegion(); in ReadOrder()
2145 pVirDev->IntersectClipRegion( Rectangle( Point(), aBoundingRect.GetSize() ) ); in ReadDsc()
2606 pVirDev = new VirtualDevice(); in ReadOS2MET()
2607 pVirDev->EnableOutput(sal_False); in ReadOS2MET()
2608 rGDIMetaFile.Record(pVirDev); in ReadOS2MET()
2665 delete pVirDev; in ReadOS2MET()