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

  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/base/
ftmac.c 389 ResID* sfnt_id,
398 *sfnt_id = 0;
420 *sfnt_id = EndianS16_BtoN( assoc->fontID );
425 *sfnt_id = EndianS16_BtoN( base_assoc->fontID );
541 ResID sfnt_id; local
551 parse_fond( *fond, &have_sfnt, &sfnt_id, lwfn_file_name, 0 );
726 ResID sfnt_id,
738 sfnt = GetResource( TTAG_sfnt, sfnt_id );
846 ResID sfnt_id, fond_id; local
859 parse_fond( *fond, &have_sfnt, &sfnt_id, lwfn_file_name, face_index )
    [all...]
  /external/chromium_org/third_party/freetype/src/truetype/
ttobjs.c 250 static const tt_sfnt_id_rec sfnt_id[TRICK_SFNT_IDS_NUM_FACES] local
383 if ( face->dir_tables[i].Length == sfnt_id[j][k].Length )
388 if ( sfnt_id[j][k].CheckSum == checksum )
398 if ( !has_cvt && !sfnt_id[j][TRICK_SFNT_ID_cvt].Length )
400 if ( !has_fpgm && !sfnt_id[j][TRICK_SFNT_ID_fpgm].Length )
402 if ( !has_prep && !sfnt_id[j][TRICK_SFNT_ID_prep].Length )
    [all...]
  /external/freetype/src/truetype/
ttobjs.c 251 static const tt_sfnt_id_rec sfnt_id[TRICK_SFNT_IDS_NUM_FACES] local
384 if ( face->dir_tables[i].Length == sfnt_id[j][k].Length )
389 if ( sfnt_id[j][k].CheckSum == checksum )
399 if ( !has_cvt && !sfnt_id[j][TRICK_SFNT_ID_cvt].Length )
401 if ( !has_fpgm && !sfnt_id[j][TRICK_SFNT_ID_fpgm].Length )
403 if ( !has_prep && !sfnt_id[j][TRICK_SFNT_ID_prep].Length )
    [all...]
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/truetype/
ttobjs.c 250 static const tt_sfnt_id_rec sfnt_id[TRICK_SFNT_IDS_NUM_FACES] local
383 if ( face->dir_tables[i].Length == sfnt_id[j][k].Length )
388 if ( sfnt_id[j][k].CheckSum == checksum )
398 if ( !has_cvt && !sfnt_id[j][TRICK_SFNT_ID_cvt].Length )
400 if ( !has_fpgm && !sfnt_id[j][TRICK_SFNT_ID_fpgm].Length )
402 if ( !has_prep && !sfnt_id[j][TRICK_SFNT_ID_prep].Length )
    [all...]

Completed in 682 milliseconds