Home
last modified time | relevance | path

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

/external/pdfium/core/src/fpdfapi/fpdf_font/
Dfpdf_font.cpp111 bVertWriting = m_Font.IsVertical(); in IsVertWriting()
256 if (!m_Font.LoadEmbedded(pFontData, dwFontSize)) { in LoadFontDescriptor()
273 FXFT_Face face = m_Font.GetFace(); in CheckFontMetrics()
344 if (!m_Font.GetFace()) in GetCharTypeWidth()
351 return m_Font.GetGlyphWidth(glyph_index); in GetCharTypeWidth()
779 if (!m_Font.GetFace()) in LoadCharMetrics()
796 FXFT_Face face = m_Font.GetFace(); in LoadCharMetrics()
904 m_Font.IsTTFont()); in LoadCommon()
908 if (!m_Font.GetFace()) in LoadCommon()
947 m_Font.LoadSubst(m_BaseFont, IsFontType(PDFFONT_TRUETYPE), m_Flags, weight, in LoadSubstFont()
[all …]
Dfpdf_font_cid.cpp1223 if (m_Font.GetFace()) { in _Load()
1225 FXFT_Select_Charmap(m_Font.GetFace(), FXFT_ENCODING_UNICODE); in _Load()
1227 FT_UseCIDCharmap(m_Font.GetFace(), m_pCMap->m_Coding); in _Load()
1285 FXFT_Face face = m_Font.GetFace(); in GetCharBBox()
1411 FXFT_Face face = m_Font.GetFace(); in GetGlyphIndex()
1428 if (!m_Font.GetSubData()) { in GetGlyphIndex()
1433 m_Font.SetSubData(FX_Alloc(uint8_t, length)); in GetGlyphIndex()
1437 m_Font.GetSubData(), NULL); in GetGlyphIndex()
1438 if (!error && m_Font.GetSubData()) { in GetGlyphIndex()
1440 m_pTTGSUBTable->LoadGSUBTable((FT_Bytes)m_Font.GetSubData()); in GetGlyphIndex()
[all …]
/external/pdfium/core/src/fpdfapi/fpdf_render/
Dfpdf_render_text.cpp605 &pFont->m_Font, pCache, font_size, pText2User, in DrawTextPath()
723 &pFont->m_Font, pCache, font_size, in DrawNormalText()
756 CFX_FaceCache* pFaceCache = pCache->GetCachedFace(&pFont->m_Font); in DrawTextPathWithPattern()
757 FX_FONTCACHE_DEFINE(pCache, &pFont->m_Font); in DrawTextPathWithPattern()
764 &pFont->m_Font, charpos.m_GlyphIndex, charpos.m_FontCharWidth); in DrawTextPathWithPattern()
788 if (!m_Font.GetFace()) in LoadGlyphPath()
790 return m_Font.LoadGlyphPath(glyph_index, dest_width); in LoadGlyphPath()
/external/pdfium/core/include/fpdfapi/
Dfpdf_resource.h116 const CFX_SubstFont* GetSubstFont() const { return m_Font.GetSubstFont(); } in GetSubstFont()
151 FXFT_Face GetFace() const { return m_Font.GetFace(); } in GetFace()
212 CFX_Font m_Font; variable
/external/pdfium/xfa/src/fxfa/src/app/
Dxfa_fontmgr.cpp1923 return IFX_Font::LoadFont(&pPDFFont->m_Font, pFDEFontMgr); in FindFont()