Home
last modified time | relevance | path

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

/lvgl-3.7.0/src/extra/libs/tiny_ttf/
Dlv_tiny_ttf.c113 int advw, lsb; in ttf_get_glyph_dsc_cb() local
114 stbtt_GetGlyphHMetrics(&dsc->info, g1, &advw, &lsb); in ttf_get_glyph_dsc_cb()
Dstb_truetype_htcw.h395 int advance, lsb, x0, y0, x1, y1;
397 stbtt_GetCodepointHMetrics(&font, text[ch], &advance, &lsb);
4149 int advance, lsb, x0, y0, x1, y1, gw, gh; local
4151 stbtt_GetGlyphHMetrics(&f, g, &advance, &lsb);
4553 int advance, lsb, x0, y0, x1, y1; local
4564 stbtt_GetGlyphHMetrics(info, glyph, &advance, &lsb);