Home
last modified time | relevance | path

Searched refs:char_width (Results 1 – 5 of 5) sorted by relevance

/AliOS-Things-master/components/littlevgl/src/lv_misc/
A Dlv_txt.c248 lv_coord_t char_width = lv_font_get_glyph_width(font, letter, letter_next); in lv_txt_get_width() local
249 if(char_width > 0) { in lv_txt_get_width()
250 width += char_width; in lv_txt_get_width()
/AliOS-Things-master/components/freetype/
A DREADME.md61 0, /* char_width in 1/64th of points */
/AliOS-Things-master/components/py_engine/framework/
A Dst7789py.py885 char_width = font.WIDTHS[char_index]
886 buffer_needed = char_width * font.HEIGHT * 2
898 to_col = x + char_width - 1
904 x += char_width
/AliOS-Things-master/components/freetype/src/base/
A Dftobjs.c2930 FT_F26Dot6 char_width, in FT_Set_Char_Size() argument
2938 if ( !char_width ) in FT_Set_Char_Size()
2939 char_width = char_height; in FT_Set_Char_Size()
2941 char_height = char_width; in FT_Set_Char_Size()
2948 if ( char_width < 1 * 64 ) in FT_Set_Char_Size()
2949 char_width = 1 * 64; in FT_Set_Char_Size()
2957 req.width = char_width; in FT_Set_Char_Size()
/AliOS-Things-master/components/freetype/include/
A Dfreetype.h2353 FT_F26Dot6 char_width,

Completed in 37 milliseconds