Searched defs:pVirtualTable (Results 1 - 1 of 1) sorted by relevance

/external/pdfium/core/src/reflow/
H A Dlayoutprocessor_reflow.cpp231 RF_TableCell** pVirtualTable = FX_Alloc(RF_TableCell*, cellCount); local
232 FXSYS_memset32(pVirtualTable, 0, sizeof(RF_TableCell*) * cellCount);
244 while(pos < cellCount && pVirtualTable[pos] != NULL) {
263 pVirtualTable[pos + nn] = pCell;
268 for(pos = i * tableColCount; pVirtualTable[pos] != pCell && pos < cellCount; pos++) {
269 dxCell += (pVirtualTable[pos])->m_MaxWidth;
308 FX_Free(pVirtualTable);

Completed in 117 milliseconds