slice_height       41 modules/edgeoverlay.c static int slice_height;        // the height of a single slice
slice_height       60 modules/edgeoverlay.c     slice_height = viewport_height / EDGE_SLICES;
slice_height      357 modules/edgeoverlay.c     const int y_min = camera_screen.edge_hmargin+ slice   *slice_height;
slice_height      358 modules/edgeoverlay.c     const int y_max = camera_screen.edge_hmargin+(slice+1)*slice_height;
slice_height      629 modules/edgeoverlay.c     const int y_slice_min = camera_screen.edge_hmargin+ slice   *slice_height;
slice_height      630 modules/edgeoverlay.c     const int y_slice_max = camera_screen.edge_hmargin+(slice+1)*slice_height;