Home
last modified time | relevance | path

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

/external/pdfium/core/src/reflow/
Dlayoutprocessor_reflow.cpp266 dxCell += (pVirtualTable[pos])->m_MaxWidth; in ProcessTable()
591 if(cellWidth == 0 || pCell->m_MaxWidth > pTable->m_TableWidth) { in ProcessElement()
593 … pCell->m_MaxWidth = reflowWidth / pTable->m_nCell.GetAt(pTable->m_nCell.GetSize() - 1); in ProcessElement()
595 … pCell->m_MaxWidth = pElement->GetNumberAttr(LayoutWidth) * reflowWidth / pTable->m_TableWidth; in ProcessElement()
609 reflowWidth = pCell->m_MaxWidth; in ProcessElement()
Dreflowedpage.h99 FX_FLOAT m_MaxWidth; member