Searched refs:tableBoundaries (Results 1 – 1 of 1) sorted by relevance
916 final ColumnBoundary[] tableBoundaries = getBoundariesForTable(table); in getColumnSpanForCell() local920 float cellBoundary = tableBoundaries[col - 1].getBoundary(); in getColumnSpanForCell()921 float cellWidth = tableBoundaries[col - 1].getBoundary(); in getColumnSpanForCell()925 cellWidth = cellWidth - tableBoundaries[col - 2].getBoundary(); in getColumnSpanForCell()932 … cellWidth += tableBoundaries[index].getBoundary() - tableBoundaries[col - 1].getBoundary(); in getColumnSpanForCell()933 cellBoundary = tableBoundaries[index].getBoundary(); in getColumnSpanForCell()
Completed in 16 milliseconds