Searched defs:wLanguage (Results 1 - 3 of 3) sorted by relevance

/external/pdfium/xfa/src/fgas/src/crt/
H A Dfx_codepage.cpp197 FX_WORD FX_GetDefCodePageByLanguage(FX_WORD wLanguage) { argument
204 if (wLanguage == cp.wLanguage) {
206 } else if (wLanguage < cp.wLanguage) {
/external/pdfium/xfa/src/fgas/include/
H A Dfx_cpg.h137 FX_WORD FX_GetDefCodePageByLanguage(FX_WORD wLanguage);
222 FX_WORD wLanguage; member in struct:_FX_LANG2CPMAP
/external/pdfium/xfa/src/fgas/src/font/
H A Dfx_stdfontmgr.cpp154 FX_WORD wLanguage,
157 return GetDefFontByCodePage(FX_GetDefCodePageByLanguage(wLanguage),
721 IFX_Font* CFX_FontMgrImp::GetDefFontByLanguage(FX_WORD wLanguage, argument
725 this, wLanguage, dwFontStyles,
879 IFX_Font* CFX_FontMgrImp::GetFontByLanguage(FX_WORD wLanguage, argument
882 return GetFontByCodePage(FX_GetDefCodePageByLanguage(wLanguage), dwFontStyles,
153 GetDefFontByLanguage( FX_WORD wLanguage, FX_DWORD dwFontStyles, const FX_WCHAR* pszFontFamily) argument

Completed in 1338 milliseconds