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

/external/pdfium/xfa/src/fxfa/src/parser/
H A Dxfa_layout_itemlayout.cpp1832 FX_FLOAT fChildWidth, fChildHeight; local
1833 pChildProcessor->GetCurrentComponentSize(fChildWidth, fChildHeight);
1851 fContentCurRowAvailWidth -= fChildWidth;
2005 FX_FLOAT fChildWidth, fChildHeight; local
2006 pProcessor->GetCurrentComponentSize(fChildWidth, fChildHeight);
2012 (fChildWidth <= fContentCurRowAvailWidth + XFA_LAYOUT_FLOAT_PERCISION) ||
2096 fContentCurRowAvailWidth -= fChildWidth;
2125 fContentCurRowAvailWidth -= fChildWidth;
2153 fContentCurRowAvailWidth -= fChildWidth;
2194 pProcessor->GetCurrentComponentSize(fChildWidth, fChildHeigh
[all...]

Completed in 127 milliseconds