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

/external/pdfium/xfa/src/fxfa/src/app/
H A Dxfa_fontmgr.cpp16 static const XFA_FONTINFO g_XFAFontsMap[] = { variable
264 static const XFA_FONTINFO g_XFAFontsMap[] = { variable
853 static const XFA_FONTINFO g_XFAFontsMap[] = { variable
1254 static const XFA_FONTINFO g_XFAFontsMap[] = { variable
1702 int32_t iEnd = sizeof(g_XFAFontsMap) / sizeof(XFA_FONTINFO) - 1;
1706 FX_DWORD dwFontNameHash = g_XFAFontsMap[iMid].dwFontNameHash;
1708 wsEnglishName = g_XFAFontsMap[iMid].pPsName;
1729 int32_t iEnd = sizeof(g_XFAFontsMap) / sizeof(XFA_FONTINFO) - 1;
1734 FX_DWORD dwFontNameHash = g_XFAFontsMap[iMid].dwFontNameHash;
1736 pFontInfo = &g_XFAFontsMap[iMi
[all...]

Completed in 809 milliseconds