Home
last modified time | relevance | path

Searched refs:averageCodepoint (Results 1 – 1 of 1) sorted by relevance

/third_party/flutter/skia/modules/skparagraph/src/
DParagraphImpl.cpp774 auto averageCodepoint = glyphWidth / graphemeSize; in getGlyphPositionAtCoordinate() local
775 … auto codepointStart = glyphStart + averageCodepoint * (codepointIndex - codepoints.start); in getGlyphPositionAtCoordinate()
776 auto codepointEnd = codepointStart + averageCodepoint; in getGlyphPositionAtCoordinate()