Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxge/android/
Dfpf_skiafont.cpp64 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/
Dfx_ge_font.cpp235 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()
Dfx_ge_text.cpp1397 (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/
Dfx_freetype.h72 #define FXFT_Load_Glyph(face, glyph_index, flags) \ macro
/external/pdfium/core/src/fpdfapi/fpdf_font/
Dfpdf_font_cid.cpp1289 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()
Dfpdf_font.cpp797 int err = FXFT_Load_Glyph( in LoadCharMetrics()