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.cpp216 int rowCount = pTable->m_nCell.GetSize(); in ProcessTable()
225 int colCount = pTable->m_nCell.GetAt(i); in ProcessTable()
234 int colCount = pTable->m_nCell.GetAt(i); in ProcessTable()
284 int colCount = pTable->m_nCell.GetAt(i); in ProcessTable()
316 pTable->m_nCell.RemoveAll(); in ProcessTable()
583 pTable->m_nCell.Add(f); in ProcessElement()
594 int pos = pTable->m_nCell.GetSize() - 1; in ProcessElement()
599 … pCell->m_MaxWidth = reflowWidth / pTable->m_nCell.GetAt(pTable->m_nCell.GetSize() - 1); in ProcessElement()
Dreflowedpage.h118 CFX_WordArray m_nCell; variable