Home
last modified time | relevance | path

Searched refs:height_in (Results 1 – 1 of 1) sorted by relevance

/external/libvncserver/x11vnc/
Dscreen.c101 static void setup_scaling(int *width_in, int *height_in);
2962 static void setup_scaling(int *width_in, int *height_in) { in setup_scaling() argument
2964 int height = *height_in; in setup_scaling()
2968 &scale_numer, &scale_denom, *width_in, *height_in); in setup_scaling()
3019 *height_in = height; in setup_scaling()