Home
last modified time | relevance | path

Searched refs:pPnt (Results 1 – 7 of 7) sorted by relevance

/dports/editors/libreoffice6/libreoffice-6.4.7.2/svx/source/svdraw/
H A Dsvdtrans.cxx296 Point* pPnt=&rPoly[i]; in CrookRotatePoly() local
300 pC1=pPnt; in CrookRotatePoly()
302 pPnt=&rPoly[i]; in CrookRotatePoly()
309 CrookRotateXPoint(*pPnt,pC1,pC2,rCenter,rRad,nSin,nCos,bVert); in CrookRotatePoly()
319 Point* pPnt=&rPoly[i]; in CrookSlantPoly() local
323 pC1=pPnt; in CrookSlantPoly()
325 pPnt=&rPoly[i]; in CrookSlantPoly()
332 CrookSlantXPoint(*pPnt,pC1,pC2,rCenter,rRad,nSin,nCos,bVert); in CrookSlantPoly()
342 Point* pPnt=&rPoly[i]; in CrookStretchPoly() local
346 pC1=pPnt; in CrookStretchPoly()
[all …]
H A Dsvddrgmt.cxx3008 Point* pPnt=&aPol[i]; in MovAllPoints() local
3014 pC1=pPnt; in MovAllPoints()
3016 pPnt=&aPol[i]; in MovAllPoints()
3027 MovCrookPoint(*pPnt,pC1,pC2); in MovAllPoints()
/dports/editors/libreoffice/libreoffice-7.2.6.2/svx/source/svdraw/
H A Dsvdtrans.cxx298 Point* pPnt=&rPoly[i]; in CrookRotatePoly() local
302 pC1=pPnt; in CrookRotatePoly()
304 pPnt=&rPoly[i]; in CrookRotatePoly()
311 CrookRotateXPoint(*pPnt,pC1,pC2,rCenter,rRad,nSin,nCos,bVert); in CrookRotatePoly()
321 Point* pPnt=&rPoly[i]; in CrookSlantPoly() local
325 pC1=pPnt; in CrookSlantPoly()
327 pPnt=&rPoly[i]; in CrookSlantPoly()
334 CrookSlantXPoint(*pPnt,pC1,pC2,rCenter,rRad,nSin,nCos,bVert); in CrookSlantPoly()
344 Point* pPnt=&rPoly[i]; in CrookStretchPoly() local
348 pC1=pPnt; in CrookStretchPoly()
[all …]
H A Dsvddrgmt.cxx3006 Point* pPnt=&aPol[i]; in MovAllPoints() local
3012 pC1=pPnt; in MovAllPoints()
3014 pPnt=&aPol[i]; in MovAllPoints()
3025 MovCrookPoint(*pPnt,pC1,pC2); in MovAllPoints()
/dports/x11/eaglemode/eaglemode-0.95.0/src/emWnds/
H A DemWndsWindowPort.cpp566 POINT * pPnt; in WindowProc() local
1035 pPnt=&((MINMAXINFO*)lParam)->ptMinTrackSize; in WindowProc()
1036 if (pPnt->x<w) pPnt->x=w; in WindowProc()
1037 if (pPnt->y<h) pPnt->y=h; in WindowProc()
/dports/cad/calculix/CalculiX/libSNL/src/
H A DsnlSurface.cpp2293 snlCtrlPoint* pPnt; // Previous point. in reduceDegree() local
2300 pPnt = ctrlPts + (unsigned)( ( lineIndex * cSize ) + ( patchIndex * rDeg ) ); in reduceDegree()
2301 cPnt = pPnt + 1; in reduceDegree()
2306 pPnt = ctrlPts + (unsigned)( ( patchIndex * rDeg * oSize ) + lineIndex ); in reduceDegree()
2307 cPnt = pPnt + sizeV(); in reduceDegree()
2317 *pPnt = newPoint; in reduceDegree()
2319 newPoint.x ( ( cPnt -> x() - ( ( pPnt -> x() ) * alpha [ pIndex - 1 ] ) ) in reduceDegree()
2321 newPoint.y ( ( cPnt -> y() - ( ( pPnt -> y() ) * alpha [ pIndex - 1 ] ) ) in reduceDegree()
2323 newPoint.z ( ( cPnt -> z() - ( ( pPnt -> z() ) * alpha [ pIndex - 1 ] ) ) in reduceDegree()
2325 newPoint.w ( ( cPnt -> w() - ( ( pPnt -> w() ) * alpha [ pIndex - 1 ] ) ) in reduceDegree()
[all …]
/dports/devel/libarea/libarea-2752cd9/pocket/
H A Ddxf.cpp649 gp_Pnt pPnt = make_point(ps);
651 gp_Dir dir(nPnt.XYZ()-pPnt.XYZ());
653 gp_Pnt mid = pPnt.XYZ() + dir.XYZ() * c / 2;