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

/external/pdfium/xfa/src/fxfa/src/parser/
H A Dxfa_layout_itemlayout.cpp1453 CFX_ArrayTemplate<FX_FLOAT> rgRowItemsWidth; local
1476 rgRowItemsWidth.Add(pRowLayoutCell->m_sSize.x);
1500 rgRowItemsWidth[i] = pNewCell ? pNewCell->m_sSize.x : 0;
1520 m_rgSpecifiedColumnWidths[iColCount] < rgRowItemsWidth[i]) {
1521 m_rgSpecifiedColumnWidths[iColCount] = rgRowItemsWidth[i];
1532 rgRowItemsWidth[i] -= fFinalColumnWidth;

Completed in 830 milliseconds