Lines Matching refs:pThisEvent
223475 GeoEvent *pThisEvent; local
223493 pThisEvent = geopolySortEventsByX(p->aEvent, p->nEvent);
223494 rX = pThisEvent && pThisEvent->x==0.0 ? -1.0 : 0.0;
223496 while( pThisEvent ){
223497 if( pThisEvent->x!=rX ){
223500 GEODEBUG(("Distinct X: %g\n", pThisEvent->x));
223501 rX = pThisEvent->x;
223539 pThisEvent->eType ? "RM " : "ADD",
223540 pThisEvent->pSeg->side, pThisEvent->pSeg->idx,
223541 pThisEvent->pSeg->C,
223542 pThisEvent->pSeg->B));
223543 if( pThisEvent->eType==0 ){
223545 pSeg = pThisEvent->pSeg;
223552 if( pActive==pThisEvent->pSeg ){
223556 if( pSeg->pNext==pThisEvent->pSeg ){
223563 pThisEvent = pThisEvent->pNext;