Searched defs:CFX_FontCache (Results 1 - 2 of 2) sorted by relevance

/external/pdfium/core/include/fxge/
H A Dfx_font.h344 class CFX_FontCache : public CFX_Object class in inherits:CFX_Object
347 ~CFX_FontCache();
359 CFX_AutoFontCache(CFX_FontCache* pFontCache, CFX_Font* pFont)
368 CFX_FontCache* m_pFontCache;
/external/pdfium/core/src/fxge/ge/
H A Dfx_ge_text.cpp150 CFX_Font* pFont, CFX_FontCache* pCache,
945 CFX_Font* pFont, CFX_FontCache* pCache,
995 CFX_FontCache::~CFX_FontCache()
999 CFX_FaceCache* CFX_FontCache::GetCachedFace(CFX_Font* pFont)
1027 void CFX_FontCache::ReleaseCachedFace(CFX_Font* pFont)
1040 void CFX_FontCache::FreeCache(FX_BOOL bRelease)

Completed in 2056 milliseconds