Searched refs:mp2ndOutDev (Results 1 – 3 of 3) sorted by relevance
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()[all …]
783 … mp2ndOutDev.get() ? &mp2ndOutDev->getOutDev() : (OutputDevice*)NULL, in fillTexturedPolyPolygon()1068 if( mp2ndOutDev ) in fillTexturedPolyPolygon()1070 OutputDevice& r2ndOutDev( mp2ndOutDev->getOutDev() ); in fillTexturedPolyPolygon()1133 if( mp2ndOutDev ) in fillTexturedPolyPolygon()1134 mp2ndOutDev->getOutDev().DrawBitmapEx( aPolygonDeviceRect.TopLeft(), in fillTexturedPolyPolygon()1155 if( mp2ndOutDev ) in fillTexturedPolyPolygon()1157 OutputDevice& r2ndOutDev( mp2ndOutDev->getOutDev() ); in fillTexturedPolyPolygon()
318 OutDevProviderSharedPtr mp2ndOutDev; member in vclcanvas::CanvasHelper