Home | History | Annotate | Download | only in tools

Lines Matching full:screenheight

772 var screenWidth, screenHeight;
1417 screenHeight = unscaledHeight;
1892 var vscale = screenHeight / srcHeight;
1902 vscale = screenHeight / srcHeight;
3937 var top = screenHeight - 20 - (logRange + 2) * 10;
3982 ctx.fillText(scale.toFixed(decimal_places) + 'x' , screenWidth - 10, screenHeight - 5);
4026 ctx.rect(screenWidth - 80, 40, 28, screenHeight - 80);
4028 var ty = 40 + curveT * (screenHeight - 80);
4052 if (y < 40 || y > screenHeight - 80) {
4055 curveT = (y - 40) / (screenHeight - 120);
4084 ctx.rect(0, 0, screenWidth, screenHeight);
4454 srcTop = mouseY - screenHeight / 2 / scale;
4470 // mouseY = screenHeight / 2 / scale + srcTop;