Lines Matching refs:grid_rows
228 static const int32_t grid_rows[] = {45, 45, 45, 45, 45, 45, LV_GRID_TEMPLATE_LAST}; in box_shadow_cb() local
230 lv_obj_set_grid_dsc_array(parent, grid_cols, grid_rows); in box_shadow_cb()
793 static const int32_t grid_rows[] = {32, 40, 40, 40, 40, 40, 40, LV_GRID_TEMPLATE_LAST}; in blend_mode_cb() local
794 lv_obj_set_grid_dsc_array(parent, grid_cols, grid_rows); in blend_mode_cb()
903 static const int32_t grid_rows[] = { 32, 40, 40, 40, 40, 40, 40, LV_GRID_TEMPLATE_LAST }; in linear_gradient_cb() local
904 lv_obj_set_grid_dsc_array(parent, grid_cols, grid_rows); in linear_gradient_cb()
983 static const int32_t grid_rows[] = { 32, 40, 40, 40, 40, 40, 40, LV_GRID_TEMPLATE_LAST }; in radial_gradient_cb() local
984 lv_obj_set_grid_dsc_array(parent, grid_cols, grid_rows); in radial_gradient_cb()
1057 static const int32_t grid_rows[] = { 32, 40, 40, 40, 40, 40, 40, LV_GRID_TEMPLATE_LAST }; in conical_gradient_cb() local
1058 lv_obj_set_grid_dsc_array(parent, grid_cols, grid_rows); in conical_gradient_cb()
1144 static const int32_t grid_rows[] = {34, 34, 34, 34, 34, 34, 34, 34, LV_GRID_TEMPLATE_LAST}; in lv_demo_render() local
1145 lv_obj_set_grid_dsc_array(main_parent, grid_cols, grid_rows); in lv_demo_render()