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

  /external/pdfium/core/src/reflow/
reflowedpage.h 114 m_TableWidth = 0;
120 FX_FLOAT m_TableWidth;
layoutprocessor_reflow.cpp 566 pTable->m_TableWidth = GetElmWidth(pElement);
597 if(cellWidth == 0 || pCell->m_MaxWidth > pTable->m_TableWidth) {
601 pCell->m_MaxWidth = pElement->GetNumberAttr(LayoutWidth) * reflowWidth / pTable->m_TableWidth;
    [all...]

Completed in 31 milliseconds