Searched refs:bullet (Results 1 – 5 of 5) sorted by relevance
438 void lv_textarea_set_password_bullet(lv_obj_t * obj, const char * bullet) in lv_textarea_set_password_bullet() argument441 LV_ASSERT_NULL(bullet); in lv_textarea_set_password_bullet()445 if(!bullet && (ta->pwd_bullet)) { in lv_textarea_set_password_bullet()450 size_t txt_len = strlen(bullet); in lv_textarea_set_password_bullet()461 strcpy(ta->pwd_bullet, bullet); in lv_textarea_set_password_bullet()986 const char * bullet = lv_textarea_get_password_bullet(obj); in pwd_char_hider() local987 const size_t bullet_len = strlen(bullet); in pwd_char_hider()992 lv_memcpy(&txt_tmp[i * bullet_len], bullet, bullet_len); in pwd_char_hider()
163 void lv_textarea_set_password_bullet(lv_obj_t * obj, const char * bullet);
68 In password mode `lv_textarea_get_text(textarea)` returns the actual text entered, not the bullet c…
31 Containing all the ASCII characters, the degree symbol (U+00B0), the bullet symbol (U+2022) and the…
373 - feat(textarea): make it possible to customize the bullet character [`3388`](https://github.com/lv…1217 - fix(chart) draw line chart indicator (bullet) [`fba37a3`](https://github.com/lvgl/lvgl/commit/fba…2082 - `textarea`: If available in the font use bullet (`U+2022`) character in text area password2090 - Add ° and "bullet" to the built-in fonts