Lines Matching refs:pDev
364 OutputDevice* pDev = rUsrEvt.GetDevice(); in Paint() local
365 DBG_ASSERT( pDev, "no OutputDevice on UserDrawEvent" ); in Paint()
369 Color aOldLineColor = pDev->GetLineColor(); in Paint()
370 Color aOldFillColor = pDev->GetFillColor(); in Paint()
371 pDev->SetLineColor(); in Paint()
372 pDev->SetFillColor( pDev->GetBackground().GetColor() ); in Paint()
383 pDev->DrawImage( aPnt, pImp->aPosImage ); in Paint()
389 pDev->DrawRect( in Paint()
391 pDev->DrawText( aPnt, aStr ); in Paint()
398 pDev->DrawImage( aPnt, pImp->aSizeImage ); in Paint()
405 pDev->DrawRect( Rectangle( aDrwPnt, rRect.BottomRight() ) ); in Paint()
406 pDev->DrawText( aPnt, aStr ); in Paint()
409 pDev->DrawRect( Rectangle( aPnt, rRect.BottomRight() ) ); in Paint()
413 pDev->DrawRect( rRect ); in Paint()
414 pDev->DrawText( Point( in Paint()
415 rRect.Left() + rRect.GetWidth() / 2 - pDev->GetTextWidth( pImp->aStr ) / 2, in Paint()
422 pDev->DrawRect( rRect ); in Paint()
425 pDev->SetLineColor( aOldLineColor ); in Paint()
426 pDev->SetFillColor( aOldFillColor ); in Paint()