Home
last modified time | relevance | path

Searched refs:aGraphics (Results 1 – 5 of 5) sorted by last modified time

/trunk/main/ooxml/source/framework/OOXMLViewer/src/org/apache/openoffice/ooxml/viewer/tokenview/
H A DTokenView.java66 public void paintComponent (final Graphics aGraphics) in paintComponent() argument
68 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()
/trunk/main/ooxml/source/framework/OOXMLViewer/src/org/apache/openoffice/ooxml/viewer/
H A DImageView.java63 public void paintComponent (final Graphics aGraphics) in paintComponent() argument
65 super.paintComponent(aGraphics); in paintComponent()
68 aGraphics.drawImage(maImage, 10, 10, null); in paintComponent()
/trunk/main/vcl/win/source/gdi/
H A Dsalgdi_gdiplus.cxx157 Gdiplus::Graphics aGraphics(getHDC()); in drawPolyPolygon() local
210 aGraphics.FillPath(&aTestBrush, &aPath); in drawPolyPolygon()
227 Gdiplus::Graphics aGraphics(getHDC()); in drawPolyLine() local
309 aGraphics.DrawPath(&aTestPen, &aPath); in drawPolyLine()
390 Gdiplus::Graphics aGraphics(getHDC()); in tryDrawBitmapGdiPlus() local
393 aGraphics, in tryDrawBitmapGdiPlus()
400 aGraphics, in tryDrawBitmapGdiPlus()
427 aGraphics, in drawAlphaBitmap()
434 aGraphics, in drawAlphaBitmap()
475 aGraphics, in drawTransformedBitmap()
[all …]
/trunk/main/bean/java/officebean/src/main/java/com/sun/star/comp/beans/
H A DOOoBean.java1331 public void paint( java.awt.Graphics aGraphics ) in paint() argument
/trunk/main/sd/source/filter/html/
H A Dbuttonset.cxx203 std::vector< Graphic > aGraphics; in getPreview() local
216 aGraphics.push_back(aGraphic); in getPreview()
232 std::vector< Graphic >::iterator aGraphIter( aGraphics.begin() ); in getPreview()
233 while( aGraphIter != aGraphics.end() ) in getPreview()

Completed in 29 milliseconds