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

  /external/pdfium/xfa/src/fxfa/src/app/
xfa_ffcheckbutton.cpp 94 FX_FLOAT fCapReserve = 0;
100 fCapReserve = caption.GetReserve();
101 if (fCapReserve <= 0) {
104 fCapReserve = rtWidget.height - fCheckSize;
106 fCapReserve = rtWidget.width - fCheckSize;
120 m_rtCaption.width = fCapReserve;
122 m_rtUI.width -= fCapReserve;
123 m_rtUI.left += fCapReserve;
126 m_rtCaption.height = fCapReserve;
128 m_rtUI.height -= fCapReserve;
    [all...]
xfa_fffield.cpp 186 FX_FLOAT fCapReserve = 0;
196 fCapReserve = caption.GetReserve();
214 if (fCapReserve <= 0 && pCapTextLayout) {
224 fCapReserve = size.y;
226 fCapReserve = size.x;
234 m_rtCaption.width = fCapReserve;
236 m_rtUI.width -= fCapReserve;
237 m_rtUI.left += fCapReserve;
240 m_rtCaption.height = fCapReserve;
242 m_rtUI.top += fCapReserve;
    [all...]

Completed in 90 milliseconds