Searched refs:pSecondRectBandSep (Results 1 – 2 of 2) sorted by relevance
130 ImplRegionBandSep* pSecondRectBandSep = pSecondRectBand->mpFirstSep; in operator ==() local132 while ( pOwnRectBandSep && pSecondRectBandSep ) in operator ==()136 long nSecondXLeft = pSecondRectBandSep->mnXLeft; in operator ==()152 long nSecondXRight = pSecondRectBandSep->mnXRight; in operator ==()184 pSecondRectBandSep = pSecondRectBandSep->mpNextSep; in operator ==()187 if ( !pSecondRectBandSep ) in operator ==()195 pSecondRectBandSep = pSecondRectBand->mpFirstSep; in operator ==()199 if ( pOwnRectBandSep && !pSecondRectBandSep ) in operator ==()204 if ( !pOwnRectBandSep && pSecondRectBandSep ) in operator ==()
914 ImplRegionBandSep* pSecondRectBandSep = rRegionBand.mpFirstSep; in operator ==() local915 while ( pOwnRectBandSep && pSecondRectBandSep ) in operator ==()919 long nSecondXLeft = pSecondRectBandSep->mnXLeft; in operator ==()924 long nSecondXRight = pSecondRectBandSep->mnXRight; in operator ==()932 pSecondRectBandSep = pSecondRectBandSep->mpNextSep; in operator ==()936 if ( pOwnRectBandSep || pSecondRectBandSep ) in operator ==()
Completed in 25 milliseconds