Lines Matching refs:left

53     { offsetof(RECT, left), offsetof(RECT, top),        0, 0,  0,  0, 1, 3 },
56 { offsetof(RECT, left), offsetof(RECT, bottom), 0, 0, 0, -1, 2, 0 },
59 { offsetof(RECT, left), offsetof(RECT, top), 1, 0, 0, 0, 4, 6 },
61 { offsetof(RECT, left), offsetof(RECT, bottom), 1, 0, 0, -1, 6, 4 },
62 { offsetof(RECT, left), offsetof(RECT, top), 0, 1, 0, 0, 5, 7 }
78 { offsetof(RECT, left), -1 },
132 lpRectLast->left, 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()
192 if(rp->left > rp->right) { in NormalizeRect()
193 UINT tmp = rp->left; in NormalizeRect()
194 rp->left = rp->right; 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()
623 PatBlt(hDC,rectTrue.left, rect.bottom, in Draw()
624 rectTrue.right-rectTrue.left, in Draw()
626 PatBlt(hDC,rectTrue.left, rect.top, rect.left-rectTrue.left, in Draw()
676 int nWidth = rectT.right - rectT.left; in GetHandleRect()
680 rect.left = *(int*)((BYTE*)&rectT + pHandleInfo->nOffsetX); in GetHandleRect()
682 rect.left += size * pHandleInfo->nHandleX; in GetHandleRect()
684 rect.left += pHandleInfo->nCenterX * (nWidth - size) / 2; 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()