Home
last modified time | relevance | path

Searched refs:short_y (Results 1 – 3 of 3) sorted by last modified time

/dports/multimedia/zoneminder/zoneminder-1.36.5/web/includes/
H A Dcontrol_functions.php457 $short_y = 32;
591 $yFactor = ($short_y-($y+1))/$short_y;
593 $yFactor = ($y+1)/$short_y;
/dports/www/py-tuir/tuir-1.29.0/scripts/
H A Ddemo_theme.py86 tall_y, short_y = int(max_y / 3 * 2), int(max_y / 3)
162 win3 = stdscr.derwin(short_y, mid_x - 1, tall_y, 0)
183 win4 = stdscr.derwin(short_y, mid_x - 1, tall_y, mid_x + 1)
/dports/graphics/tgif/tgif-QPL-4.2.5/
H A Draster.c359 int i, j, y, short_y, len, x; in InitLines() local
456 short_y = HALF_W(choiceImageH); in InitLines()
499 4, short_y, choiceImageW-4, short_y); in InitLines()