Searched refs:max_objects (Results 1 – 5 of 5) sorted by relevance
/AliOS-Things-master/components/freetype/src/psaux/ |
A D | psobjs.c | 1029 FT_UInt max_objects, in ps_parser_load_field() argument 1077 count = max_objects; in ps_parser_load_field() 1081 if ( max_objects == 0 ) in ps_parser_load_field() 1228 if ( FT_NEW_ARRAY( temp, max_objects * 4 ) ) in ps_parser_load_field() 1233 result = ps_tofixedarray( &cur, limit, max_objects, in ps_parser_load_field() 1234 temp + i * max_objects, 0 ); in ps_parser_load_field() 1235 if ( result < 0 || (FT_UInt)result < max_objects ) in ps_parser_load_field() 1241 max_objects, in ps_parser_load_field() 1253 for ( i = 0; i < max_objects; i++ ) in ps_parser_load_field() 1259 bbox->yMin = FT_RoundFix( temp[i + max_objects] ); in ps_parser_load_field() [all …]
|
A D | psobjs.h | 97 FT_UInt max_objects, 104 FT_UInt max_objects,
|
/AliOS-Things-master/components/freetype/src/type1/ |
A D | t1load.c | 920 FT_UInt max_objects; in t1_load_keyword() local 942 max_objects = 0; in t1_load_keyword() 947 max_objects = blend->num_designs; in t1_load_keyword() 954 max_objects = 0; in t1_load_keyword() 960 max_objects = 0; in t1_load_keyword() 965 max_objects = blend->num_designs; in t1_load_keyword() 972 max_objects = 0; in t1_load_keyword() 984 max_objects = 0; in t1_load_keyword() 990 max_objects = 0; in t1_load_keyword() 997 max_objects = 0; in t1_load_keyword() [all …]
|
/AliOS-Things-master/components/freetype/include/internal/ |
A D | psaux.h | 394 FT_UInt max_objects, 401 FT_UInt max_objects,
|
/AliOS-Things-master/components/freetype/src/type42/ |
A D | t42parse.c | 1001 FT_UInt max_objects = 0; in t42_load_keyword() local 1038 objects, max_objects, 0 ); in t42_load_keyword() 1041 objects, max_objects, 0 ); in t42_load_keyword()
|
Completed in 18 milliseconds