Searched defs:sfnt_id (Results 1 - 1 of 1) sorted by relevance

/external/freetype/src/truetype/
H A Dttobjs.c249 static const tt_sfnt_id_rec sfnt_id[TRICK_SFNT_IDS_NUM_FACES] local
362 if ( face->dir_tables[i].Length == sfnt_id[j][k].Length )
367 if ( sfnt_id[j][k].CheckSum == checksum )
377 if ( !has_cvt && !sfnt_id[j][TRICK_SFNT_ID_cvt].Length )
379 if ( !has_fpgm && !sfnt_id[j][TRICK_SFNT_ID_fpgm].Length )
381 if ( !has_prep && !sfnt_id[j][TRICK_SFNT_ID_prep].Length )

Completed in 40 milliseconds