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

  /external/pdfium/core/src/reflow/
layoutprocessor_reflow.cpp 216 int rowCount = pTable->m_nCell.GetSize();
225 int colCount = pTable->m_nCell.GetAt(i);
234 int colCount = pTable->m_nCell.GetAt(i);
284 int colCount = pTable->m_nCell.GetAt(i);
316 pTable->m_nCell.RemoveAll();
583 pTable->m_nCell.Add(f);
594 int pos = pTable->m_nCell.GetSize() - 1;
599 pCell->m_MaxWidth = reflowWidth / pTable->m_nCell.GetAt(pTable->m_nCell.GetSize() - 1);
    [all...]
reflowedpage.h 118 CFX_WordArray m_nCell;

Completed in 690 milliseconds