Searched refs:aGraphics (Results 1 – 5 of 5) sorted by relevance
/aoo42x/main/vcl/win/source/gdi/ |
H A D | salgdi_gdiplus.cxx | 157 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 …]
|
/aoo42x/main/ooxml/source/framework/OOXMLViewer/src/org/apache/openoffice/ooxml/viewer/tokenview/ |
H A D | TokenView.java | 66 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()
|
/aoo42x/main/ooxml/source/framework/OOXMLViewer/src/org/apache/openoffice/ooxml/viewer/ |
H A D | ImageView.java | 63 public void paintComponent (final Graphics aGraphics) in paintComponent() argument 65 super.paintComponent(aGraphics); in paintComponent() 68 aGraphics.drawImage(maImage, 10, 10, null); in paintComponent()
|
/aoo42x/main/sd/source/filter/html/ |
H A D | buttonset.cxx | 203 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()
|
/aoo42x/main/bean/java/officebean/src/main/java/com/sun/star/comp/beans/ |
H A D | OOoBean.java | 1331 public void paint( java.awt.Graphics aGraphics ) in paint() argument
|
Completed in 42 milliseconds