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[] = {
53 if (face == CFX_ByteStringC(Base14Substs[iBaseFont].m_pName)) {
54 face = Base14Substs[iBaseFont].m_pSubstName;
  /external/pdfium/core/src/fxge/ge/
fx_ge_linux.cpp 40 Base14Substs[] = {
110 if (face == CFX_ByteStringC(Base14Substs[iBaseFont].m_pName)) {
111 face = Base14Substs[iBaseFont].m_pSubstName;
  /external/pdfium/core/src/fxge/win32/
fx_win32_device.cpp 167 Base14Substs[] = {
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;
    [all...]

Completed in 146 milliseconds