Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxge/ge/
Dfx_ge_ps.cpp30 for (int i = 0; i < (int)m_PSFontList.GetSize(); i ++) { in ~CFX_PSRenderer()
31 CPSFont* pFont = m_PSFontList[i]; in ~CFX_PSRenderer()
502 for (int i = 0; i < (int)m_PSFontList.GetSize(); i ++) { in FindPSFontGlyph()
503 CPSFont* pPSFont = m_PSFontList[i]; in FindPSFontGlyph()
518 if (m_PSFontList.GetSize() == 0 || m_PSFontList[m_PSFontList.GetSize() - 1]->m_nGlyphs == 256) { in FindPSFontGlyph()
521 m_PSFontList.Add(pPSFont); in FindPSFontGlyph()
529 buf << FX_BSTRC("/X") << m_PSFontList.GetSize() - 1 << FX_BSTRC(" exch definefont pop\n"); in FindPSFontGlyph()
533 ps_fontnum = m_PSFontList.GetSize() - 1; in FindPSFontGlyph()
534 CPSFont* pPSFont = m_PSFontList[ps_fontnum]; in FindPSFontGlyph()
/external/pdfium/core/include/fxge/
Dfx_ge.h716 CFX_ArrayTemplate<CPSFont*> m_PSFontList; variable