Home
last modified time | relevance | path

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

/external/pdfium/xfa/fwl/
Dcfwl_checkbox.cpp37 m_fBoxHeight(16.0f) { in CFWL_CheckBox()
51 m_fBoxHeight = fHeight; in SetBoxSize()
132 FX_FLOAT fTextLeft = m_rtClient.left + m_fBoxHeight; in Layout()
133 m_rtBox = CFX_RectF(m_rtClient.TopLeft(), m_fBoxHeight, m_fBoxHeight); in Layout()
Dcfwl_checkbox.h72 FX_FLOAT m_fBoxHeight; variable