Home
last modified time | relevance | path

Searched refs:FGAS_FontInfo (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/xfa/fgas/font/
Dfgas_fontutils.h21 struct FGAS_FontInfo { struct
31 const FGAS_FontInfo* FGAS_FontInfoByFontName(const WideStringView& wsFontName); argument
Dfgas_fontutils.cpp192 const FGAS_FontInfo g_XFAFontsMap[] = {
440 const FGAS_FontInfo g_XFAFontsMap[] = {
1029 const FGAS_FontInfo g_XFAFontsMap[] = {
1430 const FGAS_FontInfo g_XFAFontsMap[] = {
1892 const FGAS_FontInfo* pEnd = g_XFAFontsMap + FX_ArraySize(g_XFAFontsMap); in FGAS_FontNameToEnglishName()
1893 const FGAS_FontInfo* pFontInfo = in FGAS_FontNameToEnglishName()
1895 [](const FGAS_FontInfo& entry, uint32_t hash) { in FGAS_FontNameToEnglishName()
1903 const FGAS_FontInfo* FGAS_FontInfoByFontName(const WideStringView& wsFontName) { in FGAS_FontInfoByFontName()
1908 const FGAS_FontInfo* pEnd = g_XFAFontsMap + FX_ArraySize(g_XFAFontsMap); in FGAS_FontInfoByFontName()
1909 const FGAS_FontInfo* pFontInfo = in FGAS_FontInfoByFontName()
[all …]
Dcfgas_defaultfontmanager.cpp23 const FGAS_FontInfo* pCurFont = in GetFont()