HomeSort by relevance Sort by last modified time
    Searched refs:Base14Substs (Results 1 - 3 of 3) sorted by null

  /external/pdfium/core/src/fxge/apple/
fx_mac_imp.cpp 14 } Base14Substs[] = {
61 if (face == CFX_ByteStringC(Base14Substs[iBaseFont].m_pName)) {
62 face = Base14Substs[iBaseFont].m_pSubstName;
  /external/pdfium/core/src/fxge/ge/
fx_ge_fontmap.cpp 169 } Base14Substs[] = {
    [all...]
  /external/pdfium/core/src/fxge/win32/
fx_win32_device.cpp 180 } Base14Substs[] = {
335 if (face == CFX_ByteStringC(Base14Substs[iBaseFont].m_pName)) {
336 face = Base14Substs[iBaseFont].m_pWinName;
337 weight = Base14Substs[iBaseFont].m_bBold ? FW_BOLD : FW_NORMAL;
338 bItalic = Base14Substs[iBaseFont].m_bItalic;
    [all...]

Completed in 714 milliseconds