Searched refs:m_glyphCountFromStartToIndex (Results 1 – 2 of 2) sorted by relevance
139 Vector<unsigned, 16> m_glyphCountFromStartToIndex; variable
162 m_glyphCountFromStartToIndex.reserveInitialCapacity(m_complexTextRuns.size()); in ComplexTextController()165 m_glyphCountFromStartToIndex.uncheckedAppend(glyphCountSoFar); in ComplexTextController()470 leftmostGlyph = m_glyphCountFromStartToIndex[currentRunIndex]; in indexOfCurrentRun()