Searched refs:m_fontIndex (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/chromium/
H A DUniscribeHelperTextRun.cpp49 , m_fontIndex(0)
75 , m_fontIndex(-1)
100 if (m_fontIndex == -1 || !m_font)
109 if (static_cast<size_t>(++m_fontIndex) > m_hfonts.size()) {
110 const FontData *fontData = m_font->fontDataAt(m_fontIndex);
113 m_fontIndex = -1;
128 *hfont = m_hfonts[m_fontIndex - 1];
129 *scriptCache = m_scriptCaches[m_fontIndex - 1];
130 *fontProperties = m_fontProperties[m_fontIndex - 1];
131 *ascent = m_ascents[m_fontIndex
[all...]
H A DUniscribeHelperTextRun.h91 int m_fontIndex; member in class:WebCore::UniscribeHelperTextRun

Completed in 188 milliseconds