Home | History | Annotate | Download | only in fpdf_render

Lines Matching refs:m_pFontCache

15     , m_pFontCache(NULL)

53 if (m_pFontCache) {
55 delete m_pFontCache;
56 m_pFontCache = NULL;
58 m_pFontCache->FreeCache(FALSE);
64 m_pFontCache = FX_NEW CFX_FontCache;