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

  /external/freetype/src/truetype/
ttpload.c 71 error = face->goto_table( face, TTAG_glyf, stream, &face->glyf_len );
81 error = face->goto_table( face, TTAG_loca, stream, &table_len );
292 error = face->goto_table( face, TTAG_cvt, stream, &table_len );
373 error = face->goto_table( face, TTAG_fpgm, stream, &table_len );
434 error = face->goto_table( face, TTAG_prep, stream, &table_len );
496 error = face->goto_table( face, TTAG_hdmx, stream, &table_size );
ttgxvar.c 296 if ( (error = face->goto_table( face, TTAG_avar, stream, &table_len )) != 0 )
401 if ( (error = face->goto_table( face, TTAG_gvar, stream, &table_len )) != 0 )
669 if ( (error = face->goto_table( face, TTAG_gvar,
673 if ( (error = face->goto_table( face, TTAG_fvar,
    [all...]
ttobjs.c 221 if ( !face->goto_table )
224 if ( face->goto_table( face,
    [all...]
ttgload.c     [all...]
  /external/freetype/src/sfnt/
ttmtx.c 89 error = face->goto_table( face, tag, stream, &table_size );
124 error = face->goto_table( face, TTAG_vmtx, stream, &table_len );
143 error = face->goto_table( face, TTAG_hmtx, stream, &table_len );
295 error = face->goto_table( face, TTAG_vhea, stream, 0 );
303 error = face->goto_table( face, TTAG_hhea, stream, 0 );
ttload.c 567 error = face->goto_table( face, tag, stream, 0 );
658 error = face->goto_table( face, TTAG_maxp, stream, 0 );
779 error = face->goto_table( face, TTAG_name, stream, &table_len );
    [all...]
ttkern.c 56 error = face->goto_table( face, TTAG_kern, stream, &table_size );
ttpost.c 387 error = face->goto_table( face, TTAG_post, stream, &post_len );
ttsbit.c 479 error = face->goto_table( face, TTAG_EBLC, stream, 0 );
481 error = face->goto_table( face, TTAG_bloc, stream, 0 );
    [all...]
ttsbit0.c 57 error = face->goto_table( face, TTAG_EBLC, stream, &table_size );
59 error = face->goto_table( face, TTAG_bloc, stream, &table_size );
192 error = face->goto_table( face, TTAG_EBDT, stream, &ebdt_size );
194 error = face->goto_table( face, TTAG_bdat, stream, &ebdt_size );
sfobjs.c 464 face->goto_table = sfnt->goto_table;
    [all...]
  /external/freetype/include/freetype/internal/
sfnt.h 651 TT_Loader_GotoTableFunc goto_table; member in struct:SFNT_Interface_
    [all...]
tttypes.h 1288 TT_Loader_GotoTableFunc goto_table; member in struct:TT_FaceRec_
    [all...]
  /external/freetype/src/cff/
cffobjs.c 541 error = face->goto_table( face, TTAG_head, stream, 0 );
564 error = face->goto_table( face, TTAG_CFF, stream, 0 );
    [all...]

Completed in 235 milliseconds