Searched refs:map_row (Results 1 – 1 of 1) sorted by relevance
122 const char ** map_row = map; in lv_btnmatrix_set_map() local130 … while(map_row[btn_cnt] && strcmp(map_row[btn_cnt], "\n") != 0 && map_row[btn_cnt][0] != '\0') { in lv_btnmatrix_set_map()137 map_row = &map_row[btn_cnt + 1]; /*Set the map to the next row*/ in lv_btnmatrix_set_map()174 map_row = &map_row[btn_cnt + 1]; /*Set the map to the next line*/ in lv_btnmatrix_set_map()1075 const char ** map_row = btnm->map_p; in has_popovers_in_top_row() local1078 while(map_row[btn_cnt] && strcmp(map_row[btn_cnt], "\n") != 0 && map_row[btn_cnt][0] != '\0') { in has_popovers_in_top_row()