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

  /external/freetype/src/cid/
cidparse.c 79 if ( ft_strncmp( (char *)stream->cursor,
138 ft_strncmp( (char*)p, STARTDATA, STARTDATA_LEN ) == 0 )
145 ft_strncmp( (char*)p, SFNTS, SFNTS_LEN ) == 0 )
212 ft_strncmp( (char*)cur, STARTDATA, STARTDATA_LEN ) == 0 )
214 if ( ft_strncmp( (char*)arg1, "(Hex)", 5 ) == 0 )
231 ft_strncmp( (char*)cur, SFNTS, SFNTS_LEN ) == 0 )
cidload.c 418 ft_strncmp( (char*)cur, "%ADOBeginFontDict", 17 ) == 0 )
  /external/freetype/include/freetype/config/
ftstdlib.h 89 #define ft_strncmp strncmp macro
  /external/freetype/src/gxvalid/
gxvfgen.c 469 ( ft_strncmp( feat_name,
  /external/freetype/src/sfnt/
ttbdf.c 206 ft_strncmp( property_name,
  /external/freetype/src/type42/
t42parse.c 509 ft_strncmp( (const char*)cur, "StandardEncoding", 16 ) == 0 )
513 ft_strncmp( (const char*)cur, "ExpertEncoding", 14 ) == 0 )
517 ft_strncmp( (const char*)cur, "ISOLatin1Encoding", 17 ) == 0 )
    [all...]
  /external/freetype/src/psaux/
afmparse.c 429 !ft_strncmp( str, "true", 4 ) );
519 if ( ft_strncmp( afm_key_table[n], key, len ) == 0 )
877 ft_strncmp( key, "StartFontMetrics", 16 ) != 0 )
  /external/freetype/src/type1/
t1afm.c 74 ft_strncmp( gname, name, len ) == 0 )
t1load.c     [all...]
  /external/freetype/src/cff/
cffobjs.c 1013 if ( !ft_strncmp( cffface->style_name, "Bold", 4 ) ||
1014 !ft_strncmp( cffface->style_name, "Black", 5 ) )
    [all...]
  /external/freetype/include/freetype/internal/
psaux.h     [all...]
  /external/freetype/src/truetype/
ttobjs.c 565 buf[0] == '.' && !ft_strncmp( buf, ".notdef", 8 ) )
    [all...]
  /external/freetype/src/bdf/
bdflib.c 177 ( ft_strncmp( name, property, n ) || \
    [all...]

Completed in 1239 milliseconds