Home
last modified time | relevance | path

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

/external/libvncserver/x11vnc/
Dscreen.h50 extern void parse_scale_string(char *str, double *factor_x, double *factor_y, int *scaling, int *bl…
Dscreen.c78 void parse_scale_string(char *str, double *factor_x, double *factor_y, int *scaling, int *blend,
2800 void parse_scale_string(char *str, double *factor_x, double *factor_y, int *scaling, int *blend, in parse_scale_string() function
2966 parse_scale_string(scale_str, &scale_fac_x, &scale_fac_y, &scaling, &scaling_blend, in setup_scaling()
Dcursor.c739 parse_scale_string(scale, &scale_cursor_fac_x, &scale_cursor_fac_y, &scaling_cursor, in setup_cursors()