Home
last modified time | relevance | path

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

/external/pdfium/core/fxge/ge/
Dcfx_fontmgr.cpp44 const BuiltinFont g_MMFonts[2] = { variable
255 if (index < FX_ArraySize(g_MMFonts)) { in GetBuiltinFont()
256 *pFontData = g_MMFonts[index].m_pFontData; in GetBuiltinFont()
257 *size = g_MMFonts[index].m_dwSize; in GetBuiltinFont()