Home
last modified time | relevance | path

Searched refs:m_pSubstFont (Results 1 – 5 of 5) sorted by relevance

/external/pdfium/core/src/fxge/ge/
Dfx_ge_font.cpp14 m_pSubstFont = NULL; in CFX_Font()
31 if (m_pSubstFont) { in ~CFX_Font()
32 delete m_pSubstFont; in ~CFX_Font()
33 m_pSubstFont = NULL; in ~CFX_Font()
71 m_pSubstFont = new CFX_SubstFont; in LoadSubst()
73 CharsetCP, m_pSubstFont); in LoadSubst()
75 if(m_pSubstFont->m_ExtHandle) { in LoadSubst()
76 m_pPlatformFont = m_pSubstFont->m_ExtHandle; in LoadSubst()
77 m_pSubstFont->m_ExtHandle = NULL; in LoadSubst()
146 if (m_pSubstFont && (m_pSubstFont->m_SubstFlags & FXFONT_SUBST_MM)) { in GetGlyphWidth()
[all …]
Dfx_ge_text.cpp1610 if (m_pSubstFont) { in LoadGlyphPath()
1611 if (m_pSubstFont->m_ItalicAngle) { in LoadGlyphPath()
1612 int skew = m_pSubstFont->m_ItalicAngle; in LoadGlyphPath()
1620 if (m_pSubstFont->m_SubstFlags & FXFONT_SUBST_MM) { in LoadGlyphPath()
1621 AdjustMMParams(glyph_index, dest_width, m_pSubstFont->m_Weight); in LoadGlyphPath()
1630 …if (m_pSubstFont && !(m_pSubstFont->m_SubstFlags & FXFONT_SUBST_MM) && m_pSubstFont->m_Weight > 40… in LoadGlyphPath()
1631 int index = (m_pSubstFont->m_Weight - 400) / 10; in LoadGlyphPath()
1635 if (m_pSubstFont->m_Charset == FXFONT_SHIFTJIS_CHARSET) { in LoadGlyphPath()
/external/pdfium/core/include/fxge/
Dfx_font.h72 return m_pSubstFont; in GetSubstFont()
118 CFX_SubstFont* m_pSubstFont; variable
/external/pdfium/core/src/fpdfapi/fpdf_edit/
Dfpdf_edit_doc.cpp1020 …pFontDesc->SetAtInteger("ItalicAngle", pFont->m_pSubstFont ? pFont->m_pSubstFont->m_ItalicAngle : … in AddFont()
1032 if (pFont->m_pSubstFont) { in AddFont()
1033 nStemV = pFont->m_pSubstFont->m_Weight / 5; in AddFont()
/external/pdfium/core/src/fpdfapi/fpdf_font/
Dfpdf_font.cpp1015 if (m_Font.m_pSubstFont->m_SubstFlags & FXFONT_SUBST_NONSYMBOL) { in LoadSubstFont()