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

  /external/pdfium/xfa/fxfa/
cxfa_ffcheckbutton.cpp 93 float fCheckSize = m_pNode->GetWidgetAcc()->GetCheckButtonSize();
109 fCapReserve = rtWidget.height - fCheckSize;
111 fCapReserve = rtWidget.width - fCheckSize;
163 m_rtUI.left += (m_rtUI.width - fCheckSize) / 2;
165 m_rtUI.left = m_rtUI.right() - fCheckSize;
168 m_rtUI.top += (m_rtUI.height - fCheckSize) / 2;
170 m_rtUI.top = m_rtUI.bottom() - fCheckSize;
172 m_rtUI.width = fCheckSize;
173 m_rtUI.height = fCheckSize;
cxfa_widgetacc.cpp 855 float fCheckSize = GetCheckButtonSize();
856 size = CFX_SizeF(fCheckSize, fCheckSize);
    [all...]

Completed in 151 milliseconds