Searched refs:cellCount (Results 1 – 3 of 3) sorted by relevance
41 var cellCount=0, newGroupCreated = false;59 var idxStr = "_" + groupCount + "_" + cellCount;111 CellsInfo[groupCount][cellCount] = { 'height' : originalHeight,113 cellCount += 1;
230 int cellCount = tableColCount * rowCount; in ProcessTable() local231 RF_TableCell** pVirtualTable = FX_Alloc(RF_TableCell*, cellCount); in ProcessTable()232 FXSYS_memset32(pVirtualTable, 0, sizeof(RF_TableCell*) * cellCount); in ProcessTable()244 while(pos < cellCount && pVirtualTable[pos] != NULL) { in ProcessTable()260 if(pos + nn >= cellCount) { in ProcessTable()268 for(pos = i * tableColCount; pVirtualTable[pos] != pCell && pos < cellCount; pos++) { in ProcessTable()
3948 @param [out] cellCount3954 [out, retval] long *cellCount4407 @param [out] cellCount4413 [out, retval] long *cellCount