HomeSort by relevance Sort by last modified time
    Searched refs:wLanguage (Results 1 - 9 of 9) sorted by null

  /external/pdfium/xfa/src/fgas/include/
fx_fnt.h 156 FX_WORD wLanguage,
196 FX_WORD wLanguage,
228 FX_WORD wLanguage,
245 virtual IFX_Font* GetFontByLanguage(FX_WORD wLanguage,
fx_cpg.h 137 FX_WORD FX_GetDefCodePageByLanguage(FX_WORD wLanguage);
222 FX_WORD wLanguage;
  /external/pdfium/xfa/src/fgas/src/font/
fx_stdfontmgr.h 30 virtual IFX_Font* GetDefFontByLanguage(FX_WORD wLanguage,
156 virtual IFX_Font* GetDefFontByLanguage(FX_WORD wLanguage,
168 virtual IFX_Font* GetFontByLanguage(FX_WORD wLanguage,
fx_stdfontmgr.cpp 154 FX_WORD wLanguage,
157 return GetDefFontByCodePage(FX_GetDefCodePageByLanguage(wLanguage),
721 IFX_Font* CFX_FontMgrImp::GetDefFontByLanguage(FX_WORD wLanguage,
725 this, wLanguage, dwFontStyles,
879 IFX_Font* CFX_FontMgrImp::GetFontByLanguage(FX_WORD wLanguage,
882 return GetFontByCodePage(FX_GetDefCodePageByLanguage(wLanguage), dwFontStyles,
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
avifmt.h 93 WORD wLanguage;
crtdefs.h 167 unsigned short wLanguage;
vfw.h 710 WORD wLanguage;
788 WORD wLanguage;
809 WORD wLanguage;
    [all...]
winbase.h     [all...]
  /external/pdfium/xfa/src/fgas/src/crt/
fx_codepage.cpp 197 FX_WORD FX_GetDefCodePageByLanguage(FX_WORD wLanguage) {
204 if (wLanguage == cp.wLanguage) {
206 } else if (wLanguage < cp.wLanguage) {

Completed in 168 milliseconds