Lines Matching refs:mp2ndOutDev

124         mp2ndOutDev(),  in CanvasHelper()
134 mp2ndOutDev.reset(); in disposing()
163 mp2ndOutDev = rOutDev; in setBackgroundOutDev()
164 mp2ndOutDev->getOutDev().EnableMapMode( sal_False ); in setBackgroundOutDev()
165 mp2ndOutDev->getOutDev().SetAntialiasing( ANTIALIASING_ENABLE_B2DDRAW ); in setBackgroundOutDev()
183 if( mp2ndOutDev ) in clear()
185 OutputDevice& rOutDev2( mp2ndOutDev->getOutDev() ); in clear()
217 if( mp2ndOutDev ) in drawPoint()
218 mp2ndOutDev->getOutDev().DrawPixel( aOutPoint ); in drawPoint()
242 if( mp2ndOutDev ) in drawLine()
243 mp2ndOutDev->getOutDev().DrawLine( aStartPoint, aEndPoint ); in drawLine()
282 if( mp2ndOutDev ) in drawBezier()
283 mp2ndOutDev->getOutDev().DrawPolygon( aPoly ); in drawBezier()
308 if( mp2ndOutDev ) in drawPolyPolygon()
309 mp2ndOutDev->getOutDev().DrawPolyPolygon( aPolyPoly ); in drawPolyPolygon()
326 if( mp2ndOutDev ) in drawPolyPolygon()
327 mp2ndOutDev->getOutDev().DrawPolyLine( aPolyPoly[i] ); in drawPolyPolygon()
441 if( mp2ndOutDev ) in strokePolyPolygon()
442 mp2ndOutDev->getOutDev().DrawPolygon( aVCLPolyPoly[i] ); in strokePolyPolygon()
452 if( mp2ndOutDev ) in strokePolyPolygon()
453 mp2ndOutDev->getOutDev().DrawLine( rPrevPoint, rPoint ); in strokePolyPolygon()
525 if( mp2ndOutDev ) in fillPolyPolygon()
533mp2ndOutDev->getOutDev().SetDrawMode( DRAWMODE_WHITELINE | DRAWMODE_WHITEFILL | DRAWMODE_WHITETEXT… in fillPolyPolygon()
535 mp2ndOutDev->getOutDev().SetFillColor( COL_WHITE ); in fillPolyPolygon()
536 mp2ndOutDev->getOutDev().DrawPolyPolygon( aPolyPoly ); in fillPolyPolygon()
537mp2ndOutDev->getOutDev().SetDrawMode( DRAWMODE_BLACKLINE | DRAWMODE_BLACKFILL | DRAWMODE_BLACKTEXT… in fillPolyPolygon()
542 mp2ndOutDev->getOutDev().DrawPolyPolygon( aPolyPoly ); in fillPolyPolygon()
547mp2ndOutDev->getOutDev().DrawTransparent( aPolyPoly, (sal_uInt16)nTransPercent ); in fillPolyPolygon()
636 if( mp2ndOutDev ) in drawText()
638 mp2ndOutDev->getOutDev().SetLayoutMode( nLayoutMode ); in drawText()
639 mp2ndOutDev->getOutDev().DrawText( aOutpos, in drawText()
678 if( mp2ndOutDev ) in drawTextLayout()
679 pTextLayout->draw( mp2ndOutDev->getOutDev(), aOutpos, viewState, renderState ); in drawTextLayout()
747 if( mp2ndOutDev ) in implDrawBitmap()
748mp2ndOutDev->getOutDev().DrawBitmapEx( ::vcl::unotools::pointFromB2DPoint( aOutputPos ), in implDrawBitmap()
851 if( mp2ndOutDev ) in implDrawBitmap()
852 pGrfObj->Draw( &mp2ndOutDev->getOutDev(), in implDrawBitmap()
1231 if( mp2ndOutDev ) in setupOutDevState()
1232 p2ndOutDev = &mp2ndOutDev->getOutDev(); in setupOutDevState()
1406 if( mp2ndOutDev ) in setupTextOutput()
1407 mp2ndOutDev->getOutDev().SetFont( aVCLFont ); in setupTextOutput()
1433 if( mp2ndOutDev ) in repaint()
1434 return rGrf->Draw( &mp2ndOutDev->getOutDev(), rPt, rSz, &rAttr ); in repaint()
1449 if( mp2ndOutDev && mp2ndOutDev->getOutDev().GetOutDevType() == OUTDEV_WINDOW ) in flush()
1453 static_cast<Window&>(mp2ndOutDev->getOutDev()).Flush(); in flush()