Searched refs:fOffHeight (Results 1 - 1 of 1) sorted by relevance

/external/pdfium/xfa/fxfa/parser/
H A Dcxfa_itemlayoutprocessor.cpp268 float fOffHeight = fContentCalculatedHeight - fOldChildHeight; local
273 fOffHeight = fOffHeight / 2;
279 fOffHeight = 0;
282 if (fOffHeight > 0) {
288 pInnerLayoutChild->m_sPos.y += fOffHeight;

Completed in 66 milliseconds