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

  /external/pdfium/xfa/src/fgas/src/font/
fx_gefont.cpp 135 CFX_SubstFont* pSubst = m_pFont->GetSubstFont();
351 if (!m_pFont->GetSubstFont()) {
354 return m_pFont->GetSubstFont()->m_Charset;
357 if (!m_pFont->GetSubstFont() ||
358 m_pFont->GetSubstFont()->m_Family.GetLength() == 0) {
361 wsFamily = CFX_WideString::FromLocal(m_pFont->GetSubstFont()->m_Family);
375 if (!m_pFont->GetSubstFont()) {
383 if (m_pFont->GetSubstFont()->m_Weight == FXFONT_FW_BOLD) {
386 if (m_pFont->GetSubstFont()->m_SubstFlags & FXFONT_SUBST_ITALIC) {
481 if (!m_pFont->GetSubstFont()) {
    [all...]
fx_gdifont.h 87 IFX_Font* GetSubstFont(int32_t iGlyphIndex) const;
fx_gefont.h 45 virtual IFX_Font* GetSubstFont(int32_t iGlyphIndex) const;
fx_gdifont.cpp 406 IFX_Font* pFont = GetSubstFont(iGlyphIndex);
440 IFX_Font* CFX_GdiFont::GetSubstFont(int32_t iGlyphIndex) const {
457 IFX_Font* pFont = GetSubstFont(iGlyphIndex);
  /external/pdfium/core/src/fxge/apple/
fx_apple_platform.cpp 113 if (!bBold && pFont->GetSubstFont() &&
114 pFont->GetSubstFont()->m_Weight >= 500 &&
115 pFont->GetSubstFont()->m_Weight <= 600) {
fx_quartz_device.cpp 817 if (!bBold && pFont->GetSubstFont() &&
818 pFont->GetSubstFont()->m_Weight >= 500 &&
819 pFont->GetSubstFont()->m_Weight <= 600) {
    [all...]
  /external/pdfium/fpdfsdk/src/formfiller/
FFL_CBA_Fontmap.cpp 40 if (const CFX_SubstFont* pSubstFont = m_pDefaultFont->GetSubstFont()) {
71 if (const CFX_SubstFont* pSubstFont = m_pDefaultFont->GetSubstFont())
136 const CFX_SubstFont* pSubst = pFont->GetSubstFont();
  /external/pdfium/core/src/fxge/ge/
fx_ge_linux.cpp 74 void* font = GetSubstFont(cstr_face);
fx_ge_text.cpp 233 (pFont->GetSubstFont()->m_SubstFlags & FXFONT_SUBST_GLYPHPATH)) {
247 !(pFont->GetSubstFont()->m_SubstFlags & FXFONT_SUBST_CLEARTYPE)) {
    [all...]
fx_ge_font.cpp 473 if (m_pFont->GetSubstFont() && m_pFont->GetSubstFont()->m_Charset == 2) {
fx_ge_fontmap.cpp     [all...]
  /external/pdfium/core/include/fxge/
fx_font.h 82 CFX_SubstFont* GetSubstFont() const { return m_pSubstFont; }
86 const CFX_SubstFont* GetSubstFont() const { return m_pSubstFont; }
427 void* GetSubstFont(const CFX_ByteString& face);
  /external/pdfium/core/include/fpdfapi/
fpdf_resource.h 116 const CFX_SubstFont* GetSubstFont() const { return m_Font.GetSubstFont(); }
  /external/pdfium/core/src/fpdfdoc/
doc_utils.cpp 427 CFX_SubstFont* pSubst = (CFX_SubstFont*)pFind->GetSubstFont();
446 pSubst = (CFX_SubstFont*)pFont->GetSubstFont();
  /external/pdfium/xfa/src/fgas/include/
fx_fnt.h 87 virtual IFX_Font* GetSubstFont(int32_t iGlyphIndex) const = 0;
  /external/pdfium/core/src/fpdfapi/fpdf_edit/
fpdf_edit_doc.cpp     [all...]
  /external/pdfium/core/src/fpdfapi/fpdf_render/
fpdf_render_text.cpp 216 !(pFont->GetSubstFont()->m_SubstFlags & FXFONT_SUBST_GLYPHPATH)) {
225 !(pFont->GetSubstFont()->m_SubstFlags & FXFONT_SUBST_GLYPHPATH)) {
  /external/pdfium/xfa/src/fdp/src/fde/
fde_gedevice.cpp 174 pSTFont = pFont->GetSubstFont((int32_t)pCP->m_GlyphIndex);
  /external/pdfium/core/src/fpdfapi/fpdf_font/
fpdf_font.cpp 949 if (m_Font.GetSubstFont()->m_SubstFlags & FXFONT_SUBST_NONSYMBOL) {
    [all...]
fpdf_font_cid.cpp     [all...]
  /external/pdfium/core/src/fxge/win32/
fx_win32_device.cpp 217 void* font = GetSubstFont(cstr_face);
    [all...]

Completed in 932 milliseconds