Searched refs:GraphicsSharedPtr (Results 1 – 19 of 19) sorted by relevance
/aoo42x/main/canvas/source/directx/ |
H A D | dx_canvashelper.cxx | 156 GraphicsSharedPtr pGraphics( mpGraphicsProvider->getGraphics() ); in clear() 176 GraphicsSharedPtr pGraphics( mpGraphicsProvider->getGraphics() ); in drawPoint() 212 GraphicsSharedPtr pGraphics( mpGraphicsProvider->getGraphics() ); in drawLine() 251 GraphicsSharedPtr pGraphics( mpGraphicsProvider->getGraphics() ); in drawBezier() 297 GraphicsSharedPtr pGraphics( mpGraphicsProvider->getGraphics() ); in drawPolyPolygon() 342 GraphicsSharedPtr pGraphics( mpGraphicsProvider->getGraphics() ); in strokePolyPolygon() 443 GraphicsSharedPtr pGraphics( mpGraphicsProvider->getGraphics() ); in fillPolyPolygon() 506 GraphicsSharedPtr pGraphics( mpGraphicsProvider->getGraphics() ); in drawText() 596 GraphicsSharedPtr pGraphics( mpGraphicsProvider->getGraphics() ); in drawBitmap() 624 GraphicsSharedPtr pGraphics( mpGraphicsProvider->getGraphics() ); in drawBitmapModulated() [all …]
|
H A D | dx_canvashelper_texturefill.cxx | 63 bool fillLinearGradient( GraphicsSharedPtr& rGraphics, in fillLinearGradient() 209 GraphicsSharedPtr& rGraphics, in fillPolygonalGradient() 435 GraphicsSharedPtr& rGraphics, in fillGradient() 474 GraphicsSharedPtr& rGraphics, in fillBitmap() 564 GraphicsSharedPtr pGraphics( mpGraphicsProvider->getGraphics() ); in fillTexturedPolyPolygon()
|
H A D | dx_impltools.cxx | 506 bool drawGdiPlusBitmap( const GraphicsSharedPtr& rGraphics, in drawGdiPlusBitmap() 514 bool drawDIBits( const GraphicsSharedPtr& rGraphics, in drawDIBits() 526 bool drawRGBABits( const GraphicsSharedPtr& rGraphics, in drawRGBABits() 594 GraphicsSharedPtr pGraphics(createGraphicsFromBitmap(pBitmap)); in bitmapFromXBitmap()
|
H A D | dx_surfacegraphics.cxx | 60 GraphicsSharedPtr createSurfaceGraphics(const COMReference<surface_type>& rSurface ) in createSurfaceGraphics() 63 GraphicsSharedPtr pRet; in createSurfaceGraphics()
|
H A D | dx_bitmap.hxx | 48 virtual GraphicsSharedPtr getGraphics(); 80 GraphicsSharedPtr mpGraphics;
|
H A D | dx_surfacebitmap.hxx | 47 virtual GraphicsSharedPtr getGraphics(); 125 GraphicsSharedPtr mpGraphics;
|
H A D | dx_canvas.cxx | 72 GraphicsSharedPtr mpGraphics; 75 virtual GraphicsSharedPtr getGraphics() { return mpGraphics; } in getGraphics()
|
H A D | dx_surfacegraphics.hxx | 38 GraphicsSharedPtr createSurfaceGraphics(const COMReference<surface_type>& rSurface );
|
H A D | dx_graphicsprovider.hxx | 43 virtual GraphicsSharedPtr getGraphics() = 0;
|
H A D | dx_surfacebitmap.cxx | 307 GraphicsSharedPtr pGraphics(getGraphics()); in clear() 326 GraphicsSharedPtr DXSurfaceBitmap::getGraphics() in getGraphics()
|
H A D | dx_winstuff.hxx | 107 typedef ::boost::shared_ptr< Gdiplus::Graphics > GraphicsSharedPtr; typedef
|
H A D | dx_impltools.hxx | 115 bool drawGdiPlusBitmap( const GraphicsSharedPtr& rGraphics,
|
H A D | dx_bitmapcanvashelper.cxx | 96 GraphicsSharedPtr pGraphics( mpTarget->getGraphics() ); in clear()
|
H A D | dx_bitmap.cxx | 97 GraphicsSharedPtr DXBitmap::getGraphics() in getGraphics()
|
H A D | dx_textlayout.cxx | 230 bool TextLayout::draw( const GraphicsSharedPtr& rGraphics, in draw()
|
H A D | dx_textlayout.hxx | 89 bool draw( const GraphicsSharedPtr& rGraphics,
|
H A D | dx_textlayout_drawhelper.cxx | 105 const GraphicsSharedPtr& rGraphics, in drawText()
|
H A D | dx_canvashelper.hxx | 242 void setupGraphicsState( GraphicsSharedPtr& rGraphics,
|
H A D | dx_5rm.cxx | 1944 GraphicsSharedPtr pGraphics; in renderInfoText()
|
Completed in 80 milliseconds