Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fgas/src/font/
Dfx_gefont.cpp79 IFX_Font* IFX_Font::LoadFont(CFX_Font* pExtFont, in LoadFont() argument
83 if (!pFont->LoadFont(pExtFont, bTakeOver)) { in LoadFont()
303 FX_BOOL CFX_GEFont::LoadFont(CFX_Font* pExtFont, FX_BOOL bTakeOver) { in LoadFont() argument
304 if (m_pFont || !pExtFont) { in LoadFont()
308 m_pFont = pExtFont; in LoadFont()
Dfx_gefont.h27 FX_BOOL LoadFont(CFX_Font* pExtFont, FX_BOOL bTakeOver = FALSE);
Dfx_gdifont.cpp85 IFX_Font* IFX_Font::LoadFont(CFX_Font* pExtFont, IFX_FontMgr* pFontMgr) { in LoadFont() argument
/external/pdfium/xfa/src/fgas/include/
Dfx_fnt.h63 static IFX_Font* LoadFont(CFX_Font* pExtFont,