HomeSort by: relevance | last modified time | path
    Searched refs:FT_Get_Next_Char (Results 1 - 4 of 4) sorted by relevancy

  /xsrc/external/mit/freetype/dist/src/autofit/
afglobal.c 196 charcode = FT_Get_Next_Char( face, charcode, &gindex );
225 charcode = FT_Get_Next_Char( face, charcode, &gindex );
  /xsrc/external/mit/freetype/dist/include/freetype/
freetype.h 182 * FT_Get_Next_Char
3739 * You should use this function together with @FT_Get_Next_Char to parse
3753 * charcode = FT_Get_Next_Char( face, charcode, &gindex );
3776 * FT_Get_Next_Char
3806 FT_Get_Next_Char( FT_Face face,
  /xsrc/external/mit/fontconfig/dist/src/
fcfreetype.c 2580 ucs4 = FT_Get_Next_Char (face, ucs4, &glyph);
2649 ucs4 = FT_Get_Next_Char (face, ucs4, &glyph);
  /xsrc/external/mit/freetype/dist/src/base/
ftobjs.c 3772 result = FT_Get_Next_Char( face, 0, &gindex );
3785 FT_Get_Next_Char( FT_Face face,

Completed in 33 milliseconds