Lines Matching refs:aGraphics
155 Gdiplus::Graphics aGraphics(getHDC()); in drawPolyPolygon() local
174 aGraphics.SetSmoothingMode(Gdiplus::SmoothingModeAntiAlias); in drawPolyPolygon()
178 aGraphics.SetSmoothingMode(Gdiplus::SmoothingModeNone); in drawPolyPolygon()
194 const Gdiplus::REAL aDpiX(aGraphics.GetDpiX()); in drawPolyPolygon()
195 const Gdiplus::REAL aDpiY(aGraphics.GetDpiY()); in drawPolyPolygon()
205 aGraphics.SetTransform(&aPrinterTransform); in drawPolyPolygon()
208 aGraphics.FillPath(&aTestBrush, &aPath); in drawPolyPolygon()
225 Gdiplus::Graphics aGraphics(getHDC()); in drawPolyLine() local
300 aGraphics.SetSmoothingMode(Gdiplus::SmoothingModeAntiAlias); in drawPolyLine()
304 aGraphics.SetSmoothingMode(Gdiplus::SmoothingModeNone); in drawPolyLine()
307 aGraphics.DrawPath(&aTestPen, &aPath); in drawPolyLine()
388 Gdiplus::Graphics aGraphics(getHDC()); in tryDrawBitmapGdiPlus() local
391 aGraphics, in tryDrawBitmapGdiPlus()
398 aGraphics, in tryDrawBitmapGdiPlus()
422 Gdiplus::Graphics aGraphics(getHDC()); in drawAlphaBitmap() local
425 aGraphics, in drawAlphaBitmap()
432 aGraphics, in drawAlphaBitmap()
468 Gdiplus::Graphics aGraphics(getHDC()); in drawTransformedBitmap() local
473 aGraphics, in drawTransformedBitmap()
489 aGraphics.DrawImage( in drawTransformedBitmap()