Home
last modified time | relevance | path

Searched refs:GetFace (Results 1 – 11 of 11) sorted by relevance

/external/pdfium/core/src/fpdfapi/fpdf_font/
Dfpdf_font.cpp273 FXFT_Face face = m_Font.GetFace(); in CheckFontMetrics()
344 if (!m_Font.GetFace()) in GetCharTypeWidth()
779 if (!m_Font.GetFace()) in LoadCharMetrics()
796 FXFT_Face face = m_Font.GetFace(); in LoadCharMetrics()
908 if (!m_Font.GetFace()) in LoadCommon()
1038 if (!m_Font.GetFace()) in LoadGlyphMap()
1057 if (FT_UseTTCharmap(m_Font.GetFace(), 3, 0)) { in LoadGlyphMap()
1064 FXFT_Get_Char_Index(m_Font.GetFace(), unicode); in LoadGlyphMap()
1067 FXFT_Get_Glyph_Name(m_Font.GetFace(), m_GlyphIndex[charcode], in LoadGlyphMap()
1094 FXFT_Select_Charmap(m_Font.GetFace(), FXFT_ENCODING_UNICODE); in LoadGlyphMap()
[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()
1488 FXFT_Face face = m_Font.GetFace(); in GlyphFromCharCode()
1570 if (!m_Font.GetFace()) in GlyphFromCharCode()
1583 !FXFT_Get_Face_Charmap(m_Font.GetFace())) { in GlyphFromCharCode()
1586 if (FXFT_Get_Charmap_Encoding(FXFT_Get_Face_Charmap(m_Font.GetFace())) == in GlyphFromCharCode()
Dttgsubtable.cpp397 pFont->GetFace(), FT_MAKE_TAG('G', 'S', 'U', 'B'), 0, NULL, &length); in Create()
406 FXFT_Load_Sfnt_Table(pFont->GetFace(), FT_MAKE_TAG('G', 'S', 'U', 'B'), 0, in Create()
/external/pdfium/core/src/fxge/ge/
Dfx_ge_font.cpp40 if (FXFT_Select_Charmap(pFont->GetFace(), nEncodingID)) in _FXFM_CreateFontEncoding()
466 FXFT_Face face = m_pFont->GetFace(); in GlyphFromCharCode()
493 FXFT_Face face = m_pFont->GetFace(); in GlyphFromCharCode()
525 FXFT_Face face = m_pFont->GetFace(); in CharCodeFromUnicode()
540 if (!pFont || !pFont->GetFace()) in FX_CreateFontEncodingEx()
Dfx_ge_text.cpp232 if (pFont->GetFace() || in DrawNormalText()
246 if (!pFont->GetFace() && in DrawNormalText()
1175 FXFT_Face internal_face = pFont->GetFace(); in GetCachedFace()
1196 FXFT_Face internal_face = pFont->GetFace(); in ReleaseCachedFace()
/external/pdfium/core/src/fpdfapi/fpdf_render/
Dfpdf_render_text.cpp215 if (!pFont->GetFace() && in ProcessText()
224 if (!pFont->GetFace() && in ProcessText()
788 if (!m_Font.GetFace()) in LoadGlyphPath()
/external/pdfium/core/include/fpdfapi/
Dfpdf_resource.h151 FXFT_Face GetFace() const { return m_Font.GetFace(); } in GetFace() function
/external/pdfium/xfa/src/fdp/src/fde/
Dfde_gedevice.cpp181 FxFont.SetFace(pFxFont->GetFace()); in DrawString()
202 FxFont.SetFace(pFxFont->GetFace()); in DrawString()
/external/pdfium/xfa/src/fgas/src/font/
Dfx_stdfontmgr.cpp868 FXFT_Face pFace = ((CFX_Font*)pFont->GetDevFont())->GetFace(); in VerifyUnicode()
948 *pFaceCount = ((CFX_Font*)pFont->GetDevFont())->GetFace()->num_faces; in LoadFont()
977 *pFaceCount = ((CFX_Font*)pFont->GetDevFont())->GetFace()->num_faces; in LoadFont()
Dfx_gefont.cpp238 FX_BOOL bRet = m_pFont->GetFace() != nullptr; in LoadFont()
/external/pdfium/core/include/fxge/
Dfx_font.h74 FXFT_Face GetFace() const { return m_Face; } in GetFace() function