Home
last modified time | relevance | path

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

/external/pdfium/core/fxge/
Dfx_ge_linux.cpp22 const char* const g_LinuxGpFontList[][kLinuxGpNameSize] = { variable
95 ASSERT(index < FX_ArraySize(g_LinuxGpFontList)); in MapFont()
97 auto it = m_FontList.find(g_LinuxGpFontList[index][i]); in MapFont()