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

/external/freetype/src/psaux/
H A Dpsobjs.c766 /* array; in this case we ignore `max_coords' */
771 FT_Int max_coords,
815 if ( coords != NULL && count >= max_coords )
1436 FT_Int max_coords,
1441 max_coords, coords );
769 ps_tocoordarray( FT_Byte* *acur, FT_Byte* limit, FT_Int max_coords, FT_Short* coords ) argument
/external/pdfium/third_party/freetype/src/psaux/
H A Dpsobjs.c769 /* array; in this case we ignore `max_coords' */
774 FT_Int max_coords,
818 if ( coords != NULL && count >= max_coords )
1441 FT_Int max_coords,
1446 max_coords, coords );
772 ps_tocoordarray( FT_Byte* *acur, FT_Byte* limit, FT_Int max_coords, FT_Short* coords ) argument

Completed in 89 milliseconds