Home
last modified time | relevance | path

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

/external/pdfium/xfa/fwl/
Dcfwl_checkbox.cpp39 m_rtBox.Reset(); in CFWL_CheckBox()
92 param.m_rtPart = m_rtBox; in DrawWidget()
133 m_rtBox = CFX_RectF(m_rtClient.TopLeft(), m_fBoxHeight, m_fBoxHeight); in Layout()
342 RepaintRect(m_rtBox); in OnMouseMove()
351 RepaintRect(m_rtBox); in OnMouseLeave()
Dcfwl_checkbox.h66 CFX_RectF m_rtBox; variable