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

/external/pdfium/core/src/fxge/ge/
H A Dfx_ge_fontmap.cpp187 const struct _AltFontName { struct
285 return FXSYS_stricmp((FX_LPCSTR)key, ((_AltFontName*)element)->m_pName);
290 _AltFontName* found = (_AltFontName*)FXSYS_bsearch((FX_LPCSTR)name, g_AltFontNames,
291 sizeof g_AltFontNames / sizeof (_AltFontName), sizeof (_AltFontName), compareString);

Completed in 97 milliseconds