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

  /external/pdfium/core/src/fxge/apple/
fx_apple_platform.cpp 116 if (!bBold && pFont->GetSubstFont() &&
117 pFont->GetSubstFont()->m_Weight >= 500 &&
118 pFont->GetSubstFont()->m_Weight <= 600) {
fx_quartz_device.cpp     [all...]
  /external/pdfium/fpdfsdk/src/formfiller/
FFL_CBA_Fontmap.cpp 55 if (const CFX_SubstFont* pSubstFont = m_pDefaultFont->GetSubstFont())
87 if (const CFX_SubstFont* pSubstFont = m_pDefaultFont->GetSubstFont())
150 const CFX_SubstFont* pSubst = pFont->GetSubstFont();
  /external/pdfium/core/src/fxge/ge/
fx_ge_text.cpp 192 if (pFont->GetFace() != NULL || (pFont->GetSubstFont()->m_SubstFlags & FXFONT_SUBST_GLYPHPATH)) {
202 if (pFont->GetFace() == NULL && !(pFont->GetSubstFont()->m_SubstFlags & FXFONT_SUBST_CLEARTYPE)) {
    [all...]
  /external/pdfium/core/include/fpdfapi/
fpdf_resource.h 82 const CFX_SubstFont* GetSubstFont() const
84 return m_Font.GetSubstFont();
  /external/pdfium/core/include/fxge/
fx_font.h 72 const CFX_SubstFont* GetSubstFont() const
  /external/pdfium/core/src/fpdfapi/fpdf_render/
fpdf_render_text.cpp 212 if (pFont->GetFace() == NULL && !(pFont->GetSubstFont()->m_SubstFlags & FXFONT_SUBST_GLYPHPATH)) {
220 if (pFont->GetFace() == NULL && !(pFont->GetSubstFont()->m_SubstFlags & FXFONT_SUBST_GLYPHPATH)) {
  /external/pdfium/core/src/fpdfdoc/
doc_utils.cpp 464 CFX_SubstFont* pSubst = (CFX_SubstFont*)pFind->GetSubstFont();
482 pSubst = (CFX_SubstFont*)pFont->GetSubstFont();
  /external/pdfium/core/src/fpdfapi/fpdf_font/
fpdf_font_cid.cpp     [all...]

Completed in 199 milliseconds