Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/app/
Dxfa_fffield.cpp322 CFX_RectF rtUi = m_rtUI; in SetFWLRect() local
323 if (rtUi.width < 1.0) in SetFWLRect()
324 rtUi.width = 1.0; in SetFWLRect()
327 if (rtUi.height < fFontSize) { in SetFWLRect()
328 rtUi.height = fFontSize; in SetFWLRect()
331 m_pNormalWidget->SetWidgetRect(rtUi); in SetFWLRect()