Searched refs:FXFT_Load_Glyph (Results 1 – 6 of 6) sorted by relevance
/external/pdfium/core/fxge/android/ |
D | cfpf_skiafont.cpp | 67 if (FXFT_Load_Glyph( in GetGlyphWidth() 96 if (FXFT_Load_Glyph(m_Face, iGlyphIndex, in GetGlyphBBox() 119 if (FXFT_Load_Glyph( in GetGlyphBBox()
|
/external/pdfium/core/fxge/ |
D | cfx_font.cpp | 303 int err = FXFT_Load_Glyph( in GetGlyphWidth() 361 error = FXFT_Load_Glyph(m_Face, glyph_index, in GetGlyphBBox() 393 if (FXFT_Load_Glyph( in GetGlyphBBox() 524 FXFT_Load_Glyph(m_Face, glyph_index, in AdjustMMParams() 530 FXFT_Load_Glyph(m_Face, glyph_index, in AdjustMMParams() 575 if (FXFT_Load_Glyph(m_Face, glyph_index, load_flags)) in LoadGlyphPathImpl()
|
D | cfx_facecache.cpp | 118 int error = FXFT_Load_Glyph(m_Face, glyph_index, load_flags); in RenderGlyph() 125 error = FXFT_Load_Glyph(m_Face, glyph_index, load_flags); in RenderGlyph()
|
D | fx_freetype.h | 86 #define FXFT_Load_Glyph(face, glyph_index, flags) \ macro
|
/external/pdfium/core/fpdfapi/font/ |
D | cpdf_simplefont.cpp | 57 int err = FXFT_Load_Glyph( in LoadCharMetrics()
|
D | cpdf_cidfont.cpp | 454 int err = FXFT_Load_Glyph(face, glyph_index, in GetCharBBox() 484 int err = FXFT_Load_Glyph(face, glyph_index, FXFT_LOAD_NO_SCALE); in GetCharBBox()
|