Home
last modified time | relevance | path

Searched refs:ps_tofixedarray (Results 1 – 4 of 4) sorted by relevance

/external/freetype/src/psaux/
Dpsobjs.c861 ps_tofixedarray( FT_Byte* *acur, in ps_tofixedarray() function
1221 result = ps_tofixedarray( &cur, limit, 4, temp, 0 ); in ps_parser_load_field()
1257 result = ps_tofixedarray( &cur, limit, (FT_Int)max_objects, in ps_parser_load_field()
1496 return ps_tofixedarray( &parser->cursor, parser->limit, in ps_parser_to_fixed_array()
/external/freetype/
DChangeLog.235617 * src/psaux/psobjs.c (ps_tofixedarray, ps_tocoordarray): Fix exit
5820 * src/psaux/psobjs.c (ps_tocoordarray, ps_tofixedarray): Return -1
7627 (ps_tofixedarray): Allow `values' argument to be NULL if we just
DChangeLog.252379 <T1_FIELD_TYPE_MMOX>: Properly handle result of `ps_tofixedarray'.
DChangeLog.214183 (ps_tofixedarray): This. Update all callers.