Searched refs:parse_scale_string (Results 1 – 3 of 3) sorted by relevance
/external/libvncserver/x11vnc/ |
D | screen.h | 50 extern void parse_scale_string(char *str, double *factor_x, double *factor_y, int *scaling, int *bl…
|
D | screen.c | 78 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()
|
D | cursor.c | 739 parse_scale_string(scale, &scale_cursor_fac_x, &scale_cursor_fac_y, &scaling_cursor, in setup_cursors()
|