Searched refs:DrawEPS (Results 1 – 10 of 10) sorted by relevance
/trunk/main/vcl/source/gdi/ |
H A D | outdev6.cxx | 1199 bool OutputDevice::DrawEPS( const Point& rPoint, const Size& rSize, in DrawEPS() function in OutputDevice 1236 … bDrawn = mpGraphics->DrawEPS( aRect.Left(), aRect.Top(), aRect.GetWidth(), aRect.GetHeight(), in DrawEPS() 1252 mpAlphaVDev->DrawEPS( rPoint, rSize, rGfxLink, pSubst ); in DrawEPS()
|
H A D | salgdilayout.cxx | 697 sal_Bool SalGraphics::DrawEPS( long nX, long nY, long nWidth, long nHeight, void* pPtr, sal_uLong n… in DrawEPS() function in SalGraphics
|
H A D | metaact.cxx | 3893 pOut->DrawEPS( maPoint, maSize, maGfxLink, &maSubst ); in Execute()
|
/trunk/main/vcl/inc/ |
H A D | printergfx.hxx | 373 sal_Bool DrawEPS ( const Rectangle& rBoundingBox, void* pPtr, sal_uInt32 nSize);
|
H A D | salgdi.hxx | 443 …sal_Bool DrawEPS( long nX, long nY, long nWidth, long nHeight, void* pPtr, sal_…
|
/trunk/main/vcl/unx/generic/printergfx/ |
H A D | common_gfx.cxx | 1175 PrinterGfx::DrawEPS( const Rectangle& rBoundingBox, void* pPtr, sal_uInt32 nSize ) in DrawEPS() function in PrinterGfx
|
/trunk/main/drawinglayer/source/processor2d/ |
H A D | vclprocessor2d.cxx | 1250 const bool bEPSPaintedDirectly(mpOutputDevice->DrawEPS( in RenderEpsPrimitive2D()
|
/trunk/main/vcl/unx/generic/gdi/ |
H A D | pspgraphics.cxx | 468 …return m_pPrinterGfx->DrawEPS( Rectangle( Point( nX, nY ), Size( nWidth, nHeight ) ), pPtr, nSize … in drawEPS()
|
/trunk/main/vcl/unx/headless/ |
H A D | svppspgraphics.cxx | 401 …return m_pPrinterGfx->DrawEPS( Rectangle( Point( nX, nY ), Size( nWidth, nHeight ) ), pPtr, nSize … in drawEPS()
|
/trunk/main/vcl/inc/vcl/ |
H A D | outdev.hxx | 844 bool DrawEPS( const Point& rPt, const Size& rSz,
|
Completed in 99 milliseconds