Home
last modified time | relevance | path

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

/external/pdfium/core/include/fxge/
Dfx_font.h445 void ReleaseCachedFace(CFX_Font* pFont);
457 ~CFX_AutoFontCache() { m_pFontCache->ReleaseCachedFace(m_pFont); } in ~CFX_AutoFontCache()
/external/pdfium/core/src/fxge/ge/
Dfx_ge_text.cpp1195 void CFX_FontCache::ReleaseCachedFace(CFX_Font* pFont) { in ReleaseCachedFace() function in CFX_FontCache