Home
last modified time | relevance | path

Searched refs:aGraphics (Results 1 – 3 of 3) sorted by relevance

/AOO41X/main/vcl/win/source/gdi/
H A Dsalgdi_gdiplus.cxx155 Gdiplus::Graphics aGraphics(getHDC()); in drawPolyPolygon() local
174 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() local
300 aGraphics.SetSmoothingMode(Gdiplus::SmoothingModeAntiAlias); in drawPolyLine()
304 aGraphics.SetSmoothingMode(Gdiplus::SmoothingModeNone); in drawPolyLine()
[all …]
/AOO41X/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()
/AOO41X/main/bean/com/sun/star/comp/beans/
H A DOOoBean.java1332 public void paint( java.awt.Graphics aGraphics ) in paint() argument