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/ge/
Dcfx_font.cpp345 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()
Dcfx_facecache.cpp140 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/
Dcpdf_simplefont.cpp55 int err = FXFT_Load_Glyph( in LoadCharMetrics()
Dcpdf_cidfont.cpp440 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/
Dfx_freetype.h74 #define FXFT_Load_Glyph(face, glyph_index, flags) \ macro