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

  /external/pdfium/core/src/fxge/apple/
fx_mac_imp.cpp 59 int iBaseFont;
60 for (iBaseFont = 0; iBaseFont < 12; iBaseFont++)
61 if (face == CFX_ByteStringC(Base14Substs[iBaseFont].m_pName)) {
62 face = Base14Substs[iBaseFont].m_pSubstName;
66 if (iBaseFont < 12) {
  /external/pdfium/core/src/fxge/ge/
fx_ge_fontmap.cpp 793 int iBaseFont,
797 if (iBaseFont < 12) {
798 if (m_FoxitFaces[iBaseFont]) {
799 return m_FoxitFaces[iBaseFont];
803 if (m_pFontMgr->GetBuiltinFont(iBaseFont, &pFontData, &size)) {
804 m_FoxitFaces[iBaseFont] = m_pFontMgr->GetFixedFace(pFontData, size, 0);
805 return m_FoxitFaces[iBaseFont];
881 int iBaseFont = 0;
894 for (; iBaseFont < 12; iBaseFont++
    [all...]
  /external/pdfium/core/src/fxge/win32/
fx_win32_device.cpp 333 int iBaseFont;
334 for (iBaseFont = 0; iBaseFont < 12; iBaseFont++)
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...]
  /external/pdfium/core/include/fxge/
fx_font.h 336 int iBaseFont,

Completed in 48 milliseconds