Lines Matching refs:pPtAry
404 void PspGraphics::drawPolyLine( sal_uInt32 nPoints, const SalPoint *pPtAry ) in drawPolyLine() argument
406 m_pPrinterGfx->DrawPolyLine (nPoints, (Point*)pPtAry); in drawPolyLine()
409 void PspGraphics::drawPolygon( sal_uInt32 nPoints, const SalPoint* pPtAry ) in drawPolygon() argument
412 m_pPrinterGfx->DrawPolygon (nPoints, (Point*)pPtAry); in drawPolygon()
417 PCONSTSALPOINT *pPtAry ) in drawPolyPolygon() argument
419 m_pPrinterGfx->DrawPolyPolygon (nPoly, pPoints, (const Point**)pPtAry); in drawPolyPolygon()
439 sal_Bool PspGraphics::drawPolyLineBezier( sal_uInt32 nPoints, const SalPoint* pPtAry, const sal_uIn… in drawPolyLineBezier() argument
441 m_pPrinterGfx->DrawPolyLineBezier (nPoints, (Point*)pPtAry, pFlgAry); in drawPolyLineBezier()
445 sal_Bool PspGraphics::drawPolygonBezier( sal_uInt32 nPoints, const SalPoint* pPtAry, const sal_uInt… in drawPolygonBezier() argument
447 m_pPrinterGfx->DrawPolygonBezier (nPoints, (Point*)pPtAry, pFlgAry); in drawPolygonBezier()
453 const SalPoint* const* pPtAry, in drawPolyPolygonBezier() argument
457 m_pPrinterGfx->DrawPolyPolygonBezier (nPoly, pPoints, (Point**)pPtAry, (sal_uInt8**)pFlgAry); in drawPolyPolygonBezier()