Searched refs:GetSubstFont (Results 1 - 9 of 9) sorted by relevance

/external/pdfium/core/src/fxge/apple/
H A Dfx_apple_platform.cpp116 if (!bBold && pFont->GetSubstFont() &&
117 pFont->GetSubstFont()->m_Weight >= 500 &&
118 pFont->GetSubstFont()->m_Weight <= 600) {
H A Dfx_quartz_device.cpp893 if (!bBold && pFont->GetSubstFont() &&
894 pFont->GetSubstFont()->m_Weight >= 500 &&
895 pFont->GetSubstFont()->m_Weight <= 600) {
/external/pdfium/fpdfsdk/src/formfiller/
H A DFFL_CBA_Fontmap.cpp55 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/
H A Dfx_ge_text.cpp192 if (pFont->GetFace() != NULL || (pFont->GetSubstFont()->m_SubstFlags & FXFONT_SUBST_GLYPHPATH)) {
202 if (pFont->GetFace() == NULL && !(pFont->GetSubstFont()->m_SubstFlags & FXFONT_SUBST_CLEARTYPE)) {
1002 void* face = bExternal ? pFont->GetSubstFont()->m_ExtHandle : pFont->GetFace();
1030 void* face = bExternal ? pFont->GetSubstFont()->m_ExtHandle : pFont->GetFace();
1131 if (pFont->GetSubstFont())
1134 pFont->GetSubstFont()->m_Weight, pFont->GetSubstFont()->m_ItalicAngle, pFont->IsVertical());
1140 if (pFont->GetSubstFont())
1143 pFont->GetSubstFont()->m_Weight, pFont->GetSubstFont()
[all...]
/external/pdfium/core/include/fpdfapi/
H A Dfpdf_resource.h82 const CFX_SubstFont* GetSubstFont() const function in class:CPDF_Font
84 return m_Font.GetSubstFont();
/external/pdfium/core/include/fxge/
H A Dfx_font.h72 const CFX_SubstFont* GetSubstFont() const function in class:CFX_Font
/external/pdfium/core/src/fpdfapi/fpdf_render/
H A Dfpdf_render_text.cpp212 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/
H A Ddoc_utils.cpp464 CFX_SubstFont* pSubst = (CFX_SubstFont*)pFind->GetSubstFont();
482 pSubst = (CFX_SubstFont*)pFont->GetSubstFont();
/external/pdfium/core/src/fpdfapi/fpdf_font/
H A Dfpdf_font_cid.cpp1072 if (m_pFontFile || (GetSubstFont()->m_SubstFlags & FXFONT_SUBST_EXACT)) {

Completed in 179 milliseconds