Lines Matching refs:right

54     { offsetof(RECT, right), offsetof(RECT, top),       0, 0, -1,  0, 0, 2 },
55 { offsetof(RECT, right), offsetof(RECT, bottom), 0, 0, -1, -1, 3, 1 },
60 { offsetof(RECT, right), offsetof(RECT, top), 0, 1, -1, 0, 7, 5 },
76 { offsetof(RECT, right), +1 },
134 lpRectLast->right, 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()
192 if(rp->left > rp->right) { in NormalizeRect()
194 rp->left = rp->right; in NormalizeRect()
195 rp->right = tmp; in NormalizeRect()
361 int nWidth = m_rect.right - m_rect.left; in TrackHandle()
418 m_rect.right = m_rect.left + nWidth; in TrackHandle()
500 int nNewWidth = m_rect.right - m_rect.left; 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()
624 rectTrue.right-rectTrue.left, in Draw()
628 PatBlt(hDC,rect.right, rect.top, rectTrue.right-rect.right, in Draw()
676 int nWidth = rectT.right - rectT.left; in GetHandleRect()
686 rect.right = rect.left + size; in GetHandleRect()
702 int sizeMax = min(abs(lpRect->right - lpRect->left), in GetHandleSize()
715 if (abs(m_rect.right - m_rect.left) - size > 4) in GetHandleMask()
742 if (m_rect.right - m_rect.left < 0) in NormalizeHit()
813 *px = m_rect.left + (m_rect.left-m_rect.right) / 2; in GetModifyPointers()