Searched refs:totalRow (Results 1 – 1 of 1) sorted by relevance
110 int32_t totalRow = 0; in GetAverageLineHeight() local113 totalRow++; in GetAverageLineHeight()117 return totalRow > 0 ? totalHeight / totalRow : 0; in GetAverageLineHeight()