Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/video/
H A Dstb_truetype.h684 STBTT_DEF void stbtt_GetFontVMetrics(const stbtt_fontinfo *info, int *ascent, int *descent, int *li…
1525 STBTT_DEF void stbtt_GetFontVMetrics(const stbtt_fontinfo *info, int *ascent, int *descent, int *li… in stbtt_GetFontVMetrics() argument
1528 if (descent) *descent = ttSHORT(info->data+info->hhea + 6); in stbtt_GetFontVMetrics()