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

  /external/pdfium/core/src/fxge/ge/
fx_ge_fontmap.cpp 105 FX_DWORD flags, int weight, int italic_angle, int CharsetCP, CFX_SubstFont* pSubstFont)
112 CharsetCP, pSubstFont);
118 CharsetCP, pSubstFont);
773 FXFT_Face CFX_FontMapper::UseInternalSubst(CFX_SubstFont* pSubstFont, int iBaseFont, int italic_angle, int weight, int picthfamily)
786 pSubstFont->m_SubstFlags |= FXFONT_SUBST_MM;
787 pSubstFont->m_ItalicAngle = italic_angle;
789 pSubstFont->m_Weight = weight;
792 pSubstFont->m_Weight = pSubstFont->m_Weight * 4 / 5;
793 pSubstFont->m_Family = "Chrome Serif";
    [all...]
fx_ge_text.cpp     [all...]
  /external/pdfium/fpdfsdk/src/formfiller/
FFL_CBA_Fontmap.cpp 55 if (const CFX_SubstFont* pSubstFont = m_pDefaultFont->GetSubstFont())
56 nCharset = pSubstFont->m_Charset;
87 if (const CFX_SubstFont* pSubstFont = m_pDefaultFont->GetSubstFont())
88 nCharset = pSubstFont->m_Charset;
  /external/pdfium/core/include/fxge/
fx_font.h 221 int weight, int italic_angle, int CharsetCP, CFX_SubstFont* pSubstFont);
239 int weight, int italic_angle, int CharsetCP, CFX_SubstFont* pSubstFont) = 0;
279 int weight, int italic_angle, int CharsetCP, CFX_SubstFont* pSubstFont);
283 FXFT_Face UseInternalSubst(CFX_SubstFont* pSubstFont, int iBaseFont, int italic_angle, int weight, int picthfamily);
  /external/pdfium/fpdfsdk/src/
fpdfview.cpp 121 CPDF_SubstFont* pSubstFont // [OUT] Subst font data

Completed in 835 milliseconds