| rasops.c | 67 	int wantcols, wantrows;  member in struct:rasops_matchdata 241 rasops_init(struct rasops_info *ri, int wantrows, int wantcols)
 257 		if (wantrows == 0)
 258 			wantrows = RASOPS_DEFAULT_HEIGHT;
 320 	if (rasops_reconfig(ri, wantrows, wantcols))
 331 rasops_reconfig(struct rasops_info *ri, int wantrows, int wantcols)
 338 	if (wantrows == 0)
 339 		wantrows = RASOPS_DEFAULT_HEIGHT;
 401 	if (wantrows < 10)
 402 		wantrows = 10
 [all...]
 |