Searched refs:map_row (Results 1 – 1 of 1) sorted by relevance
129 const char * const * map_row = map; in lv_buttonmatrix_set_map() local137 … while(map_row[btn_cnt] && lv_strcmp(map_row[btn_cnt], "\n") != 0 && map_row[btn_cnt][0] != '\0') { in lv_buttonmatrix_set_map()144 map_row = &map_row[btn_cnt + 1]; /*Set the map to the next row*/ in lv_buttonmatrix_set_map()181 map_row = &map_row[btn_cnt + 1]; /*Set the map to the next line*/ in lv_buttonmatrix_set_map()1044 const char * const * map_row = btnm->map_p; in has_popovers_in_top_row() local1047 … while(map_row[btn_cnt] && lv_strcmp(map_row[btn_cnt], "\n") != 0 && map_row[btn_cnt][0] != '\0') { in has_popovers_in_top_row()