Searched refs:averageCodepoint (Results 1 – 1 of 1) sorted by relevance
774 auto averageCodepoint = glyphWidth / graphemeSize; in getGlyphPositionAtCoordinate() local775 … auto codepointStart = glyphStart + averageCodepoint * (codepointIndex - codepoints.start); in getGlyphPositionAtCoordinate()776 auto codepointEnd = codepointStart + averageCodepoint; in getGlyphPositionAtCoordinate()