Lines Matching refs:bottom
96 if (paRects[uRect].bottom == paRects[i].top)
107 if (paRects[uRect].top == paRects[i].bottom)
122 paNewRects[uResized].bottom += iNewHeight - (paNewRects[uResized].bottom - paNewRects[uResized].top);
124 paNewRects[uResized].bottom += iNewPosY - paNewRects[uResized].top;
206 int delta = paNewRects[iRect].bottom - paNewRects[iNextRect].top;
210 DDCLOG(("YP intersection bottom %d top %d, diff %d\n",
211 paNewRects[iRect].bottom, paNewRects[iNextRect].top,
215 paNewRects[iNextRect].bottom += delta;
234 int delta = paNewRects[iRect].top - paNewRects[iNextRect].bottom;
238 DDCLOG(("YN intersection top %d bottom %d, diff %d\n",
239 paNewRects[iRect].top, paNewRects[iNextRect].bottom,
243 paNewRects[iNextRect].bottom += delta;