Searched refs:totalGap (Results 1 – 1 of 1) sorted by relevance
642 int totalGap = 0; in resize() local647 totalGap += key.gap; in resize()651 if (totalGap + totalWidth > newWidth) { in resize()653 float scaleFactor = (float)(newWidth - totalGap) / totalWidth; in resize()