Searched refs:g_XFAFontsMap (Results 1 – 1 of 1) sorted by relevance
16 static const XFA_FONTINFO g_XFAFontsMap[] = { variable264 static const XFA_FONTINFO g_XFAFontsMap[] = { variable853 static const XFA_FONTINFO g_XFAFontsMap[] = { variable1254 static const XFA_FONTINFO g_XFAFontsMap[] = { variable1702 int32_t iEnd = sizeof(g_XFAFontsMap) / sizeof(XFA_FONTINFO) - 1; in XFA_LocalFontNameToEnglishName()1706 FX_DWORD dwFontNameHash = g_XFAFontsMap[iMid].dwFontNameHash; in XFA_LocalFontNameToEnglishName()1708 wsEnglishName = g_XFAFontsMap[iMid].pPsName; in XFA_LocalFontNameToEnglishName()1729 int32_t iEnd = sizeof(g_XFAFontsMap) / sizeof(XFA_FONTINFO) - 1; in XFA_GetFontINFOByFontName()1734 FX_DWORD dwFontNameHash = g_XFAFontsMap[iMid].dwFontNameHash; in XFA_GetFontINFOByFontName()1736 pFontInfo = &g_XFAFontsMap[iMid]; in XFA_GetFontINFOByFontName()