Searched refs:aGraphics (Results 1 – 5 of 5) sorted by relevance
157 Gdiplus::Graphics aGraphics(getHDC()); in drawPolyPolygon() local176 aGraphics.SetSmoothingMode(Gdiplus::SmoothingModeAntiAlias); in drawPolyPolygon()180 aGraphics.SetSmoothingMode(Gdiplus::SmoothingModeNone); in drawPolyPolygon()196 const Gdiplus::REAL aDpiX(aGraphics.GetDpiX()); in drawPolyPolygon()197 const Gdiplus::REAL aDpiY(aGraphics.GetDpiY()); in drawPolyPolygon()207 aGraphics.SetTransform(&aPrinterTransform); in drawPolyPolygon()210 aGraphics.FillPath(&aTestBrush, &aPath); in drawPolyPolygon()227 Gdiplus::Graphics aGraphics(getHDC()); in drawPolyLine() local302 aGraphics.SetSmoothingMode(Gdiplus::SmoothingModeAntiAlias); in drawPolyLine()306 aGraphics.SetSmoothingMode(Gdiplus::SmoothingModeNone); in drawPolyLine()[all …]
66 public void paintComponent (final Graphics aGraphics) in paintComponent() argument68 super.paintComponent(aGraphics); in paintComponent()70 final Graphics2D aG2 = (Graphics2D)aGraphics; in paintComponent()96 (Graphics2D)aGraphics, in paintComponent()105 aGraphics.setColor(maSeparatorColor); in paintComponent()107 final int nTop = aGraphics.getClipBounds().y; in paintComponent()108 final int nBottom = aGraphics.getClipBounds().y+aGraphics.getClipBounds().height; in paintComponent()109 aGraphics.drawLine( in paintComponent()114 aGraphics.drawLine( in paintComponent()
63 public void paintComponent (final Graphics aGraphics) in paintComponent() argument65 super.paintComponent(aGraphics); in paintComponent()68 aGraphics.drawImage(maImage, 10, 10, null); in paintComponent()
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()
1331 public void paint( java.awt.Graphics aGraphics ) in paint() argument