Home
last modified time | relevance | path

Searched refs:pPoints (Results 1 – 25 of 27) sorted by relevance

12

/trunk/main/svx/source/xoutdev/
H A D_xpoly.cxx927 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 …]
/trunk/main/vcl/os2/source/gdi/
H A Dsalgdi3.cxx1268 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 Dsalgdi.cxx599 void Os2SalGraphics::drawPolyPolygon( sal_uInt32 nPoly, const sal_uInt32* pPoints, in drawPolyPolygon() argument
611 ULONG nTempPoints = pPoints[ i ]; in drawPolyPolygon()
/trunk/main/vcl/source/gdi/
H A Dregion.cxx1720 const Point* pPoints = rPoly.GetConstPointAry(); in ImplPolygonRectTest() local
1723 if( nPoints == 4 || (nPoints == 5 && pPoints[0] == pPoints[4]) ) in ImplPolygonRectTest()
1725 long nX1 = pPoints[0].X(), nX2 = pPoints[2].X(), nY1 = pPoints[0].Y(), nY2 = pPoints[2].Y(); in ImplPolygonRectTest()
1727 …if( ( (pPoints[1].X() == nX1 && pPoints[3].X() == nX2) && (pPoints[1].Y() == nY2 && pPoints[3].Y()… in ImplPolygonRectTest()
1728 …|| ( (pPoints[1].X() == nX2 && pPoints[3].X() == nX1) && (pPoints[1].Y() == nY1 && pPoints[3].Y() … in ImplPolygonRectTest()
H A Dsalgdilayout.cxx469 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()
/trunk/main/vcl/win/source/gdi/
H A Dsalgdi3.cxx2494 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 Dsalgdi.cxx625 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()
/trunk/main/vcl/unx/headless/
H A Dsvpgdi.cxx392 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 Dsvpgdi.hxx133 const sal_uInt32* pPoints,
142 const sal_uInt32* pPoints,
H A Dsvppspgraphics.hxx152 const sal_uInt32* pPoints,
161 const sal_uInt32* pPoints,
H A Dsvppspgraphics.cxx349 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()
/trunk/main/vcl/inc/
H A Dsalgdi.hxx122 …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,
/trunk/main/svtools/source/uno/
H A Dunoimap.cxx250 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()
/trunk/main/filter/source/graphicfilter/icgm/
H A Dclass4.cxx288 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()
/trunk/main/vcl/inc/unx/
H A Dpspgraphics.h136 const sal_uInt32* pPoints,
152 const sal_uInt32* pPoints,
H A Dsalgdi.h284 const sal_uInt32* pPoints,
303 const sal_uInt32* pPoints,
/trunk/main/vcl/inc/os2/
H A Dsalgdi.h167 …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…
/trunk/main/vcl/unx/generic/gdi/
H A Dpspgraphics.cxx416 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 Dsalgdi.cxx931 const sal_uInt32 *pPoints, in drawPolyPolygon() argument
940 n = pPoints[i]; in drawPolyPolygon()
974 drawPolyLine( pPoints[i], pPtAry[i], true ); in drawPolyPolygon()
/trunk/main/vcl/inc/win/
H A Dsalgdi.h195 …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…
/trunk/main/vcl/aqua/source/gdi/
H A Dsalgdi.cxx843 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()
/trunk/main/vcl/inc/aqua/
H A Dsalgdi.h237 …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…
/trunk/main/vcl/unx/generic/printergfx/
H A Dcommon_gfx.cxx633 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()
/trunk/main/oox/source/drawingml/
H A Dshape.cxx330 awt::Point* pPoints = aPointSequence.getArray(); in createAndInsert() local
334pPoints[ i ] = awt::Point( static_cast< sal_Int32 >( aPoint.getX() ), static_cast< sal_Int32 >( aP… in createAndInsert()
/trunk/main/sw/source/core/unocore/
H A Dunoframe.cxx1411 const :: awt::Point* pPoints = pPointSeq[i].getConstArray(); in setPropertyValue() local
1415 Point aPoint(pPoints[j].X, pPoints[j].Y); in setPropertyValue()
1988 awt::Point* pPoints = pPSeq[i].getArray(); in getPropertyValue() local
1992 pPoints[j].X = rPoint.X(); in getPropertyValue()
1993 pPoints[j].Y = rPoint.Y(); in getPropertyValue()

Completed in 192 milliseconds

12