Searched refs:nPnt (Results 1 – 10 of 10) sorted by relevance
| /trunk/main/svx/source/svdraw/ |
| H A D | svdopath.cxx | 77 inline sal_uInt16 GetPrevPnt(sal_uInt16 nPnt, sal_uInt16 nPntMax, FASTBOOL bClosed) in GetPrevPnt() argument 79 if (nPnt>0) { in GetPrevPnt() 80 nPnt--; in GetPrevPnt() 82 nPnt=nPntMax; in GetPrevPnt() 83 if (bClosed) nPnt--; in GetPrevPnt() 85 return nPnt; in GetPrevPnt() 88 inline sal_uInt16 GetNextPnt(sal_uInt16 nPnt, sal_uInt16 nPntMax, FASTBOOL bClosed) in GetNextPnt() argument 90 nPnt++; in GetNextPnt() 91 if (nPnt>nPntMax || (bClosed && nPnt>=nPntMax)) nPnt=0; in GetNextPnt() 92 return nPnt; in GetNextPnt() [all …]
|
| H A D | polypolygoneditor.cxx | 47 sal_uInt32 nPoly, nPnt; in DeletePoints() local 48 if( GetRelativePolyPoint(maPolyPolygon,(*aIter), nPoly, nPnt) ) in DeletePoints() 53 aCandidate.remove(nPnt); in DeletePoints()
|
| /trunk/main/vcl/os2/source/gdi/ |
| H A D | salgdi3.cxx | 1280 int nPnt = 0; in GetGlyphOutline() local 1284 pPoints[ nPnt ] = Point( nX, nY ); in GetGlyphOutline() 1285 pFlags[ nPnt++ ] = POLY_NORMAL; in GetGlyphOutline() 1292 int nNeededSize = nPnt + 16 + 3 * pCurve->cpfx; in GetGlyphOutline() 1300 for( int i = 0; i < nPnt; ++i ) in GetGlyphOutline() 1317 pPoints[ nPnt ] = Point( nX, nY ); in GetGlyphOutline() 1318 pFlags[ nPnt ] = POLY_NORMAL; in GetGlyphOutline() 1319 ++nPnt; in GetGlyphOutline() 1335 nX = pPoints[ nPnt-1 ].X() + 2 * aControlP.X(); in GetGlyphOutline() 1336 nY = pPoints[ nPnt-1 ].Y() + 2 * aControlP.Y(); in GetGlyphOutline() [all …]
|
| /trunk/main/vcl/win/source/gdi/ |
| H A D | salgdi3.cxx | 2506 USHORT nPnt = 0; in GetGlyphOutline() local 2510 pPoints[ nPnt ] = Point( nX, nY ); in GetGlyphOutline() 2511 pFlags[ nPnt++ ] = POLY_NORMAL; in GetGlyphOutline() 2518 int nNeededSize = nPnt + 16 + 3 * pCurve->cpfx; in GetGlyphOutline() 2526 for( USHORT i = 0; i < nPnt; ++i ) in GetGlyphOutline() 2543 pPoints[ nPnt ] = Point( nX, nY ); in GetGlyphOutline() 2544 pFlags[ nPnt ] = POLY_NORMAL; in GetGlyphOutline() 2545 ++nPnt; in GetGlyphOutline() 2561 nX = pPoints[ nPnt-1 ].X() + 2 * aControlP.X(); in GetGlyphOutline() 2562 nY = pPoints[ nPnt-1 ].Y() + 2 * aControlP.Y(); in GetGlyphOutline() [all …]
|
| /trunk/main/svx/source/xoutdev/ |
| H A D | _xpoly.cxx | 1033 void XPolygon::CalcSmoothJoin(sal_uInt16 nCenter, sal_uInt16 nDrag, sal_uInt16 nPnt) in CalcSmoothJoin() argument 1044 if ( !IsControl(nPnt) ) in CalcSmoothJoin() 1047 nDrag = nPnt; in CalcSmoothJoin() 1048 nPnt = nTmp; in CalcSmoothJoin() 1056 double fRatio = CalcDistance(nCenter, nPnt) / fDiv; in CalcSmoothJoin() 1063 pPoints[nPnt] = pPoints[nCenter] - aDiff; in CalcSmoothJoin()
|
| /trunk/main/sc/source/ui/drawfunc/ |
| H A D | fudraw.cxx | 638 sal_uInt32 nPnt(pHdl->GetPointNum()); in KeyInput() local 669 && pAct->GetPointNum() == nPnt) in KeyInput()
|
| /trunk/main/svx/source/dialog/ |
| H A D | graphctl.cxx | 652 sal_uInt32 nPnt(pHdl->GetPointNum()); in KeyInput() local 683 && pAct->GetPointNum() == nPnt) in KeyInput()
|
| /trunk/main/sd/source/ui/func/ |
| H A D | fupoor.cxx | 597 sal_uInt32 nPnt(pHdl->GetPointNum()); in IMPL_LINK_INLINE_END() local 628 && pAct->GetPointNum() == nPnt) in IMPL_LINK_INLINE_END()
|
| /trunk/main/svx/inc/svx/ |
| H A D | xpoly.hxx | 119 void CalcSmoothJoin(sal_uInt16 nCenter, sal_uInt16 nDrag, sal_uInt16 nPnt);
|
| /trunk/main/sd/source/ui/animations/ |
| H A D | motionpathtag.cxx | 699 sal_uInt32 nPnt(pHdl->GetPointNum()); in OnMarkHandle() local 726 …f(pAct && pAct->GetKind() == HDL_POLY && pAct->GetPolyNum() == nPol && pAct->GetPointNum() == nPnt) in OnMarkHandle()
|