Searched refs:m_ptStart (Results 1 – 2 of 2) sorted by relevance
81 m_InfoStart.m_ptStart.Reset(); in CFWL_FormImp()1107 m_pOwner->m_InfoStart.m_ptStart.Set(pMsg->m_fx, pMsg->m_fy); in OnLButtonDown()1187 pMsg->m_fx - m_pOwner->m_InfoStart.m_ptStart.x, in OnMouseMove()1188 pMsg->m_fy - m_pOwner->m_InfoStart.m_ptStart.y); in OnMouseMove()1198 fWidth += pMsg->m_fx - m_pOwner->m_InfoStart.m_ptStart.x; in OnMouseMove()1199 m_pOwner->m_InfoStart.m_ptStart.x = pMsg->m_fx; in OnMouseMove()1203 m_pOwner->m_InfoStart.m_ptStart.x, in OnMouseMove()1211 fLeft -= m_pOwner->m_InfoStart.m_ptStart.x - pMsg->m_fx; in OnMouseMove()1212 fWidth += m_pOwner->m_InfoStart.m_ptStart.x - pMsg->m_fx; in OnMouseMove()1215 m_pOwner->m_InfoStart.m_ptStart.x, fWidthMin, in OnMouseMove()[all …]
65 CFX_PointF m_ptStart; member