Lines Matching refs:top

53     { offsetof(RECT, left), offsetof(RECT, top),        0, 0,  0,  0, 1, 3 },
54 { offsetof(RECT, right), offsetof(RECT, top), 0, 0, -1, 0, 0, 2 },
59 { offsetof(RECT, left), offsetof(RECT, top), 1, 0, 0, 0, 4, 6 },
60 { offsetof(RECT, right), offsetof(RECT, top), 0, 1, -1, 0, 7, 5 },
62 { offsetof(RECT, left), offsetof(RECT, top), 0, 1, 0, 0, 5, 7 }
79 { offsetof(RECT, top), -1 },
133 lpRectLast->top, 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()
178 pt.x = rect->left;pt.y = rect->top; in TransformRect()
181 rect->left = pt.x; rect->top = pt.y; in TransformRect()
198 if(rp->top > rp->bottom) { in NormalizeRect()
199 UINT tmp = rp->top; in NormalizeRect()
200 rp->top = rp->bottom; 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()
621 PatBlt(hDC,rectTrue.left, rectTrue.top, rectTrue.right-rectTrue.left, in Draw()
622 rect.top-rectTrue.top, 0x000F0001 /* Pn */); in Draw()
626 PatBlt(hDC,rectTrue.left, rect.top, rect.left-rectTrue.left, in Draw()
627 rect.bottom-rect.top, 0x000F0001 /* Pn */); in Draw()
628 PatBlt(hDC,rect.right, rect.top, rectTrue.right-rect.right, in Draw()
629 rect.bottom-rect.top, 0x000F0001 /* Pn */); in Draw()
677 int nHeight = rectT.bottom - rectT.top; in GetHandleRect()
681 rect.top = *(int*)((BYTE*)&rectT + pHandleInfo->nOffsetY); in GetHandleRect()
683 rect.top += size * pHandleInfo->nHandleY; in GetHandleRect()
685 rect.top += pHandleInfo->nCenterY * (nHeight - size) / 2; 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()