Searched refs:aGraphics (Results 1 – 3 of 3) sorted by relevance
155 Gdiplus::Graphics aGraphics(getHDC()); in drawPolyPolygon() local174 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() local300 aGraphics.SetSmoothingMode(Gdiplus::SmoothingModeAntiAlias); in drawPolyLine()304 aGraphics.SetSmoothingMode(Gdiplus::SmoothingModeNone); in drawPolyLine()[all …]
203 std::vector< Graphic > aGraphics; in getPreview() local216 aGraphics.push_back(aGraphic); in getPreview()232 std::vector< Graphic >::iterator aGraphIter( aGraphics.begin() ); in getPreview()233 while( aGraphIter != aGraphics.end() ) in getPreview()
1332 public void paint( java.awt.Graphics aGraphics ) in paint() argument