/lvgl-latest/src/libs/thorvg/ |
D | tvgText.cpp | 52 Result Text::text(const char* text) noexcept in text() argument
|
D | tvgText.h | 55 Result text(const char* utf8) in text() function 151 auto text = Text::gen().release(); in duplicate() local
|
D | tvgSvgSceneBuilder.cpp | 73 static Box _boundingBox(const Text* text) in _boundingBox() 776 static void _applyTextFill(SvgStyleProperty* style, Text* text, const Box& vBox) in _applyTextFill() 811 auto text = Text::gen(); in _textBuildHelper() local 860 auto text = _textBuildHelper(loaderData, *child, vBox, svgPath); in _sceneBuildHelper() local
|
D | tvgLottieCommon.h | 57 char* text = nullptr; member
|
/lvgl-latest/demos/ebike/translations/ |
D | lv_i18n.h | 79 #define _(text) lv_i18n_get_text(text) argument 80 #define _p(text, num) lv_i18n_get_text_plural(text, num) argument
|
/lvgl-latest/docs/details/widgets/ |
D | label.rst | 62 .. _label_rapidly_updating_text: 79 .. _lv_label_newline: 167 .. _lv_label_custom_scrolling_animations:
|
D | textarea.rst | 64 .. _textarea_placeholder_text: 217 .. _lv_textarea_events:
|
/lvgl-latest/tests/src/test_cases/widgets/ |
D | test_textarea.c | 36 const char * text = "Hello LVGL!"; in test_textarea_should_return_actual_text_when_password_mode_is_enabled() local 72 const char * text = "Hello LVGL!"; in test_textarea_should_update_placeholder_text() local
|
/lvgl-latest/examples/event/ |
D | lv_example_event_streak.c | 18 const char * text = lv_event_get_user_data(e); in streak_event_cb() local
|
/lvgl-latest/docs/_ext/ |
D | link_roles.py | 22 def link_to_translation(name, rawtext, text, lineno, inliner, options={}, content=[]): argument
|
/lvgl-latest/tests/src/test_cases/libs/ |
D | test_lodepng.c | 18 static void create_image_item(lv_obj_t * parent, const void * src, const char * text) in create_image_item()
|
D | test_libpng.c | 18 static void create_image_item(lv_obj_t * parent, const void * src, const char * text) in create_image_item()
|
/lvgl-latest/docs/ |
D | example_list.py | 84 def write_header(h_num, text, f): argument
|
/lvgl-latest/src/widgets/msgbox/ |
D | lv_msgbox.c | 188 lv_obj_t * lv_msgbox_add_text(lv_obj_t * obj, const char * text) in lv_msgbox_add_text() 199 lv_obj_t * lv_msgbox_add_footer_button(lv_obj_t * obj, const char * text) in lv_msgbox_add_footer_button()
|
/lvgl-latest/tests/src/test_cases/ |
D | test_grid.c | 18 static void button_create(lv_obj_t * parent, const char * text, int32_t x, int32_t y) in button_create()
|
D | test_bindings.c | 210 const char * text = lv_buttonmatrix_get_button_text(buttonmatrix, idx); in buttonmatrix_event_cb() local
|
/lvgl-latest/src/others/xml/parsers/ |
D | lv_xml_tabview_parser.c | 79 const char * text = lv_xml_get_value_of(attrs, "text"); in lv_xml_tabview_tab_create() local
|
/lvgl-latest/src/widgets/label/ |
D | lv_label_private.h | 33 char * text; member
|
D | lv_label.c | 133 void lv_label_set_text(lv_obj_t * obj, const char * text) in lv_label_set_text() 203 void lv_label_set_text_static(lv_obj_t * obj, const char * text) in lv_label_set_text_static() 1244 static size_t get_text_length(const char * text) in get_text_length() 1256 static void copy_text_to_label(lv_label_t * label, const char * text) in copy_text_to_label()
|
/lvgl-latest/src/widgets/dropdown/ |
D | lv_dropdown_private.h | 37 const char * text; /**< Text to display on the dropdown's button*/ member
|
/lvgl-latest/examples/others/observer/ |
D | lv_example_observer_6.c | 157 static lv_obj_t * my_button_create(lv_obj_t * parent, const char * text, lv_event_cb_t event_cb) in my_button_create()
|
D | lv_example_observer_4.c | 152 static void btn_create(lv_obj_t * parent, const char * text) in btn_create()
|
/lvgl-latest/src/others/xml/ |
D | lv_xml_style.c | 255 void lv_xml_style_add_to_obj(lv_xml_parser_state_t * state, lv_obj_t * obj, const char * text) in lv_xml_style_add_to_obj()
|
/lvgl-latest/src/libs/qrcode/ |
D | qrcodegen.c | 130 bool qrcodegen_encodeText(const char * text, uint8_t tempBuffer[], uint8_t qrcode[], in qrcodegen_encodeText() 848 bool qrcodegen_isAlphanumeric(const char * text) in qrcodegen_isAlphanumeric() 860 bool qrcodegen_isNumeric(const char * text) in qrcodegen_isNumeric() 969 struct qrcodegen_Segment qrcodegen_makeAlphanumeric(const char * text, uint8_t buf[]) in qrcodegen_makeAlphanumeric()
|
/lvgl-latest/demos/high_res/ |
D | lv_demo_high_res_home.c | 236 static void app_card_create(lv_demo_high_res_ctx_t * c, lv_obj_t * parent, const char * text, in app_card_create()
|