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

  /external/pdfium/xfa/src/fgas/src/font/
fx_gdifont.h 47 virtual uint8_t GetCharSet() const { return m_LogFont.lfCharSet; }
fx_gdifont.cpp 179 lf.lfCharSet = SYMBOL_CHARSET;
182 lf.lfCharSet = wCharSet != 0xFFFF ? (uint8_t)wCharSet : DEFAULT_CHARSET;
504 return FX_GetFontHashCode(FX_GetCodePageFromCharset(m_LogFont.lfCharSet),
fx_stdfontmgr.cpp 451 if (lf.lfCharSet == SYMBOL_CHARSET) {
469 pFont->uCharSet = lf.lfCharSet;
486 lfFind.lfCharSet = DEFAULT_CHARSET;
    [all...]
  /external/pdfium/core/src/fpdfapi/fpdf_edit/
fpdf_edit_doc.cpp 266 FX_BOOL bCJK = pLogFont->lfCharSet == CHINESEBIG5_CHARSET ||
267 pLogFont->lfCharSet == GB2312_CHARSET ||
268 pLogFont->lfCharSet == HANGEUL_CHARSET ||
269 pLogFont->lfCharSet == SHIFTJIS_CHARSET;
291 if (pLogFont->lfCharSet == ANSI_CHARSET ||
292 pLogFont->lfCharSet == DEFAULT_CHARSET ||
293 pLogFont->lfCharSet == SYMBOL_CHARSET) {
294 if (pLogFont->lfCharSet == SYMBOL_CHARSET) {
305 if (g_FX_CharsetUnicodes[i].m_Charset == pLogFont->lfCharSet) {
352 switch (pLogFont->lfCharSet) {
    [all...]
  /external/icu/icu4c/source/samples/layout/
GDIFontInstance.cpp 146 lf.lfCharSet = DEFAULT_CHARSET;
234 lf.lfCharSet = DEFAULT_CHARSET;
  /external/pdfium/core/src/fxge/win32/
fx_win32_device.cpp 130 m_pMapper->AddInstalledFont(name, plf->lfCharSet);
141 m_pMapper->AddInstalledFont(name, plf->lfCharSet);
159 lf.lfCharSet = DEFAULT_CHARSET;
    [all...]
  /external/skia/src/ports/
SkFontHost_win.cpp 124 lf->lfCharSet = DEFAULT_CHARSET;
    [all...]
  /external/pdfium/core/src/fpdfdoc/
doc_form.cpp 357 lf.lfCharSet = charSet;
372 if (iRet > 0 && (lf.lfCharSet == charSet || charSet == 255)) {
    [all...]
  /external/harfbuzz_ng/src/
hb-directwrite.cc 237 lf->lfCharSet = DEFAULT_CHARSET;
hb-uniscribe.cc 499 lf->lfCharSet = DEFAULT_CHARSET;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ntgdi.h 336 W32KAPI ULONG_PTR WINAPI NtGdiEnumFontOpen(HDC hdc,ULONG iEnumType,FLONG flWin31Compat,ULONG cwchMax,LPWSTR pwszFaceName,ULONG lfCharSet,ULONG *pulCount);
    [all...]
wingdi.h 1050 BYTE lfCharSet;
1067 BYTE lfCharSet;
    [all...]
mshtml.h     [all...]
mshtmlc.h     [all...]
  /prebuilts/tools/windows/swt/
swt.jar 
  /prebuilts/tools/windows-x86_64/swt/
swt.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 

Completed in 297 milliseconds