Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/video/
H A Dconsole_truetype.c216 xpos += priv->scale * stbtt_GetCodepointKernAdvance(font, in console_truetype_putc_xy()
H A Dstb_truetype.h357 xpos += scale*stbtt_GetCodepointKernAdvance(&font, text[ch],text[ch+1]);
700 STBTT_DEF int stbtt_GetCodepointKernAdvance(const stbtt_fontinfo *info, int ch1, int ch2);
1513 STBTT_DEF int stbtt_GetCodepointKernAdvance(const stbtt_fontinfo *info, int ch1, int ch2) in stbtt_GetCodepointKernAdvance() function