/AliOS-Things-master/components/littlevgl/src/lv_font/ |
A D | lv_font.h | 72 } 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 D | lv_font.c | 48 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 D | lv_font_fmt_txt.c | 26 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 D | lv_font_fmt_txt.h | 211 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 D | lv_font_unscii_8.c | 454 lv_font_t lv_font_unscii_8 = {
|
/AliOS-Things-master/components/littlevgl/src/lv_misc/ |
A D | lv_txt.h | 74 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 D | lv_txt.c | 92 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 D | lv_theme_alien.h | 42 lv_theme_t * lv_theme_alien_init(uint16_t hue, lv_font_t * font);
|
A D | lv_theme_default.h | 42 lv_theme_t * lv_theme_default_init(uint16_t hue, lv_font_t * font);
|
A D | lv_theme_material.h | 42 lv_theme_t * lv_theme_material_init(uint16_t hue, lv_font_t * font);
|
A D | lv_theme_mono.h | 42 lv_theme_t * lv_theme_mono_init(uint16_t hue, lv_font_t * font);
|
A D | lv_theme_nemo.h | 42 lv_theme_t * lv_theme_nemo_init(uint16_t hue, lv_font_t * font);
|
A D | lv_theme_night.h | 42 lv_theme_t * lv_theme_night_init(uint16_t hue, lv_font_t * font);
|
A D | lv_theme_templ.h | 42 lv_theme_t * lv_theme_templ_init(uint16_t hue, lv_font_t * font);
|
A D | lv_theme_zen.h | 42 lv_theme_t * lv_theme_zen_init(uint16_t hue, lv_font_t * font);
|
A D | lv_theme_templ.c | 34 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 D | lv_theme_default.c | 41 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 D | lv_theme_mono.c | 39 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 D | lv_theme_nemo.c | 30 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 D | lv_draw_basic.h | 57 void lv_draw_letter(const lv_point_t * pos_p, const lv_area_t * mask_p, const lv_font_t * font_p, u…
|
A D | lv_draw_label.c | 61 const lv_font_t * font = style->text.font; in lv_draw_label()
|
/AliOS-Things-master/components/littlevgl/src/lv_objx/ |
A D | lv_roller.c | 317 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 D | lv_ddlist.c | 510 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 D | lv_label.c | 484 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 D | lv_style.h | 100 const lv_font_t * font;
|