Searched defs:max_values (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/freetype/src/psaux/
H A Dpsobjs.c849 /* array; in this case we ignore `max_values' */
854 FT_Int max_values,
899 if ( values != NULL && count >= max_values )
1388 FT_Int max_values,
1394 max_values, values, power_ten );
852 ps_tofixedarray( FT_Byte* *acur, FT_Byte* limit, FT_Int max_values, FT_Fixed* values, FT_Int power_ten ) argument
/external/freetype/src/psaux/
H A Dpsobjs.c849 /* array; in this case we ignore `max_values' */
854 FT_Int max_values,
899 if ( values != NULL && count >= max_values )
1443 FT_Int max_values,
1449 max_values, values, power_ten );
852 ps_tofixedarray( FT_Byte* *acur, FT_Byte* limit, FT_Int max_values, FT_Fixed* values, FT_Int power_ten ) argument

Completed in 203 milliseconds