Lines Matching refs:bottom
135 pR->bottom = RT_MAX(pR->bottom, pR2Unite->bottom);
146 rect->bottom = RT_MIN(a->bottom, b->bottom);
147 return (rect->right>rect->left) && (rect->bottom>rect->top);
160 if (pRect1->bottom != pRect2->bottom)
175 if (pRect->bottom < pCovered->bottom)
182 return pRect->left == pRect->right-1 && pRect->top == pRect->bottom-1;
189 || (pRect1->top < pRect2->top && pRect1->bottom <= pRect2->top)
190 || (pRect2->top < pRect1->top && pRect2->bottom <= pRect1->top));
198 pDst->bottom = RT_MAX(pRect1->bottom, pRect2->bottom);
206 pRect->bottom += y;
212 LONG h = pRect->bottom - pRect->top;
216 pRect->bottom = h + y;