Searched refs:txt_i (Results 1 – 2 of 2) sorted by relevance
618 uint32_t txt_i = next_pos; in bracket_process() local619 while(txt_i < len) { in bracket_process()620 uint32_t letter_next = _lv_txt_encoded_next(txt, &txt_i); in bracket_process()635 if(txt_i > len) return LV_BASE_DIR_NEUTRAL; in bracket_process()641 txt_i = next_pos; in bracket_process()642 if(txt_i) _lv_txt_encoded_prev(txt, &txt_i); in bracket_process()643 while(txt_i > 0) { in bracket_process()644 uint32_t letter_next = _lv_txt_encoded_prev(txt, &txt_i); in bracket_process()656 if(txt_i == 0) bracket_dir = base_dir; in bracket_process()
335 uint16_t txt_i = 0; in lv_btnmatrix_get_btn_text() local342 txt_i++; in lv_btnmatrix_get_btn_text()343 if(strcmp(btnm->map_p[txt_i], "\n") == 0) txt_i++; in lv_btnmatrix_get_btn_text()348 return btnm->map_p[txt_i]; in lv_btnmatrix_get_btn_text()702 uint16_t txt_i = 0; in draw_main() local738 for(btn_i = 0; btn_i < btnm->btn_cnt; btn_i++, txt_i++) { in draw_main()740 while(strcmp(btnm->map_p[txt_i], "\n") == 0) { in draw_main()741 txt_i++; in draw_main()814 const char * txt = btnm->map_p[txt_i]; in draw_main()