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

  /external/pdfium/core/src/reflow/
layoutprocessor_reflow.cpp 231 RF_TableCell** pVirtualTable = FX_Alloc(RF_TableCell*, cellCount);
232 FXSYS_memset32(pVirtualTable, 0, sizeof(RF_TableCell*) * cellCount);
239 RF_TableCell* pCell = (RF_TableCell*)pTable->m_pCellArray.GetAt(n++);
286 RF_TableCell* pCell = (RF_TableCell*)pTable->m_pCellArray.GetAt(n++);
312 RF_TableCell* pCell = pTable->m_pCellArray.GetAt(i);
591 RF_TableCell* pCell = FX_Alloc(RF_TableCell, 1)
    [all...]
reflowedpage.h 95 struct RF_TableCell {
108 typedef CFX_ArrayTemplate<RF_TableCell*> CRF_TableCellArray;

Completed in 46 milliseconds