OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_glyphEndOffsets
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/platform/fonts/mac/
ComplexTextController.h
94
CFIndex endOffsetAt(size_t i) const { ASSERT(!m_isMonotonic); return
m_glyphEndOffsets
[i]; }
114
Vector<CFIndex, 64>
m_glyphEndOffsets
;
ComplexTextController.cpp
325
m_glyphEndOffsets
.grow(m_glyphCount);
334
m_glyphEndOffsets
[i] = nextMappedIndex;
Completed in 249 milliseconds