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

/external/freetype/include/freetype/
H A Dfreetype.h1716 /* FT_OPEN_PARAMS :: Use the `num_params' and `params' fields. */
1798 /* num_params :: The number of extra parameters. */
1823 /* `num_params' and `params' is used. They are ignored otherwise. */
1837 FT_Int num_params; member in struct:FT_Open_Args_
/external/freetype/src/base/
H A Dftobjs.c1111 FT_Int num_params,
1144 for ( i = 0; i < num_params && !face->internal->incremental_interface;
1156 num_params,
1469 FT_Int num_params,
1480 FT_UNUSED( num_params );
2035 FT_Int num_params = 0; local
2041 num_params = args->num_params;
2046 num_params, params, &face );
2068 FT_Int num_params local
1108 open_face( FT_Driver driver, FT_Stream stream, FT_Long face_index, FT_Int num_params, FT_Parameter* params, FT_Face *aface ) argument
[all...]

Completed in 72 milliseconds