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()
91 param.m_rtPart = m_rtBox; in DrawWidget()
131 m_rtBox = CFX_RectF(m_rtClient.TopLeft(), m_fBoxHeight, m_fBoxHeight); in Layout()
341 RepaintRect(m_rtBox); in OnMouseMove()
350 RepaintRect(m_rtBox); in OnMouseLeave()
Dcfwl_checkbox.h66 CFX_RectF m_rtBox; variable