Home
last modified time | relevance | path

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

/external/u-boot/drivers/video/
Dstb_truetype.h1542 int fheight = ttSHORT(info->data + info->hhea + 4) - ttSHORT(info->data + info->hhea + 6); in stbtt_ScaleForPixelHeight() local
1543 return (float) height / fheight; in stbtt_ScaleForPixelHeight()