Searched refs:function_defs (Results 1 - 6 of 6) sorted by relevance

/external/freetype/src/truetype/
H A Dttobjs.h293 TT_DefArray function_defs; /* table of function definitions */ member in struct:TT_SizeRec_
H A Dttobjs.c957 FT_FREE( size->function_defs );
989 FT_FREE( size->function_defs );
1031 if ( FT_NEW_ARRAY( size->function_defs, size->max_function_defs ) ||
H A Dttinterp.c401 exec->FDefs = size->function_defs;
/external/pdfium/third_party/freetype/src/truetype/
H A Dttobjs.h295 TT_DefArray function_defs; /* table of function definitions */ member in struct:TT_SizeRec_
H A Dttobjs.c975 FT_FREE( size->function_defs );
1007 FT_FREE( size->function_defs );
1049 if ( FT_NEW_ARRAY( size->function_defs, size->max_function_defs ) ||
H A Dttinterp.c417 exec->FDefs = size->function_defs;

Completed in 180 milliseconds