Searched refs:FXFT_Load_Glyph (Results 1 – 6 of 6) sorted by relevance
/external/pdfium/core/src/fxge/android/ |
D | fpf_skiafont.cpp | 71 …if (FXFT_Load_Glyph(m_Face, iGlyphIndex, FXFT_LOAD_NO_SCALE | FXFT_LOAD_IGNORE_GLOBAL_ADVANCE_WIDT… in GetGlyphWidth() 99 if (FXFT_Load_Glyph(m_Face, iGlyphIndex, FXFT_LOAD_IGNORE_GLOBAL_ADVANCE_WIDTH)) { in GetGlyphBBox() 121 …if (FXFT_Load_Glyph(m_Face, iGlyphIndex, FXFT_LOAD_NO_SCALE | FXFT_LOAD_IGNORE_GLOBAL_ADVANCE_WIDT… in GetGlyphBBox()
|
/external/pdfium/core/src/fxge/ge/ |
D | fx_ge_font.cpp | 149 …int err = FXFT_Load_Glyph(m_Face, glyph_index, FXFT_LOAD_NO_SCALE | FXFT_LOAD_IGNORE_GLOBAL_ADVANC… in GetGlyphWidth() 217 error = FXFT_Load_Glyph(m_Face, glyph_index, FXFT_LOAD_IGNORE_GLOBAL_ADVANCE_WIDTH); in GetGlyphBBox() 250 …if (FXFT_Load_Glyph(m_Face, glyph_index, FXFT_LOAD_NO_SCALE | FXFT_LOAD_IGNORE_GLOBAL_ADVANCE_WIDT… in GetGlyphBBox()
|
D | fx_ge_text.cpp | 1190 …error = FXFT_Load_Glyph(m_Face, glyph_index, FXFT_LOAD_NO_SCALE | FXFT_LOAD_IGNORE_GLOBAL_ADVANCE_… in AdjustMMParams() 1194 …error = FXFT_Load_Glyph(m_Face, glyph_index, FXFT_LOAD_NO_SCALE | FXFT_LOAD_IGNORE_GLOBAL_ADVANCE_… in AdjustMMParams() 1317 int error = FXFT_Load_Glyph(m_Face, glyph_index, load_flags); in RenderGlyph() 1325 error = FXFT_Load_Glyph(m_Face, glyph_index, load_flags); in RenderGlyph() 1398 int error = FXFT_Load_Glyph(face, glyph_index, FXFT_LOAD_NO_BITMAP); in _OutputGlyph() 1447 …int err = FXFT_Load_Glyph(pFont->m_Face, glyph_index, FXFT_LOAD_NO_SCALE | FXFT_LOAD_IGNORE_GLOBAL… in OutputText() 1626 int error = FXFT_Load_Glyph(m_Face, glyph_index, load_flags); in LoadGlyphPath()
|
/external/pdfium/core/include/fxge/ |
D | fx_freetype.h | 69 #define FXFT_Load_Glyph(face, glyph_index, flags) FT_Load_Glyph((FT_Face)face, glyph_index, flags) macro
|
/external/pdfium/core/src/fpdfapi/fpdf_font/ |
D | fpdf_font_cid.cpp | 1017 int err = FXFT_Load_Glyph(face, glyph_index, FXFT_LOAD_IGNORE_GLOBAL_ADVANCE_WIDTH); in GetCharBBox() 1047 int err = FXFT_Load_Glyph(face, glyph_index, FXFT_LOAD_NO_SCALE); in GetCharBBox()
|
D | fpdf_font.cpp | 866 …int err = FXFT_Load_Glyph(m_Font.m_Face, glyph_index, FXFT_LOAD_NO_SCALE | FXFT_LOAD_IGNORE_GLOBAL… in LoadCharMetrics()
|