Searched refs:advance (Results 1 – 4 of 4) sorted by relevance
| /rk3399_rockchip-uboot/drivers/video/ |
| H A D | console_truetype.c | 204 int advance; in console_truetype_putc_xy() local 209 stbtt_GetCodepointHMetrics(font, ch, &advance, &lsb); in console_truetype_putc_xy() 228 xpos += advance * priv->scale; in console_truetype_putc_xy()
|
| H A D | stb_truetype.h | 346 int advance,lsb,x0,y0,x1,y1; 348 stbtt_GetCodepointHMetrics(&font, text[ch], &advance, &lsb); 355 xpos += (advance * scale); 2533 int advance, lsb, x0,y0,x1,y1,gw,gh; in stbtt_BakeFontBitmap() local 2535 stbtt_GetGlyphHMetrics(&f, g, &advance, &lsb); in stbtt_BakeFontBitmap() 2550 chardata[i].xadvance = scale * advance; in stbtt_BakeFontBitmap() 2899 int advance, lsb, x0,y0,x1,y1; in stbtt_PackFontRangesRenderIntoRects() local 2909 stbtt_GetGlyphHMetrics(info, glyph, &advance, &lsb); in stbtt_PackFontRangesRenderIntoRects() 2938 bc->xadvance = scale * advance; in stbtt_PackFontRangesRenderIntoRects()
|
| /rk3399_rockchip-uboot/common/ |
| H A D | cli_hush.c | 2841 int i, advance=0; local 2843 int advance=0; 2864 advance = 1; 2870 advance = 1; 2874 advance = 1; 2887 advance = 1; 2892 advance = 1; 2937 if (advance) b_getch(input);
|
| /rk3399_rockchip-uboot/drivers/mtd/nand/raw/ |
| H A D | Kconfig | 359 is needed to know the device's bus-width in advance.
|