Lines Matching refs:gaps
69871 var gaps = gapArray(columnNode._gap);
69873 if (gaps) {
69874 availableWidth -= (gaps.length - 1) * columnNode._gap;
69878 var result = this.processRow(columns, columns, gaps);
69887 var gaps = [];
69888 gaps.push(0);
69891 gaps.push(gap);
69894 return gaps;
69898 LayoutBuilder.prototype.processRow = function (columns, widths, gaps, tableBody, tableRow, height) {
69914 width += widths[++i]._calcWidth + gaps[i];
69953 if (gaps && gaps.length > i) {
69954 return gaps[i];