Lines Matching refs:getGraphics
156 GraphicsSharedPtr pGraphics( mpGraphicsProvider->getGraphics() ); in clear()
176 GraphicsSharedPtr pGraphics( mpGraphicsProvider->getGraphics() ); in drawPoint()
212 GraphicsSharedPtr pGraphics( mpGraphicsProvider->getGraphics() ); in drawLine()
251 GraphicsSharedPtr pGraphics( mpGraphicsProvider->getGraphics() ); in drawBezier()
297 GraphicsSharedPtr pGraphics( mpGraphicsProvider->getGraphics() ); in drawPolyPolygon()
342 GraphicsSharedPtr pGraphics( mpGraphicsProvider->getGraphics() ); in strokePolyPolygon()
443 GraphicsSharedPtr pGraphics( mpGraphicsProvider->getGraphics() ); in fillPolyPolygon()
506 GraphicsSharedPtr pGraphics( mpGraphicsProvider->getGraphics() ); in drawText()
562 pTextLayout->draw( mpGraphicsProvider->getGraphics(), in drawTextLayout()
596 GraphicsSharedPtr pGraphics( mpGraphicsProvider->getGraphics() ); in drawBitmap()
624 GraphicsSharedPtr pGraphics( mpGraphicsProvider->getGraphics() ); in drawBitmapModulated()
808 mpGraphicsProvider->getGraphics()->Flush( Gdiplus::FlushIntentionSync ); in flush()