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

  /external/pdfium/core/src/fxge/apple/
fx_mac_imp.cpp 51 int iBaseFont;
52 for (iBaseFont = 0; iBaseFont < 12; iBaseFont ++)
53 if (face == CFX_ByteStringC(Base14Substs[iBaseFont].m_pName)) {
54 face = Base14Substs[iBaseFont].m_pSubstName;
58 if (iBaseFont < 12) {
  /external/pdfium/core/src/fxge/ge/
fx_ge_fontmap.cpp 773 FXFT_Face CFX_FontMapper::UseInternalSubst(CFX_SubstFont* pSubstFont, int iBaseFont, int italic_angle, int weight, int picthfamily)
775 if (iBaseFont < 12) {
776 if (m_FoxitFaces[iBaseFont]) {
777 return m_FoxitFaces[iBaseFont];
781 if (m_pFontMgr->GetStandardFont(pFontData, size, iBaseFont)) {
782 m_FoxitFaces[iBaseFont] = m_pFontMgr->GetFixedFace(pFontData, size, 0);
783 return m_FoxitFaces[iBaseFont];
957 int iBaseFont = 0;
970 for (; iBaseFont < 12; iBaseFont ++)
    [all...]
fx_ge_linux.cpp 108 int iBaseFont;
109 for (iBaseFont = 0; iBaseFont < 12; iBaseFont ++)
110 if (face == CFX_ByteStringC(Base14Substs[iBaseFont].m_pName)) {
111 face = Base14Substs[iBaseFont].m_pSubstName;
115 if (iBaseFont < 12) {
  /external/pdfium/core/src/fxge/win32/
fx_win32_device.cpp 295 int iBaseFont;
296 for (iBaseFont = 0; iBaseFont < 12; iBaseFont ++)
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...]
  /external/pdfium/core/include/fxge/
fx_font.h 283 FXFT_Face UseInternalSubst(CFX_SubstFont* pSubstFont, int iBaseFont, int italic_angle, int weight, int picthfamily);

Completed in 100 milliseconds