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.cpp36 int m_nGlyphs; member in CPSFont
474 for (int j = 0; j < pPSFont->m_nGlyphs; j++) { in FindPSFontGlyph()
495 if (m_PSFontList.empty() || m_PSFontList.back()->m_nGlyphs == 256) { in FindPSFontGlyph()
497 m_PSFontList.back()->m_nGlyphs = 0; in FindPSFontGlyph()
516 int glyphindex = pPSFont->m_nGlyphs; in FindPSFontGlyph()
527 pPSFont->m_nGlyphs++; in FindPSFontGlyph()