Lines Matching refs:pDev
363 OutputDevice* pDev = rUsrEvt.GetDevice(); in Paint() local
364 DBG_ASSERT( pDev, "no OutputDevice on UserDrawEvent" ); in Paint()
368 Color aOldLineColor = pDev->GetLineColor(); in Paint()
369 Color aOldFillColor = pDev->GetFillColor(); in Paint()
370 pDev->SetLineColor(); in Paint()
371 pDev->SetFillColor( pDev->GetBackground().GetColor() ); in Paint()
382 pDev->DrawImage( aPnt, pImp->aPosImage ); in Paint()
388 pDev->DrawRect( in Paint()
390 pDev->DrawText( aPnt, aStr ); in Paint()
397 pDev->DrawImage( aPnt, pImp->aSizeImage ); in Paint()
404 pDev->DrawRect( Rectangle( aDrwPnt, rRect.BottomRight() ) ); in Paint()
405 pDev->DrawText( aPnt, aStr ); in Paint()
408 pDev->DrawRect( Rectangle( aPnt, rRect.BottomRight() ) ); in Paint()
412 pDev->DrawRect( rRect ); in Paint()
413 pDev->DrawText( Point( in Paint()
414 rRect.Left() + rRect.GetWidth() / 2 - pDev->GetTextWidth( pImp->aStr ) / 2, in Paint()
421 pDev->DrawRect( rRect ); in Paint()
424 pDev->SetLineColor( aOldLineColor ); in Paint()
425 pDev->SetFillColor( aOldFillColor ); in Paint()