Searched refs:sfnt_id (Results 1 – 2 of 2) sorted by relevance
/AliOS-Things-master/components/freetype/src/base/ |
A D | ftmac.c | 389 ResID* sfnt_id, in parse_fond() argument 398 *sfnt_id = 0; in parse_fond() 420 *sfnt_id = EndianS16_BtoN( assoc->fontID ); in parse_fond() 425 *sfnt_id = EndianS16_BtoN( base_assoc->fontID ); in parse_fond() 541 ResID sfnt_id; in count_faces() local 551 parse_fond( *fond, &have_sfnt, &sfnt_id, lwfn_file_name, 0 ); in count_faces() 726 ResID sfnt_id, in FT_New_Face_From_SFNT() argument 738 sfnt = GetResource( TTAG_sfnt, sfnt_id ); in FT_New_Face_From_SFNT() 846 ResID sfnt_id, fond_id; in FT_New_Face_From_FOND() local 859 parse_fond( *fond, &have_sfnt, &sfnt_id, lwfn_file_name, face_index ); in FT_New_Face_From_FOND() [all …]
|
/AliOS-Things-master/components/freetype/src/truetype/ |
A D | ttobjs.c | 251 static const tt_sfnt_id_rec sfnt_id[TRICK_SFNT_IDS_NUM_FACES] in tt_check_trickyness_sfnt_ids() local 384 if ( face->dir_tables[i].Length == sfnt_id[j][k].Length ) in tt_check_trickyness_sfnt_ids() 389 if ( sfnt_id[j][k].CheckSum == checksum ) in tt_check_trickyness_sfnt_ids() 399 if ( !has_cvt && !sfnt_id[j][TRICK_SFNT_ID_cvt].Length ) in tt_check_trickyness_sfnt_ids() 401 if ( !has_fpgm && !sfnt_id[j][TRICK_SFNT_ID_fpgm].Length ) in tt_check_trickyness_sfnt_ids() 403 if ( !has_prep && !sfnt_id[j][TRICK_SFNT_ID_prep].Length ) in tt_check_trickyness_sfnt_ids()
|
Completed in 5 milliseconds