Home
last modified time | relevance | path

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

/external/pdfium/core/src/reflow/
Dlayoutprocessor_reflow.cpp213 int rowCount = pTable->m_nCell.GetSize(); in ProcessTable()
222 int colCount = pTable->m_nCell.GetAt(i); in ProcessTable()
231 int colCount = pTable->m_nCell.GetAt(i); in ProcessTable()
281 int colCount = pTable->m_nCell.GetAt(i); in ProcessTable()
313 pTable->m_nCell.RemoveAll(); in ProcessTable()
577 pTable->m_nCell.Add(f); in ProcessElement()
588 int pos = pTable->m_nCell.GetSize() - 1; in ProcessElement()
593 … pCell->m_MaxWidth = reflowWidth / pTable->m_nCell.GetAt(pTable->m_nCell.GetSize() - 1); in ProcessElement()
Dreflowedpage.h119 CFX_WordArray m_nCell; variable