Home
last modified time | relevance | path

Searched refs:psh_calc_max_height (Results 1 – 2 of 2) sorted by relevance

/external/freetype/src/pshinter/
Dpshglob.c527 psh_calc_max_height( FT_UInt num, in psh_calc_max_height() function
715 max_height = psh_calc_max_height( priv->num_blue_values, in psh_globals_new()
718 max_height = psh_calc_max_height( priv->num_other_blues, in psh_globals_new()
721 max_height = psh_calc_max_height( priv->num_family_blues, in psh_globals_new()
724 max_height = psh_calc_max_height( priv->num_family_other_blues, in psh_globals_new()
/external/freetype/
DChangeLog.241151 * src/pshinter/pshglob.c (psh_calc_max_height): New function.