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

/external/pdfium/core/src/reflow/
H A Dreflowedpage.h115 m_TableWidth = 0;
121 FX_FLOAT m_TableWidth; member in class:CRF_Table
H A Dlayoutprocessor_reflow.cpp560 pTable->m_TableWidth = GetElmWidth(pElement);
591 if(cellWidth == 0 || pCell->m_MaxWidth > pTable->m_TableWidth) {
595 pCell->m_MaxWidth = pElement->GetNumberAttr(LayoutWidth) * reflowWidth / pTable->m_TableWidth;

Completed in 84 milliseconds