Searched refs:pSrcFont (Results 1 - 3 of 3) sorted by relevance

/external/pdfium/xfa/src/fgas/src/font/
H A Dfx_stdfontmgr.cpp252 IFX_Font* CFX_StdFontMgrImp::LoadFont(IFX_Font* pSrcFont, argument
255 FXSYS_assert(pSrcFont != NULL);
256 if (pSrcFont->GetFontStyles() == dwFontStyles) {
257 return pSrcFont->Retain();
259 void* buffer[3] = {pSrcFont, (void*)(uintptr_t)dwFontStyles,
270 pFont = pSrcFont->Derive(dwFontStyles, wCodePage);
H A Dfx_stdfontmgr.h43 virtual IFX_Font* LoadFont(IFX_Font* pSrcFont,
/external/pdfium/xfa/src/fgas/include/
H A Dfx_fnt.h169 virtual IFX_Font* LoadFont(IFX_Font* pSrcFont,

Completed in 49 milliseconds