Lines Matching refs:pFlgAry
526 PrinterGfx::DrawPolyLineBezier (sal_uInt32 nPoints, const Point* pPath, const sal_uInt8* pFlgAry) in DrawPolyLineBezier() argument
545 … if (pFlgAry[i] != POLY_CONTROL) //If the next point is a POLY_NORMAL, we're drawing a line in DrawPolyLineBezier()
554 if ((pFlgAry[i] == POLY_CONTROL) && (pFlgAry[i+1] == POLY_CONTROL) && in DrawPolyLineBezier()
555 (pFlgAry[i+2] != POLY_CONTROL)) in DrawPolyLineBezier()
577 PrinterGfx::DrawPolygonBezier (sal_uInt32 nPoints, const Point* pPath, const sal_uInt8* pFlgAry) in DrawPolygonBezier() argument
589 if (pFlgAry[i] != POLY_CONTROL) in DrawPolygonBezier()
599 if ((pFlgAry[i] == POLY_CONTROL) && (pFlgAry[i+1] == POLY_CONTROL) && in DrawPolygonBezier()
600 (pFlgAry[i+2] != POLY_CONTROL)) in DrawPolygonBezier()
633 …32 nPoly, const sal_uInt32 * pPoints, const Point* const * pPtAry, const sal_uInt8* const* pFlgAry) in DrawPolyPolygonBezier() argument
654 if ( ! pFlgAry[i] || pFlgAry[i][j] != POLY_CONTROL) in DrawPolyPolygonBezier()
664 …if ((pFlgAry[i][j] == POLY_CONTROL) && (pFlgAry[i][j+1] == POLY_CONTROL) && (pFlgAry[i][j+2] != PO… in DrawPolyPolygonBezier()