Home
last modified time | relevance | path

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

/external/pdfium/core/fxge/apple/
Dfx_mac_imp.cpp24 } g_Base14Substs[] = { variable
72 for (const auto& sub : g_Base14Substs) { in MapFont()
/external/pdfium/core/fxge/win32/
Dfx_win32_device.cpp51 } g_Base14Substs[] = { variable
554 if (face == ByteStringView(g_Base14Substs[iBaseFont].m_pName)) { in MapFont()
555 face = g_Base14Substs[iBaseFont].m_pWinName; in MapFont()
556 weight = g_Base14Substs[iBaseFont].m_bBold ? FW_BOLD : FW_NORMAL; in MapFont()
557 bItalic = g_Base14Substs[iBaseFont].m_bItalic; in MapFont()