Searched refs:mpNextSep (Results 1 – 3 of 3) sorted by relevance
93 pNewSep->mpNextSep = NULL; in ImplRegionBand()97 pPrevSep->mpNextSep = pNewSep; in ImplRegionBand()100 pSep = pSep->mpNextSep; in ImplRegionBand()137 ImplRegionBandSep* pTempSep = pSep->mpNextSep; in ~ImplRegionBand()329 pSep = pSep->mpNextSep; in MoveX()342 pSep = pSep->mpNextSep; in ScaleX()361 mpFirstSep = pSep->mpNextSep; in OptimizeBand()363 pPrevSep->mpNextSep = pSep->mpNextSep; in OptimizeBand()364 pSep = pSep->mpNextSep; in OptimizeBand()370 if ( pSep->mpNextSep ) in OptimizeBand()[all …]
168 pOwnRectBandSep = pOwnRectBandSep->mpNextSep; in operator ==()184 pSecondRectBandSep = pSecondRectBandSep->mpNextSep; in operator ==()306 pSep = pSep->mpNextSep; in save()322 if(mpFirstBand->mpFirstSep && !mpFirstBand->mpFirstSep->mpNextSep) in isSingleRectangle()646 pSep = pSep->mpNextSep; in OptimizeBandList()989 pSep = pSep->mpNextSep; in Union()1113 if ( pSep->mpNextSep == NULL ) in Intersect()1121 … Exclude( pSep->mnXRight+1, pBand->mnYTop, pSep->mpNextSep->mnXLeft-1, pBand->mnYBottom ); in Intersect()1124 pSep = pSep->mpNextSep; in Intersect()1180 pSep = pSep->mpNextSep; in Exclude()[all …]
53 ImplRegionBandSep* mpNextSep; member