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

/external/webkit/Source/WebCore/platform/graphics/chromium/
H A DUniscribeHelperTextRun.cpp109 if (static_cast<size_t>(++m_fontIndex) > m_hfonts.size()) {
122 m_hfonts.append(simpleFontData->platformData().hfont());
128 *hfont = m_hfonts[m_fontIndex - 1];
H A DUniscribeHelperTextRun.h85 Vector<HFONT, kNumberOfFonts> m_hfonts; member in class:WebCore::UniscribeHelperTextRun

Completed in 156 milliseconds