/aoo4110/main/svx/source/xoutdev/ |
H A D | _xpoly.cxx | 927 pPoints[nPos].X() = (long) (fU3 * pPoints[nIdx ].X() + in SubdivideBezier() 931 pPoints[nPos].Y() = (long) (fU3 * pPoints[nIdx ].Y() + in SubdivideBezier() 937 pPoints[nPos].X() = (long) (fU2 * pPoints[nIdx ].X() + in SubdivideBezier() 945 pPoints[nPos].X() = (long) (fU * pPoints[nIdx ].X() + in SubdivideBezier() 947 pPoints[nPos].Y() = (long) (fU * pPoints[nIdx ].Y() + in SubdivideBezier() 972 pPoints[nFirst].X() += nRx; pPoints[nFirst+3].Y() += nRy; in GenBezArc() 976 pPoints[nFirst].Y() += nRy; pPoints[nFirst+3].X() += nRx; in GenBezArc() 978 pPoints[nFirst+1] = pPoints[nFirst]; in GenBezArc() 979 pPoints[nFirst+2] = pPoints[nFirst+3]; in GenBezArc() 1051 Point aDiff = pPoints[nDrag] - pPoints[nCenter]; in CalcSmoothJoin() [all …]
|
/aoo4110/main/vcl/os2/source/gdi/ |
H A D | salgdi3.cxx | 1268 Point* pPoints = new Point[ nPtSize ]; in GetGlyphOutline() local 1284 pPoints[ nPnt ] = Point( nX, nY ); in GetGlyphOutline() 1295 Point* pOldPoints = pPoints; in GetGlyphOutline() 1298 pPoints = new Point[ nPtSize ]; in GetGlyphOutline() 1302 pPoints[ i ] = pOldPoints[ i ]; in GetGlyphOutline() 1317 pPoints[ nPnt ] = Point( nX, nY ); in GetGlyphOutline() 1360 pPoints[ nPnt+2 ] = Point( nX, nY ); in GetGlyphOutline() 1383 if(pPoints[nPnt - 1] != pPoints[0]) in GetGlyphOutline() 1388 pPoints[nPnt++] = pPoints[0]; in GetGlyphOutline() 1393 pPoints[i].Y() = -pPoints[i].Y(); in GetGlyphOutline() [all …]
|
H A D | salgdi.cxx | 599 void Os2SalGraphics::drawPolyPolygon( sal_uInt32 nPoly, const sal_uInt32* pPoints, in drawPolyPolygon() argument 611 ULONG nTempPoints = pPoints[ i ]; in drawPolyPolygon()
|
/aoo4110/main/vcl/source/gdi/ |
H A D | region.cxx | 1718 const Point* pPoints = rPoly.GetConstPointAry(); in ImplPolygonRectTest() local 1721 if( nPoints == 4 || (nPoints == 5 && pPoints[0] == pPoints[4]) ) in ImplPolygonRectTest() 1723 long nX1 = pPoints[0].X(), nX2 = pPoints[2].X(), nY1 = pPoints[0].Y(), nY2 = pPoints[2].Y(); in ImplPolygonRectTest() 1725 …if( ( (pPoints[1].X() == nX1 && pPoints[3].X() == nX2) && (pPoints[1].Y() == nY2 && pPoints[3].Y()… in ImplPolygonRectTest() 1726 …|| ( (pPoints[1].X() == nX2 && pPoints[3].X() == nX1) && (pPoints[1].Y() == nY1 && pPoints[3].Y() … in ImplPolygonRectTest()
|
H A D | salgdilayout.cxx | 469 void SalGraphics::DrawPolyPolygon( sal_uInt32 nPoly, const sal_uInt32* pPoints, PCONSTSALPOINT* pPt… in DrawPolyPolygon() argument 478 sal_uLong nPoints = pPoints[i]; in DrawPolyPolygon() 483 drawPolyPolygon( nPoly, pPoints, (PCONSTSALPOINT*)pPtAry2 ); in DrawPolyPolygon() 490 drawPolyPolygon( nPoly, pPoints, pPtAry ); in DrawPolyPolygon()
|
/aoo4110/main/vcl/win/source/gdi/ |
H A D | salgdi3.cxx | 2494 Point* pPoints = new Point[ nPtSize ]; in GetGlyphOutline() local 2510 pPoints[ nPnt ] = Point( nX, nY ); in GetGlyphOutline() 2521 Point* pOldPoints = pPoints; in GetGlyphOutline() 2524 pPoints = new Point[ nPtSize ]; in GetGlyphOutline() 2528 pPoints[ i ] = pOldPoints[ i ]; in GetGlyphOutline() 2543 pPoints[ nPnt ] = Point( nX, nY ); in GetGlyphOutline() 2586 pPoints[ nPnt+2 ] = Point( nX, nY ); in GetGlyphOutline() 2609 if(pPoints[nPnt - 1] != pPoints[0]) in GetGlyphOutline() 2614 pPoints[nPnt++] = pPoints[0]; in GetGlyphOutline() 2619 pPoints[i].Y() = -pPoints[i].Y(); in GetGlyphOutline() [all …]
|
H A D | salgdi.cxx | 625 const sal_uLong* pPoints, in ImplPreparePolyDraw() argument 636 const sal_uLong nCurrPoints = *pPoints++; in ImplPreparePolyDraw() 1454 void WinSalGraphics::drawPolyPolygon( sal_uInt32 nPoly, const sal_uInt32* pPoints, in drawPolyPolygon() argument 1470 nPoints = (UINT)pPoints[i]+1; in drawPolyPolygon() 1595 sal_Bool WinSalGraphics::drawPolyPolygonBezier( sal_uInt32 nPoly, const sal_uInt32* pPoints, in drawPolyPolygonBezier() argument 1604 const sal_uLong* pCurrPoints = pPoints; in drawPolyPolygonBezier() 1623 ImplPreparePolyDraw(true, nPoly, pPoints, pPtAry, pFlgAry, pWinPointAry, pWinFlagAry); in drawPolyPolygonBezier()
|
/aoo4110/main/vcl/unx/headless/ |
H A D | svpgdi.cxx | 392 PCONSTSALPOINT pPoints = pPtAry[nPolygon]; in drawPolyPolygon() local 394 aPoly.append( B2DPoint( pPoints->mnX, pPoints->mnY ), nPoints ); in drawPolyPolygon() 396 aPoly.setB2DPoint( i, B2DPoint( pPoints[i].mnX, pPoints[i].mnY ) ); in drawPolyPolygon()
|
H A D | svpgdi.hxx | 133 const sal_uInt32* pPoints, 142 const sal_uInt32* pPoints,
|
H A D | svppspgraphics.hxx | 152 const sal_uInt32* pPoints, 161 const sal_uInt32* pPoints,
|
H A D | svppspgraphics.cxx | 349 void PspGraphics::drawPolyPolygon( sal_uInt32 nPoly, const sal_uInt32* pPoints, PCONSTSALPOINT* pPt… in drawPolyPolygon() argument 351 m_pPrinterGfx->DrawPolyPolygon (nPoly, pPoints, (const Point**)pPtAry); in drawPolyPolygon() 378 const sal_uInt32* pPoints, in drawPolyPolygonBezier() argument 383 m_pPrinterGfx->DrawPolyPolygonBezier (nPoly, pPoints, (Point**)pPtAry, (sal_uInt8**)pFlgAry); in drawPolyPolygonBezier()
|
/aoo4110/main/vcl/inc/ |
H A D | salgdi.hxx | 122 …virtual void drawPolyPolygon( sal_uInt32 nPoly, const sal_uInt32* pPoints, PCONSTSALPOINT* pPtAry… 132 …virtual sal_Bool drawPolyPolygonBezier( sal_uInt32 nPoly, const sal_uInt32* pPoints, const SalPoin… 376 const sal_uInt32* pPoints, 398 const sal_uInt32* pPoints,
|
/aoo4110/main/svtools/source/uno/ |
H A D | unoimap.cxx | 250 awt::Point* pPoints = maPolygon.getArray(); in SvUnoImageMapObject() local 255 pPoints->X = rPoint.X(); in SvUnoImageMapObject() 256 pPoints->Y = rPoint.Y(); in SvUnoImageMapObject() 258 pPoints++; in SvUnoImageMapObject()
|
/aoo4110/main/filter/source/graphicfilter/icgm/ |
H A D | class4.cxx | 288 Point* pPoints = new Point[ 0x4000 ]; in ImplDoClass4() local 297 pPoints[ nPoints++ ] = Point( (long)aFloatPoint.X, (long)aFloatPoint.Y ); in ImplDoClass4() 303 aPolygon.SetPoint( pPoints[ i ], i ); in ImplDoClass4() 309 delete[] pPoints; in ImplDoClass4()
|
/aoo4110/main/vcl/inc/unx/ |
H A D | pspgraphics.h | 136 const sal_uInt32* pPoints, 152 const sal_uInt32* pPoints,
|
H A D | salgdi.h | 284 const sal_uInt32* pPoints, 303 const sal_uInt32* pPoints,
|
/aoo4110/main/vcl/inc/os2/ |
H A D | salgdi.h | 167 …virtual void drawPolyPolygon( sal_uInt32 nPoly, const sal_uInt32* pPoints, PCONSTSALPOINT* pPtAry… 177 …virtual sal_Bool drawPolyPolygonBezier( sal_uInt32 nPoly, const sal_uInt32* pPoints, const SalPoin…
|
/aoo4110/main/vcl/inc/win/ |
H A D | salgdi.h | 195 …virtual void drawPolyPolygon( sal_uInt32 nPoly, const sal_uInt32* pPoints, PCONSTSALPOINT* pPtAry… 205 …virtual sal_Bool drawPolyPolygonBezier( sal_uInt32 nPoly, const sal_uInt32* pPoints, const SalPoin…
|
/aoo4110/main/vcl/unx/generic/gdi/ |
H A D | pspgraphics.cxx | 416 const sal_uInt32 *pPoints, in drawPolyPolygon() argument 419 m_pPrinterGfx->DrawPolyPolygon (nPoly, pPoints, (const Point**)pPtAry); in drawPolyPolygon() 452 const sal_uInt32* pPoints, in drawPolyPolygonBezier() argument 457 m_pPrinterGfx->DrawPolyPolygonBezier (nPoly, pPoints, (Point**)pPtAry, (sal_uInt8**)pFlgAry); in drawPolyPolygonBezier()
|
H A D | salgdi.cxx | 931 const sal_uInt32 *pPoints, in drawPolyPolygon() argument 940 n = pPoints[i]; in drawPolyPolygon() 974 drawPolyLine( pPoints[i], pPtAry[i], true ); in drawPolyPolygon()
|
/aoo4110/main/vcl/inc/aqua/ |
H A D | salgdi.h | 237 …virtual void drawPolyPolygon( sal_uInt32 nPoly, const sal_uInt32* pPoints, PCONSTSALPOINT* pPtAry… 241 …virtual sal_Bool drawPolyPolygonBezier( sal_uInt32 nPoly, const sal_uInt32* pPoints, const SalPoin…
|
/aoo4110/main/vcl/aqua/source/gdi/ |
H A D | salgdi.cxx | 843 void AquaSalGraphics::drawPolyPolygon( sal_uInt32 nPolyCount, const sal_uInt32* pPoints, PCONSTSALP… in drawPolyPolygon() argument 852 getBoundRect( pPoints[0], ppPtAry[0], leftX, topY, maxWidth, maxHeight ); in drawPolyPolygon() 856 getBoundRect( pPoints[n], ppPtAry[n], nX, nY, nW, nH ); in drawPolyPolygon() 890 const sal_uInt32 nPoints = pPoints[nPoly]; in drawPolyPolygon() 911 const sal_uInt32 nPoints = pPoints[nPoly]; in drawPolyPolygon()
|
/aoo4110/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() argument 637 if ( !nPoly || !pPtAry || !pPoints || !(maFillColor.Is() || maLineColor.Is())) in DrawPolyPolygonBezier() 643 sal_uInt32 nPoints = pPoints[i]; in DrawPolyPolygonBezier()
|
/aoo4110/main/oox/source/drawingml/ |
H A D | shape.cxx | 330 awt::Point* pPoints = aPointSequence.getArray(); in createAndInsert() local 334 …pPoints[ i ] = awt::Point( static_cast< sal_Int32 >( aPoint.getX() ), static_cast< sal_Int32 >( aP… in createAndInsert()
|
/aoo4110/main/sw/source/core/unocore/ |
H A D | unoframe.cxx | 1008 const :: awt::Point* pPoints = pPointSeq[i].getConstArray(); in setPropertyValue() local 1012 Point aPoint(pPoints[j].X, pPoints[j].Y); in setPropertyValue() 1471 awt::Point* pPoints = pPSeq[i].getArray(); in getPropertyValue() local 1475 pPoints[j].X = rPoint.X(); in getPropertyValue() 1476 pPoints[j].Y = rPoint.Y(); in getPropertyValue()
|