Home
last modified time | relevance | path

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

/external/pdfium/core/include/fxge/
Dfx_font.h453 class CFX_AutoFontCache {
455 CFX_AutoFontCache(CFX_FontCache* pFontCache, CFX_Font* pFont) in CFX_AutoFontCache() function
457 ~CFX_AutoFontCache() { m_pFontCache->ReleaseCachedFace(m_pFont); } in ~CFX_AutoFontCache()
462 CFX_AutoFontCache autoFontCache((pFontCache), (pFont))