Searched refs:toRangeOffset (Results 1 – 4 of 4) sorted by relevance
211 const HyphenationType hyph = hyphenResult[targetRange.toRangeOffset(i)]; in tryLineBreakWithHyphenation()233 const HyphenationType hyph = hyphenResult[targetRange.toRangeOffset(prevOffset)]; in tryLineBreakWithHyphenation()262 const HyphenationType hyph = hyphenResult[targetRange.toRangeOffset(prevOffset)]; in tryLineBreakWithHyphenation()
92 const HyphenationType hyph = hyphenResult[hyphenationTargetRange.toRangeOffset(i)]; in populateHyphenationPoints()
229 const size_t offset = range.toRangeOffset(runInfo.range.getStart()); in measureText()
52 inline uint32_t toRangeOffset(uint32_t globalPos) const { return globalPos - mStart; } in toRangeOffset() function