Home
last modified time | relevance | path

Searched refs:lv_font_t (Results 1 – 25 of 36) sorted by relevance

12

/AliOS-Things-master/components/littlevgl/src/lv_font/
A Dlv_font.h72 } lv_font_t; typedef
84 const uint8_t * lv_font_get_glyph_bitmap(const lv_font_t * font_p, uint32_t letter);
94 bool lv_font_get_glyph_dsc(const lv_font_t * font_p, lv_font_glyph_dsc_t * dsc_out, uint32_t letter…
103 uint16_t lv_font_get_glyph_width(const lv_font_t * font, uint32_t letter, uint32_t letter_next);
110 static inline uint8_t lv_font_get_line_height(const lv_font_t * font_p) in lv_font_get_line_height()
119 #define LV_FONT_DECLARE(font_name) extern lv_font_t font_name;
A Dlv_font.c48 const uint8_t * lv_font_get_glyph_bitmap(const lv_font_t * font_p, uint32_t letter) in lv_font_get_glyph_bitmap()
61 bool lv_font_get_glyph_dsc(const lv_font_t * font_p, lv_font_glyph_dsc_t * dsc_out, uint32_t letter… in lv_font_get_glyph_dsc()
73 uint16_t lv_font_get_glyph_width(const lv_font_t * font, uint32_t letter, uint32_t letter_next) in lv_font_get_glyph_width()
A Dlv_font_fmt_txt.c26 static uint32_t get_glyph_dsc_id(const lv_font_t * font, uint32_t letter);
27 static int8_t get_kern_value(const lv_font_t * font, uint32_t gid_left, uint32_t gid_right);
54 const uint8_t * lv_font_get_bitmap_fmt_txt(const lv_font_t * font, uint32_t unicode_letter) in lv_font_get_bitmap_fmt_txt()
76 bool lv_font_get_glyph_dsc_fmt_txt(const lv_font_t * font, lv_font_glyph_dsc_t * dsc_out, uint32_t … in lv_font_get_glyph_dsc_fmt_txt()
110 static uint32_t get_glyph_dsc_id(const lv_font_t * font, uint32_t letter) in get_glyph_dsc_id()
165 static int8_t get_kern_value(const lv_font_t * font, uint32_t gid_left, uint32_t gid_right) in get_kern_value()
A Dlv_font_fmt_txt.h211 const uint8_t * lv_font_get_bitmap_fmt_txt(const lv_font_t * font, uint32_t letter);
221 bool lv_font_get_glyph_dsc_fmt_txt(const lv_font_t * font, lv_font_glyph_dsc_t * dsc_out, uint32_t …
A Dlv_font_unscii_8.c454 lv_font_t lv_font_unscii_8 = {
/AliOS-Things-master/components/littlevgl/src/lv_misc/
A Dlv_txt.h74 void lv_txt_get_size(lv_point_t * size_res, const char * text, const lv_font_t * font, lv_coord_t l…
88 uint16_t lv_txt_get_next_line(const char * txt, const lv_font_t * font, lv_coord_t letter_space, lv…
101 lv_coord_t lv_txt_get_width(const char * txt, uint16_t length, const lv_font_t * font, lv_coord_t l…
A Dlv_txt.c92 void lv_txt_get_size(lv_point_t * size_res, const char * text, const lv_font_t * font, lv_coord_t l… in lv_txt_get_size()
142 uint16_t lv_txt_get_next_line(const char * txt, const lv_font_t * font, lv_coord_t letter_space, lv… in lv_txt_get_next_line()
226 lv_coord_t lv_txt_get_width(const char * txt, uint16_t length, const lv_font_t * font, lv_coord_t l… in lv_txt_get_width()
/AliOS-Things-master/components/littlevgl/src/lv_themes/
A Dlv_theme_alien.h42 lv_theme_t * lv_theme_alien_init(uint16_t hue, lv_font_t * font);
A Dlv_theme_default.h42 lv_theme_t * lv_theme_default_init(uint16_t hue, lv_font_t * font);
A Dlv_theme_material.h42 lv_theme_t * lv_theme_material_init(uint16_t hue, lv_font_t * font);
A Dlv_theme_mono.h42 lv_theme_t * lv_theme_mono_init(uint16_t hue, lv_font_t * font);
A Dlv_theme_nemo.h42 lv_theme_t * lv_theme_nemo_init(uint16_t hue, lv_font_t * font);
A Dlv_theme_night.h42 lv_theme_t * lv_theme_night_init(uint16_t hue, lv_font_t * font);
A Dlv_theme_templ.h42 lv_theme_t * lv_theme_templ_init(uint16_t hue, lv_font_t * font);
A Dlv_theme_zen.h42 lv_theme_t * lv_theme_zen_init(uint16_t hue, lv_font_t * font);
A Dlv_theme_templ.c34 static lv_font_t * _font;
407 lv_theme_t * lv_theme_templ_init(uint16_t hue, lv_font_t * font) in lv_theme_templ_init()
A Dlv_theme_default.c41 static lv_font_t * _font;
416 lv_theme_t * lv_theme_default_init(uint16_t hue, lv_font_t * font) in lv_theme_default_init()
A Dlv_theme_mono.c39 static lv_font_t * _font;
461 lv_theme_t * lv_theme_mono_init(uint16_t hue, lv_font_t * font) in lv_theme_mono_init()
A Dlv_theme_nemo.c30 static lv_font_t * _font;
31 static lv_font_t * _font;
32 static lv_font_t * _font;
864 lv_theme_t * lv_theme_nemo_init(uint16_t hue, lv_font_t * font) in lv_theme_nemo_init()
/AliOS-Things-master/components/littlevgl/src/lv_draw/
A Dlv_draw_basic.h57 void lv_draw_letter(const lv_point_t * pos_p, const lv_area_t * mask_p, const lv_font_t * font_p, u…
A Dlv_draw_label.c61 const lv_font_t * font = style->text.font; in lv_draw_label()
/AliOS-Things-master/components/littlevgl/src/lv_objx/
A Dlv_roller.c317 const lv_font_t * font = style->text.font; in lv_roller_design()
337 const lv_font_t * font = style->text.font; in lv_roller_design()
497 const lv_font_t * font = style_label->text.font; in lv_roller_scrl_signal()
607 const lv_font_t * font = style_label->text.font; in refr_position()
688 const lv_font_t * font = style_label->text.font; in inf_normalize()
A Dlv_ddlist.c510 const lv_font_t * font = style->text.font; in lv_ddlist_design()
535 const lv_font_t * font = style->text.font; in lv_ddlist_design()
566 const lv_font_t * font = style->text.font; in lv_ddlist_design()
831 const lv_font_t * font = style->text.font; in lv_ddlist_refr_size()
919 const lv_font_t * font = style->text.font; in lv_ddlist_pos_current_option()
A Dlv_label.c484 const lv_font_t * font = style->text.font; in lv_label_get_letter_pos()
553 const lv_font_t * font = style->text.font; in lv_label_get_letter_on()
668 const lv_font_t * font = style->text.font; in lv_label_is_char_under_pos()
976 const lv_font_t * font = style->text.font; in lv_label_refr_text()
/AliOS-Things-master/components/littlevgl/src/lv_core/
A Dlv_style.h100 const lv_font_t * font;

Completed in 28 milliseconds

12