Lines Matching refs:bottom

55     { offsetof(RECT, right), offsetof(RECT, bottom),    0, 0, -1, -1, 3, 1 },
56 { offsetof(RECT, left), offsetof(RECT, bottom), 0, 0, 0, -1, 2, 0 },
61 { offsetof(RECT, left), offsetof(RECT, bottom), 1, 0, 0, -1, 6, 4 },
77 { offsetof(RECT, bottom), +1 },
135 lpRectLast->bottom); in DrawDragRect()
139 SetRectRgn(rgnInside,rect.left,rect.top,rect.right,rect.bottom); in DrawDragRect()
155 PatBlt(hDC,rect.left,rect.top,(rect.right-rect.left),(rect.bottom-rect.top),PATINVERT); in DrawDragRect()
166 PatBlt(hDC,rect.left, rect.top,(rect.right-rect.left),(rect.bottom-rect.top), PATINVERT); in DrawDragRect()
183 pt.x = rect->right;pt.y = rect->bottom; in TransformRect()
186 rect->right = pt.x; rect->bottom = pt.y; in TransformRect()
198 if(rp->top > rp->bottom) { in NormalizeRect()
200 rp->top = rp->bottom; in NormalizeRect()
201 rp->bottom = tmp; in NormalizeRect()
362 int nHeight = m_rect.bottom - m_rect.top; in TrackHandle()
419 m_rect.bottom = m_rect.top + nHeight; in TrackHandle()
512 int nNewHeight = m_rect.bottom - m_rect.top; in AdjustRect()
589 Rectangle(hDC,rect.left, rect.top, rect.right, rect.bottom); in Draw()
608 Rectangle(hDC,rect.left+1, rect.top+1, rect.right, rect.bottom); in Draw()
623 PatBlt(hDC,rectTrue.left, rect.bottom, in Draw()
625 rectTrue.bottom-rect.bottom, 0x000F0001 /* Pn */); in Draw()
627 rect.bottom-rect.top, 0x000F0001 /* Pn */); in Draw()
629 rect.bottom-rect.top, 0x000F0001 /* Pn */); in Draw()
677 int nHeight = rectT.bottom - rectT.top; in GetHandleRect()
687 rect.bottom = rect.top + size; in GetHandleRect()
703 abs(lpRect->bottom - lpRect->top)); in GetHandleSize()
717 if (abs(m_rect.bottom - m_rect.top) - size > 4) in GetHandleMask()
747 if (m_rect.bottom - m_rect.top < 0) in NormalizeHit()
825 *py = m_rect.top + (m_rect.top-m_rect.bottom) / 2; in GetModifyPointers()