Searched refs:DrawPolyPolygonBezier (Results 1 – 7 of 7) sorted by relevance
/trunk/main/vcl/inc/ |
H A D | printergfx.hxx | 367 void DrawPolyPolygonBezier (sal_uInt32 nPoly,
|
H A D | salgdi.hxx | 397 sal_Bool DrawPolyPolygonBezier( sal_uInt32 nPoly,
|
/trunk/main/vcl/source/gdi/ |
H A D | salgdilayout.cxx | 541 sal_Bool SalGraphics::DrawPolyPolygonBezier( sal_uInt32 i_nPoly, const sal_uInt32* i_pPoints, in DrawPolyPolygonBezier() function in SalGraphics
|
H A D | outdev.cxx | 309 … if( !mpGraphics->DrawPolyPolygonBezier( j, pPointAry, pPointAryAry, pFlagAryAry, this ) ) in ImplDrawPolyPolygon()
|
/trunk/main/vcl/unx/generic/printergfx/ |
H A D | common_gfx.cxx | 633 PrinterGfx::DrawPolyPolygonBezier (sal_uInt32 nPoly, const sal_uInt32 * pPoints, const Point* const… in DrawPolyPolygonBezier() function in PrinterGfx
|
/trunk/main/vcl/unx/generic/gdi/ |
H A D | pspgraphics.cxx | 457 m_pPrinterGfx->DrawPolyPolygonBezier (nPoly, pPoints, (Point**)pPtAry, (sal_uInt8**)pFlgAry); in drawPolyPolygonBezier()
|
/trunk/main/vcl/unx/headless/ |
H A D | svppspgraphics.cxx | 383 m_pPrinterGfx->DrawPolyPolygonBezier (nPoly, pPoints, (Point**)pPtAry, (sal_uInt8**)pFlgAry); in drawPolyPolygonBezier()
|
Completed in 76 milliseconds