Home
last modified time | relevance | path

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

/external/pdfium/core/fxge/android/
Dcfpf_skiafont.cpp67 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/
Dcfx_font.cpp303 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()
Dcfx_facecache.cpp118 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()
Dfx_freetype.h86 #define FXFT_Load_Glyph(face, glyph_index, flags) \ macro
/external/pdfium/core/fpdfapi/font/
Dcpdf_simplefont.cpp57 int err = FXFT_Load_Glyph( in LoadCharMetrics()
Dcpdf_cidfont.cpp454 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()