Home
last modified time | relevance | path

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

/external/pdfium/xfa/fgas/font/
Dcfgas_fontmgr.cpp217 const CFX_RetainPtr<CFGAS_GEFont>& pSrcFont, in LoadFont() argument
220 if (pSrcFont->GetFontStyles() == dwFontStyles) in LoadFont()
221 return pSrcFont; in LoadFont()
223 void* buffer[3] = {pSrcFont.Get(), (void*)(uintptr_t)dwFontStyles, in LoadFont()
231 CFX_RetainPtr<CFGAS_GEFont> pFont = pSrcFont->Derive(dwFontStyles, wCodePage); in LoadFont()
Dcfgas_fontmgr.h108 const CFX_RetainPtr<CFGAS_GEFont>& pSrcFont,