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

/external/pdfium/core/include/fxge/
H A Dfx_font.h359 class CFX_AutoFontCache class
362 CFX_AutoFontCache(CFX_FontCache* pFontCache, CFX_Font* pFont) function in class:CFX_AutoFontCache
367 ~CFX_AutoFontCache()
374 #define FX_FONTCACHE_DEFINE(pFontCache, pFont) CFX_AutoFontCache autoFontCache((pFontCache), (pFont))

Completed in 30 milliseconds