HomeSort by relevance Sort by last modified time
    Searched refs:m_MaxWidth (Results 1 - 2 of 2) sorted by null

  /external/pdfium/core/src/reflow/
reflowedpage.h 98 FX_FLOAT m_MaxWidth;
layoutprocessor_reflow.cpp 269 dxCell += (pVirtualTable[pos])->m_MaxWidth;
597 if(cellWidth == 0 || pCell->m_MaxWidth > pTable->m_TableWidth) {
599 pCell->m_MaxWidth = reflowWidth / pTable->m_nCell.GetAt(pTable->m_nCell.GetSize() - 1);
601 pCell->m_MaxWidth = pElement->GetNumberAttr(LayoutWidth) * reflowWidth / pTable->m_TableWidth;
615 reflowWidth = pCell->m_MaxWidth;
    [all...]

Completed in 31 milliseconds