Searched refs:fCheckBox (Results 1 – 1 of 1) sorted by relevance
84 FX_FLOAT fCheckBox = pData->GetBoxSize(m_pInterface); in GetWidgetRect() local85 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() local218 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()