Searched refs:Base14Substs (Results 1 - 3 of 3) sorted by relevance

/external/pdfium/core/src/fxge/apple/
H A Dfx_mac_imp.cpp14 Base14Substs[] = { variable in typeref:struct:__anon28782
53 if (face == CFX_ByteStringC(Base14Substs[iBaseFont].m_pName)) {
54 face = Base14Substs[iBaseFont].m_pSubstName;
/external/pdfium/core/src/fxge/ge/
H A Dfx_ge_linux.cpp40 Base14Substs[] = { variable in typeref:struct:__anon28803
110 if (face == CFX_ByteStringC(Base14Substs[iBaseFont].m_pName)) {
111 face = Base14Substs[iBaseFont].m_pSubstName;
/external/pdfium/core/src/fxge/win32/
H A Dfx_win32_device.cpp167 Base14Substs[] = { variable in typeref:struct:__anon28810
297 if (face == CFX_ByteStringC(Base14Substs[iBaseFont].m_pName)) {
298 face = Base14Substs[iBaseFont].m_pWinName;
299 weight = Base14Substs[iBaseFont].m_bBold ? FW_BOLD : FW_NORMAL;
300 bItalic = Base14Substs[iBaseFont].m_bItalic;

Completed in 404 milliseconds