Searched refs:GetFace (Results 1 – 11 of 11) sorted by relevance
/external/pdfium/core/src/fpdfapi/fpdf_font/ |
D | fpdf_font.cpp | 273 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 …]
|
D | fpdf_font_cid.cpp | 1223 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()
|
D | ttgsubtable.cpp | 397 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/ |
D | fx_ge_font.cpp | 40 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()
|
D | fx_ge_text.cpp | 232 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/ |
D | fpdf_render_text.cpp | 215 if (!pFont->GetFace() && in ProcessText() 224 if (!pFont->GetFace() && in ProcessText() 788 if (!m_Font.GetFace()) in LoadGlyphPath()
|
/external/pdfium/core/include/fpdfapi/ |
D | fpdf_resource.h | 151 FXFT_Face GetFace() const { return m_Font.GetFace(); } in GetFace() function
|
/external/pdfium/xfa/src/fdp/src/fde/ |
D | fde_gedevice.cpp | 181 FxFont.SetFace(pFxFont->GetFace()); in DrawString() 202 FxFont.SetFace(pFxFont->GetFace()); in DrawString()
|
/external/pdfium/xfa/src/fgas/src/font/ |
D | fx_stdfontmgr.cpp | 868 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()
|
D | fx_gefont.cpp | 238 FX_BOOL bRet = m_pFont->GetFace() != nullptr; in LoadFont()
|
/external/pdfium/core/include/fxge/ |
D | fx_font.h | 74 FXFT_Face GetFace() const { return m_Face; } in GetFace() function
|