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/ge/ |
D | cfx_font.cpp | 345 int err = FXFT_Load_Glyph( in GetGlyphWidth() 393 error = FXFT_Load_Glyph(m_Face, glyph_index, in GetGlyphBBox() 423 if (FXFT_Load_Glyph( in GetGlyphBBox() 587 FXFT_Load_Glyph(m_Face, glyph_index, in AdjustMMParams() 593 FXFT_Load_Glyph(m_Face, glyph_index, in AdjustMMParams() 640 if (FXFT_Load_Glyph(m_Face, glyph_index, load_flags)) in LoadGlyphPathImpl()
|
D | cfx_facecache.cpp | 140 int error = FXFT_Load_Glyph(m_Face, glyph_index, load_flags); in RenderGlyph() 147 error = FXFT_Load_Glyph(m_Face, glyph_index, load_flags); in RenderGlyph()
|
/external/pdfium/core/fpdfapi/font/ |
D | cpdf_simplefont.cpp | 55 int err = FXFT_Load_Glyph( in LoadCharMetrics()
|
D | cpdf_cidfont.cpp | 440 int err = FXFT_Load_Glyph(face, glyph_index, in GetCharBBox() 466 int err = FXFT_Load_Glyph(face, glyph_index, FXFT_LOAD_NO_SCALE); in GetCharBBox()
|
/external/pdfium/core/fxge/ |
D | fx_freetype.h | 74 #define FXFT_Load_Glyph(face, glyph_index, flags) \ macro
|