Lines Matching refs:RECT
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 },
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 },
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 },
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 }
76 { offsetof(RECT, right), +1 },
77 { offsetof(RECT, bottom), +1 },
78 { offsetof(RECT, left), -1 },
79 { offsetof(RECT, top), -1 },
111 RECT rect = *lpRect; in DrawDragRect()
288 RECT rectTrue; in HitTest()
369 RECT rectSave = m_rect; in TrackHandle()
391 RECT rectOld; in TrackHandle()
485 void Tracker::OnChangedRect(const RECT& /*rectOld*/) in OnChangedRect() argument
529 RECT rect = *lpRect; in DrawTrackerRect()
571 RECT rect = m_rect; in Draw()
619 RECT rectTrue; in Draw()
658 void Tracker::GetHandleRect(int nHandle,RECT* pHandleRect) const in GetHandleRect()
661 RECT rectT = m_rect; in GetHandleRect()
678 RECT rect; in GetHandleRect()
725 RECT rect = m_rect; in GetTrueRect()
755 RECT rect; in HitTestHandles()
777 RECT rect = m_rect; in HitTestHandles()