Searched refs:FXFT_Load_Glyph (Results 1 – 6 of 6) sorted by relevance
/external/pdfium/core/src/fxge/android/ |
D | fpf_skiafont.cpp | 64 if (FXFT_Load_Glyph( in GetGlyphWidth() 94 if (FXFT_Load_Glyph(m_Face, iGlyphIndex, in GetGlyphBBox() 117 if (FXFT_Load_Glyph( in GetGlyphBBox()
|
/external/pdfium/core/src/fxge/ge/ |
D | fx_ge_font.cpp | 235 int err = FXFT_Load_Glyph( in GetGlyphWidth() 285 error = FXFT_Load_Glyph(m_Face, glyph_index, in GetGlyphBBox() 319 if (FXFT_Load_Glyph( in GetGlyphBBox()
|
D | fx_ge_text.cpp | 1397 (void)FXFT_Load_Glyph( in AdjustMMParams() 1404 (void)FXFT_Load_Glyph( in AdjustMMParams() 1549 int error = FXFT_Load_Glyph(m_Face, glyph_index, load_flags); in RenderGlyph() 1557 error = FXFT_Load_Glyph(m_Face, glyph_index, load_flags); in RenderGlyph() 1814 int error = FXFT_Load_Glyph(m_Face, glyph_index, load_flags); in LoadGlyphPath()
|
/external/pdfium/core/include/fxge/ |
D | fx_freetype.h | 72 #define FXFT_Load_Glyph(face, glyph_index, flags) \ macro
|
/external/pdfium/core/src/fpdfapi/fpdf_font/ |
D | fpdf_font_cid.cpp | 1289 int err = FXFT_Load_Glyph(face, glyph_index, in GetCharBBox() 1320 int err = FXFT_Load_Glyph(face, glyph_index, FXFT_LOAD_NO_SCALE); in GetCharBBox()
|
D | fpdf_font.cpp | 797 int err = FXFT_Load_Glyph( in LoadCharMetrics()
|