HomeSort by relevance Sort by last modified time
    Searched refs:m_fBoxHeight (Results 1 - 2 of 2) sorted by null

  /external/pdfium/xfa/fwl/
cfwl_checkbox.h 72 float m_fBoxHeight;
cfwl_checkbox.cpp 36 m_fBoxHeight(16.0f) {
51 m_fBoxHeight = fHeight;
130 float fTextLeft = m_rtClient.left + m_fBoxHeight;
131 m_rtBox = CFX_RectF(m_rtClient.TopLeft(), m_fBoxHeight, m_fBoxHeight);

Completed in 67 milliseconds