Searched refs:advance (Results 1 – 4 of 4) sorted by relevance
/lvgl-latest/src/misc/ |
D | lv_txt.c | 309 …uint32_t advance = lv_txt_get_next_word(&txt[i], font, letter_space, max_width, flag, &word_w, &cm… in _lv_txt_get_next_line() local 313 if(advance == 0) { in _lv_txt_get_next_line() 317 i += advance; in _lv_txt_get_next_line()
|
/lvgl-latest/src/extra/libs/tiny_ttf/ |
D | stb_truetype_htcw.h | 395 int advance, lsb, x0, y0, x1, y1; 397 stbtt_GetCodepointHMetrics(&font, text[ch], &advance, &lsb); 405 xpos += (advance * scale); 838 int advance; member 2595 table[k].advance = ttSHORT(info->data, 22 + (k * 6) + info->kern); 4149 int advance, lsb, x0, y0, x1, y1, gw, gh; local 4151 stbtt_GetGlyphHMetrics(&f, g, &advance, &lsb); 4166 chardata[i].xadvance = scale * advance; 4553 int advance, lsb, x0, y0, x1, y1; local 4564 stbtt_GetGlyphHMetrics(info, glyph, &advance, &lsb); [all …]
|
/lvgl-latest/docs/porting/ |
D | indev.md | 117 If you hold the keys it will simulate an encoder advance with period specified in `indev_drv.long_p…
|
/lvgl-latest/src/extra/libs/freetype/ |
D | lv_freetype.c | 316 dsc_out->adv_w = (glyph_bitmap->root.advance.x >> 16); in get_glyph_dsc_cb_cache()
|