Home
last modified time | relevance | path

Searched refs:FXFT_Load_Glyph (Results 1 – 6 of 6) sorted by relevance

/external/pdfium/core/src/fxge/android/
Dfpf_skiafont.cpp71 …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/
Dfx_ge_font.cpp149 …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()
Dfx_ge_text.cpp1190 …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/
Dfx_freetype.h69 #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/
Dfpdf_font_cid.cpp1017 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()
Dfpdf_font.cpp866 …int err = FXFT_Load_Glyph(m_Font.m_Face, glyph_index, FXFT_LOAD_NO_SCALE | FXFT_LOAD_IGNORE_GLOBAL… in LoadCharMetrics()