Searched refs:countHeights (Results 1 – 1 of 1) sorted by relevance
502 size_t countHeights = m_advanceHeights.size(); in advanceHeight() local503 if (countHeights) { in advanceHeight()504 uint16_t advanceFUnit = m_advanceHeights[glyph < countHeights ? glyph : countHeights - 1]; in advanceHeight()