Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fwl/src/basewidget/
Dfwl_checkboximp.cpp84 FX_FLOAT fCheckBox = pData->GetBoxSize(m_pInterface); in GetWidgetRect() local
85 rect.width += fCheckBox; in GetWidgetRect()
86 if (rect.height < fCheckBox) { in GetWidgetRect()
87 rect.height = fCheckBox; in GetWidgetRect()
211 FX_FLOAT fCheckBox = pData->GetBoxSize(m_pInterface); in Layout() local
218 fBoxTop = fClientBottom - fCheckBox; in Layout()
223 fBoxTop = m_rtClient.top + (m_rtClient.height - fCheckBox) / 2; in Layout()
228 fBoxLeft = fClientRight - fCheckBox; in Layout()
232 fTextLeft = fBoxLeft + fCheckBox; in Layout()
235 m_rtBox.Set(fBoxLeft, fBoxTop, fCheckBox, fCheckBox); in Layout()