/external/pdfium/xfa/src/fgas/src/font/ |
D | fx_gefont.cpp | 135 CFX_SubstFont* pSubst = m_pFont->GetSubstFont(); in CFX_GEFont() 351 if (!m_pFont->GetSubstFont()) { in GetCharSet() 354 return m_pFont->GetSubstFont()->m_Charset; in GetCharSet() 357 if (!m_pFont->GetSubstFont() || in GetFamilyName() 358 m_pFont->GetSubstFont()->m_Family.GetLength() == 0) { in GetFamilyName() 361 wsFamily = CFX_WideString::FromLocal(m_pFont->GetSubstFont()->m_Family); in GetFamilyName() 375 if (!m_pFont->GetSubstFont()) { in GetFontStyles() 383 if (m_pFont->GetSubstFont()->m_Weight == FXFONT_FW_BOLD) { in GetFontStyles() 386 if (m_pFont->GetSubstFont()->m_SubstFlags & FXFONT_SUBST_ITALIC) { in GetFontStyles() 481 if (!m_pFont->GetSubstFont()) { in GetItalicAngle() [all …]
|
D | fx_gdifont.cpp | 406 IFX_Font* pFont = GetSubstFont(iGlyphIndex); in GetCharBBox() 440 IFX_Font* CFX_GdiFont::GetSubstFont(int32_t iGlyphIndex) const { in GetSubstFont() function in CFX_GdiFont 457 IFX_Font* pFont = GetSubstFont(iGlyphIndex); in GetGlyphDIBits()
|
D | fx_gefont.h | 45 virtual IFX_Font* GetSubstFont(int32_t iGlyphIndex) const;
|
D | fx_gdifont.h | 87 IFX_Font* GetSubstFont(int32_t iGlyphIndex) const;
|
/external/pdfium/core/src/fxge/apple/ |
D | fx_apple_platform.cpp | 113 if (!bBold && pFont->GetSubstFont() && in DrawDeviceText() 114 pFont->GetSubstFont()->m_Weight >= 500 && in DrawDeviceText() 115 pFont->GetSubstFont()->m_Weight <= 600) { in DrawDeviceText()
|
D | fx_quartz_device.cpp | 817 if (!bBold && pFont->GetSubstFont() && in DrawDeviceText() 818 pFont->GetSubstFont()->m_Weight >= 500 && in DrawDeviceText() 819 pFont->GetSubstFont()->m_Weight <= 600) { in DrawDeviceText()
|
/external/pdfium/core/src/fxge/ge/ |
D | fx_ge_text.cpp | 233 (pFont->GetSubstFont()->m_SubstFlags & FXFONT_SUBST_GLYPHPATH)) { in DrawNormalText() 247 !(pFont->GetSubstFont()->m_SubstFlags & FXFONT_SUBST_CLEARTYPE)) { in DrawNormalText() 1178 bExternal ? (FXFT_Face)pFont->GetSubstFont()->m_ExtHandle : internal_face; in GetCachedFace() 1199 bExternal ? (FXFT_Face)pFont->GetSubstFont()->m_ExtHandle : internal_face; in ReleaseCachedFace() 1289 if (pFont->GetSubstFont()) in LoadGlyphBitmap() 1292 dest_width, anti_alias, pFont->GetSubstFont()->m_Weight, in LoadGlyphBitmap() 1293 pFont->GetSubstFont()->m_ItalicAngle, pFont->IsVertical()); in LoadGlyphBitmap() 1300 if (pFont->GetSubstFont()) in LoadGlyphBitmap() 1303 dest_width, anti_alias, pFont->GetSubstFont()->m_Weight, in LoadGlyphBitmap() 1304 pFont->GetSubstFont()->m_ItalicAngle, in LoadGlyphBitmap() [all …]
|
D | fx_ge_linux.cpp | 74 void* font = GetSubstFont(cstr_face); in MapFont()
|
D | fx_ge_font.cpp | 473 if (m_pFont->GetSubstFont() && m_pFont->GetSubstFont()->m_Charset == 2) { in GlyphFromCharCode()
|
D | fx_ge_fontmap.cpp | 1475 void* CFX_FolderFontInfo::GetSubstFont(const CFX_ByteString& face) { in GetSubstFont() function in CFX_FolderFontInfo
|
/external/pdfium/fpdfsdk/src/formfiller/ |
D | FFL_CBA_Fontmap.cpp | 40 if (const CFX_SubstFont* pSubstFont = m_pDefaultFont->GetSubstFont()) { in Initialize() 71 if (const CFX_SubstFont* pSubstFont = m_pDefaultFont->GetSubstFont()) in SetDefaultFont() 136 const CFX_SubstFont* pSubst = pFont->GetSubstFont(); in FindResFontSameCharset()
|
/external/pdfium/core/include/fxge/ |
D | fx_font.h | 82 CFX_SubstFont* GetSubstFont() const { return m_pSubstFont; } in GetSubstFont() function 86 const CFX_SubstFont* GetSubstFont() const { return m_pSubstFont; } in GetSubstFont() function 427 void* GetSubstFont(const CFX_ByteString& face);
|
/external/pdfium/core/src/fpdfapi/fpdf_edit/ |
D | fpdf_edit_doc.cpp | 983 pFont->GetSubstFont() ? pFont->GetSubstFont()->m_ItalicAngle : 0); in AddFont() 995 if (pFont->GetSubstFont()) { in AddFont() 996 nStemV = pFont->GetSubstFont()->m_Weight / 5; in AddFont()
|
/external/pdfium/core/src/fpdfdoc/ |
D | doc_utils.cpp | 427 CFX_SubstFont* pSubst = (CFX_SubstFont*)pFind->GetSubstFont(); in GetNativeInterFormFont() 446 pSubst = (CFX_SubstFont*)pFont->GetSubstFont(); in GetNativeInterFormFont()
|
/external/pdfium/core/include/fpdfapi/ |
D | fpdf_resource.h | 116 const CFX_SubstFont* GetSubstFont() const { return m_Font.GetSubstFont(); } in GetSubstFont() function
|
/external/pdfium/xfa/src/fgas/include/ |
D | fx_fnt.h | 87 virtual IFX_Font* GetSubstFont(int32_t iGlyphIndex) const = 0;
|
/external/pdfium/core/src/fpdfapi/fpdf_render/ |
D | fpdf_render_text.cpp | 216 !(pFont->GetSubstFont()->m_SubstFlags & FXFONT_SUBST_GLYPHPATH)) { in ProcessText() 225 !(pFont->GetSubstFont()->m_SubstFlags & FXFONT_SUBST_GLYPHPATH)) { in ProcessText()
|
/external/pdfium/xfa/src/fdp/src/fde/ |
D | fde_gedevice.cpp | 174 pSTFont = pFont->GetSubstFont((int32_t)pCP->m_GlyphIndex); in DrawString()
|
/external/pdfium/core/src/fpdfapi/fpdf_font/ |
D | fpdf_font_cid.cpp | 1239 if (m_pFontFile || (GetSubstFont()->m_SubstFlags & FXFONT_SUBST_EXACT)) { in _Load()
|
D | fpdf_font.cpp | 949 if (m_Font.GetSubstFont()->m_SubstFlags & FXFONT_SUBST_NONSYMBOL) { in LoadSubstFont()
|
/external/pdfium/core/src/fxge/win32/ |
D | fx_win32_device.cpp | 217 void* font = GetSubstFont(cstr_face); in MapFont()
|