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

/external/pdfium/core/src/reflow/
H A Dlayoutprocessor_reflow.cpp222 int tableColCount = 0; local
226 if(colCount > tableColCount) {
227 tableColCount = colCount;
230 int cellCount = tableColCount * rowCount;
243 int pos = i * tableColCount;
247 if(pos >= (i + 1) * tableColCount) {
248 pos = i * tableColCount + j;
265 pos += tableColCount;
268 for(pos = i * tableColCount; pVirtualTable[pos] != pCell && pos < cellCount; pos++) {

Completed in 88 milliseconds