Searched refs:DrawPolyLineBezier (Results 1 – 7 of 7) sorted by relevance
/aoo42x/main/vcl/inc/ |
H A D | printergfx.hxx | 361 void DrawPolyLineBezier (sal_uInt32 nPoints,
|
H A D | salgdi.hxx | 389 sal_Bool DrawPolyLineBezier( sal_uInt32 nPoints,
|
/aoo42x/main/vcl/source/gdi/ |
H A D | salgdilayout.cxx | 511 sal_Bool SalGraphics::DrawPolyLineBezier( sal_uInt32 nPoints, const SalPoint* pPtAry, const sal_uIn… in DrawPolyLineBezier() function in SalGraphics
|
H A D | outdev.cxx | 1842 if( !mpGraphics->DrawPolyLineBezier( nPoints, pPtAry, pFlgAry, this ) ) in DrawPolyLine()
|
/aoo42x/main/vcl/unx/generic/printergfx/ |
H A D | common_gfx.cxx | 526 PrinterGfx::DrawPolyLineBezier (sal_uInt32 nPoints, const Point* pPath, const sal_uInt8* pFlgAry) in DrawPolyLineBezier() function in PrinterGfx
|
/aoo42x/main/vcl/unx/generic/gdi/ |
H A D | pspgraphics.cxx | 441 m_pPrinterGfx->DrawPolyLineBezier (nPoints, (Point*)pPtAry, pFlgAry); in drawPolyLineBezier()
|
/aoo42x/main/vcl/unx/headless/ |
H A D | svppspgraphics.cxx | 367 m_pPrinterGfx->DrawPolyLineBezier (nPoints, (Point*)pPtAry, pFlgAry); in drawPolyLineBezier()
|
Completed in 43 milliseconds