Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/parser/
Dxfa_layout_itemlayout.cpp181 FX_FLOAT fCurrentColX = 0; in RelocateTableRowCells() local
208 pLayoutChild->m_sPos = CFX_PointF(fCurrentColX, 0); in RelocateTableRowCells()
213 fCurrentColX += fColSpanWidth; in RelocateTableRowCells()
263 FX_FLOAT fChildSuppliedWidth = fCurrentColX; in RelocateTableRowCells()