Lines Matching refs:mpGraphics
69 if( !mpGraphics && !ImplGetGraphics() ) in DBG_NAMEEX()
123 mpGraphics->DrawPixel( aHorzBuf[ j ], Y, this ); in DBG_NAMEEX()
132 mpGraphics->DrawLine( nStartX, nY, nEndX, nY, this ); in DBG_NAMEEX()
141 mpGraphics->DrawLine( nX, nStartY, nX, nEndY, this ); in DBG_NAMEEX()
167 if( !mpGraphics ) in DrawTransparent()
182 && mpGraphics->supportsOperation(OutDevSupport_B2DDraw) in DrawTransparent()
195 bDrawnOk = mpGraphics->DrawPolyPolygon( aB2DPolyPolygon, fTransparency, this ); in DrawTransparent()
203 …mpGraphics->DrawPolyLine( aOnePoly, fTransparency, aHairlineWidth, ::basegfx::B2DLINEJOIN_NONE, co… in DrawTransparent()
268 if( !mpGraphics ) in DrawTransparent()
277 && mpGraphics->supportsOperation( OutDevSupport_B2DDraw ) in DrawTransparent()
313 bDrawn = mpGraphics->DrawPolyPolygon( aB2DPolyPolygon, fTransparency, this ); in DrawTransparent()
319 mpGraphics->SetFillColor(); in DrawTransparent()
326 …bDrawn = mpGraphics->DrawPolyLine( rPolygon, fTransparency, aLineWidths, ::basegfx::B2DLINEJOIN_NO… in DrawTransparent()
450 bDrawn = mpGraphics->DrawAlphaRect( in DrawTransparent()
1229 if( !mpGraphics && !ImplGetGraphics() ) in DrawEPS()
1236 … bDrawn = mpGraphics->DrawEPS( aRect.Left(), aRect.Top(), aRect.GetWidth(), aRect.GetHeight(), in DrawEPS()