Searched refs:gw (Results 1 – 2 of 2) sorted by relevance
/lvgl-latest/src/widgets/label/ |
D | lv_label.c | 499 int32_t gw = lv_font_get_glyph_width(font, letter, letter_next); in lv_label_get_letter_on() local 502 … if(pos.x < x + gw || i + line_start == new_line_start || txt[i_act + line_start] == '\0') { in lv_label_get_letter_on() 506 x += gw; in lv_label_get_letter_on()
|
/lvgl-latest/src/libs/tiny_ttf/ |
D | stb_truetype_htcw.h | 4189 int advance, lsb, x0, y0, x1, y1, gw, gh; local 4193 gw = x1 - x0; 4195 if(x + gw + 1 >= pw) 4199 STBTT_assert(x + gw < pw); 4201 stbtt_MakeGlyphBitmap(&f, pixels + x + y * pw, gw, gh, pw, scale, scale, g); 4204 chardata[i].x1 = (stbtt_int16)(x + gw); 4209 x = x + gw + 1;
|