HomeSort by relevance Sort by last modified time
    Searched refs:FXFT_Load_Glyph (Results 1 - 6 of 6) sorted by null

  /external/pdfium/core/fxge/android/
cfpf_skiafont.cpp 67 if (FXFT_Load_Glyph(
96 if (FXFT_Load_Glyph(m_Face, iGlyphIndex,
119 if (FXFT_Load_Glyph(
  /external/pdfium/core/fxge/
cfx_font.cpp 303 int err = FXFT_Load_Glyph(
361 error = FXFT_Load_Glyph(m_Face, glyph_index,
393 if (FXFT_Load_Glyph(
524 FXFT_Load_Glyph(m_Face, glyph_index,
530 FXFT_Load_Glyph(m_Face, glyph_index,
575 if (FXFT_Load_Glyph(m_Face, glyph_index, load_flags))
cfx_facecache.cpp 118 int error = FXFT_Load_Glyph(m_Face, glyph_index, load_flags);
125 error = FXFT_Load_Glyph(m_Face, glyph_index, load_flags);
fx_freetype.h 86 #define FXFT_Load_Glyph(face, glyph_index, flags) \
  /external/pdfium/core/fpdfapi/font/
cpdf_simplefont.cpp 57 int err = FXFT_Load_Glyph(
cpdf_cidfont.cpp 454 int err = FXFT_Load_Glyph(face, glyph_index,
484 int err = FXFT_Load_Glyph(face, glyph_index, FXFT_LOAD_NO_SCALE);

Completed in 255 milliseconds