Searched refs:toRangeOffset (Results 1 – 4 of 4) sorted by relevance
192 const HyphenationType hyph = hyphenResult[targetRange.toRangeOffset(i)]; in tryLineBreakWithHyphenation()214 const HyphenationType hyph = hyphenResult[targetRange.toRangeOffset(prevOffset)]; in tryLineBreakWithHyphenation()243 const HyphenationType hyph = hyphenResult[targetRange.toRangeOffset(prevOffset)]; in tryLineBreakWithHyphenation()
79 const HyphenationType hyph = hyphenResult[hyphenationTargetRange.toRangeOffset(i)]; in populateHyphenationPoints()
65 const size_t offset = range.toRangeOffset(runInfo.range.getStart()); in measureText()
51 inline uint32_t toRangeOffset(uint32_t globalPos) const { return globalPos - mStart; } in toRangeOffset() function