Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxge/ge/
Dfx_ge_fontmap.cpp49 const BuiltinFont g_MMFonts[2] = { variable
647 if (index < FX_ArraySize(g_MMFonts)) { in GetBuiltinFont()
648 *pFontData = g_MMFonts[index].m_pFontData; in GetBuiltinFont()
649 *size = g_MMFonts[index].m_dwSize; in GetBuiltinFont()