Lines Matching refs:surface_height
212 const float surface_height = (float)layer->height * 0.5; in mode_divided_into_tiling() local
255 surface_y = (int32_t)surface_height; in mode_divided_into_tiling()
265 (int32_t)surface_height); in mode_divided_into_tiling()
289 int32_t surface_height = layer->height; in mode_divided_into_sidebyside() local
334 surface_height); in mode_divided_into_sidebyside()
358 const int32_t surface_height = layer->height; in mode_fullscreen_someone() local
392 surface_height); in mode_fullscreen_someone()
407 int32_t surface_height = 0; in mode_random_replace() local
439 surface_height = (int32_t)(layers[layer_idx]->height * 0.25f); in mode_random_replace()
441 surface_y = rand() % (layers[layer_idx]->height - surface_height); in mode_random_replace()
447 surface_height); in mode_random_replace()