Searched refs:aGraphics (Results 1 – 3 of 3) sorted by relevance
155 Gdiplus::Graphics aGraphics(getHDC()); in drawPolyPolygon() local208 aGraphics.FillPath(&aTestBrush, &aPath); in drawPolyPolygon()225 Gdiplus::Graphics aGraphics(getHDC()); in drawPolyLine() local307 aGraphics.DrawPath(&aTestPen, &aPath); in drawPolyLine()388 Gdiplus::Graphics aGraphics(getHDC()); in tryDrawBitmapGdiPlus() local391 aGraphics, in tryDrawBitmapGdiPlus()398 aGraphics, in tryDrawBitmapGdiPlus()425 aGraphics, in drawAlphaBitmap()432 aGraphics, in drawAlphaBitmap()473 aGraphics, in drawTransformedBitmap()[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
Completed in 23 milliseconds