Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/platform/fonts/mac/
DComplexTextController.h139 Vector<unsigned, 16> m_glyphCountFromStartToIndex; variable
DComplexTextController.cpp162 m_glyphCountFromStartToIndex.reserveInitialCapacity(m_complexTextRuns.size()); in ComplexTextController()
165 m_glyphCountFromStartToIndex.uncheckedAppend(glyphCountSoFar); in ComplexTextController()
470 leftmostGlyph = m_glyphCountFromStartToIndex[currentRunIndex]; in indexOfCurrentRun()