Searched refs:DrawPolygonBezier (Results 1 – 7 of 7) sorted by relevance
/aoo42x/main/vcl/inc/ |
H A D | printergfx.hxx | 364 void DrawPolygonBezier (sal_uInt32 nPoints,
|
H A D | salgdi.hxx | 393 sal_Bool DrawPolygonBezier( sal_uInt32 nPoints,
|
/aoo42x/main/vcl/source/gdi/ |
H A D | outdev.cxx | 293 if( !mpGraphics->DrawPolygonBezier( *pPointAry, *pPointAryAry, *pFlagAryAry, this ) ) in ImplDrawPolyPolygon() 2031 if( !mpGraphics->DrawPolygonBezier( nPoints, pPtAry, pFlgAry, this ) ) in DrawPolygon()
|
H A D | salgdilayout.cxx | 526 sal_Bool SalGraphics::DrawPolygonBezier( sal_uInt32 nPoints, const SalPoint* pPtAry, const sal_uInt… in DrawPolygonBezier() function in SalGraphics
|
/aoo42x/main/vcl/unx/generic/printergfx/ |
H A D | common_gfx.cxx | 577 PrinterGfx::DrawPolygonBezier (sal_uInt32 nPoints, const Point* pPath, const sal_uInt8* pFlgAry) in DrawPolygonBezier() function in PrinterGfx
|
/aoo42x/main/vcl/unx/generic/gdi/ |
H A D | pspgraphics.cxx | 447 m_pPrinterGfx->DrawPolygonBezier (nPoints, (Point*)pPtAry, pFlgAry); in drawPolygonBezier()
|
/aoo42x/main/vcl/unx/headless/ |
H A D | svppspgraphics.cxx | 373 m_pPrinterGfx->DrawPolygonBezier (nPoints, (Point*)pPtAry, pFlgAry); in drawPolygonBezier()
|
Completed in 115 milliseconds