Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fgas/src/font/
Dfx_gdifont.cpp101 m_SubstFonts(), in CFX_GdiFont()
109 int32_t iCount = m_SubstFonts.GetSize(); in ~CFX_GdiFont()
111 IFX_Font* pFont = (IFX_Font*)m_SubstFonts[i]; in ~CFX_GdiFont()
114 m_SubstFonts.RemoveAll(); in ~CFX_GdiFont()
132 int32_t iCount = m_SubstFonts.GetSize(); in ClearCache()
134 IFX_Font* pFont = (IFX_Font*)m_SubstFonts[i]; in ClearCache()
356 int32_t i = m_SubstFonts.Find(pFont); in GetGlyphIndex()
375 int32_t i = m_SubstFonts.GetSize(); in GetGlyphIndex()
376 m_SubstFonts.Add(pFont); in GetGlyphIndex()
445 if (iHigher > m_SubstFonts.GetSize()) { in GetSubstFont()
[all …]
Dfx_gefont.cpp107 m_SubstFonts(), in CFX_GEFont()
129 m_SubstFonts(), in CFX_GEFont()
148 int32_t iCount = m_SubstFonts.GetSize(); in ~CFX_GEFont()
150 IFX_Font* pFont = (IFX_Font*)m_SubstFonts[i]; in ~CFX_GEFont()
153 m_SubstFonts.RemoveAll(); in ~CFX_GEFont()
515 int32_t i = m_SubstFonts.Find(pFont); in GetGlyphIndex()
544 int32_t i = m_SubstFonts.GetSize(); in GetGlyphIndex()
545 m_SubstFonts.Add(pFont); in GetGlyphIndex()
567 int32_t iCount = m_SubstFonts.GetSize(); in Reset()
569 IFX_Font* pFont = (IFX_Font*)m_SubstFonts[i]; in Reset()
[all …]
Dfx_gefont.h73 CFX_PtrArray m_SubstFonts; variable
Dfx_gdifont.h81 CFX_PtrArray m_SubstFonts; variable