Home
last modified time | relevance | path

Searched refs:m_rtUpButton (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/xfa/fwl/
Dcfwl_spinbutton.cpp38 m_rtUpButton.Reset(); in CFWL_SpinButton()
55 m_rtUpButton = CFX_RectF(m_rtClient.top, m_rtClient.left, m_rtClient.width, in Update()
61 m_rtUpButton = CFX_RectF(m_rtClient.TopLeft(), m_rtClient.width / 2, in Update()
74 if (m_rtUpButton.Contains(point)) in HitTest()
121 params.m_rtPart = m_rtUpButton; in DrawUpButton()
204 bool bUpPress = m_rtUpButton.Contains(pMsg->m_pos) && IsUpButtonEnabled(); in OnLButtonDown()
220 RepaintRect(bUpPress ? m_rtUpButton : m_rtDnButton); in OnLButtonDown()
240 rtInvalidate = m_rtUpButton; in OnLButtonUp()
256 if (m_rtUpButton.Contains(pMsg->m_pos)) { in OnMouseMove()
261 rtInvlidate = m_rtUpButton; in OnMouseMove()
[all …]
Dcfwl_spinbutton.h63 CFX_RectF m_rtUpButton; variable