Home
last modified time | relevance | path

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

/external/pdfium/core/fxge/win32/
Dcfx_psrenderer.cpp31 int m_nGlyphs; member in CPSFont
532 for (int j = 0; j < pPSFont->m_nGlyphs; j++) { in FindPSFontGlyph()
552 if (m_PSFontList.empty() || m_PSFontList.back()->m_nGlyphs == 256) { in FindPSFontGlyph()
554 m_PSFontList.back()->m_nGlyphs = 0; in FindPSFontGlyph()
572 int glyphindex = pPSFont->m_nGlyphs; in FindPSFontGlyph()
583 pPSFont->m_nGlyphs++; in FindPSFontGlyph()