OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_glyphCountFromStartToIndex
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/platform/fonts/mac/
ComplexTextController.h
138
Vector<unsigned, 16>
m_glyphCountFromStartToIndex
;
ComplexTextController.cpp
87
m_glyphCountFromStartToIndex
.reserveInitialCapacity(m_complexTextRuns.size());
90
m_glyphCountFromStartToIndex
.uncheckedAppend(glyphCountSoFar);
395
leftmostGlyph =
m_glyphCountFromStartToIndex
[currentRunIndex];
Completed in 32 milliseconds