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

  /external/pdfium/core/src/fxge/apple/
fx_mac_imp.cpp 50 int iBaseFont;
51 for (iBaseFont = 0; iBaseFont < 12; iBaseFont ++)
52 if (face == CFX_ByteStringC(Base14Substs[iBaseFont].m_pName)) {
53 face = Base14Substs[iBaseFont].m_pSubstName;
57 if (iBaseFont < 12) {
  /external/pdfium/core/src/fxge/ge/
fx_ge_linux.cpp 83 int iBaseFont;
84 for (iBaseFont = 0; iBaseFont < 12; iBaseFont ++)
85 if (face == CFX_ByteStringC(Base14Substs[iBaseFont].m_pName)) {
86 face = Base14Substs[iBaseFont].m_pSubstName;
90 if (iBaseFont < 12) {
fx_ge_fontmap.cpp 739 FXFT_Face CFX_FontMapper::UseInternalSubst(CFX_SubstFont* pSubstFont, int iBaseFont, int italic_angle, int weight, int picthfamily)
741 if (iBaseFont < 12) {
742 if (m_FoxitFaces[iBaseFont]) {
743 return m_FoxitFaces[iBaseFont];
747 if (m_pFontMgr->GetStandardFont(pFontData, size, iBaseFont)) {
748 m_FoxitFaces[iBaseFont] = m_pFontMgr->GetFixedFace(pFontData, size, 0);
749 return m_FoxitFaces[iBaseFont];
923 int iBaseFont = 0;
936 for (; iBaseFont < 12; iBaseFont ++
    [all...]
  /external/pdfium/core/src/fxge/win32/
fx_win32_device.cpp 288 int iBaseFont;
289 for (iBaseFont = 0; iBaseFont < 12; iBaseFont ++)
290 if (face == CFX_ByteStringC(Base14Substs[iBaseFont].m_pName)) {
291 face = Base14Substs[iBaseFont].m_pWinName;
292 weight = Base14Substs[iBaseFont].m_bBold ? FW_BOLD : FW_NORMAL;
293 bItalic = Base14Substs[iBaseFont].m_bItalic;
    [all...]

Completed in 105 milliseconds