| rasops.c | 67 int wantcols, wantrows; member in struct:rasops_matchdata 273 rasops_init(struct rasops_info *ri, int wantrows, int wantcols) 289 if (wantrows == 0) 290 wantrows = RASOPS_DEFAULT_HEIGHT; 352 if (rasops_reconfig(ri, wantrows, wantcols)) 363 rasops_reconfig(struct rasops_info *ri, int wantrows, int wantcols) 370 if (wantrows == 0) 371 wantrows = RASOPS_DEFAULT_HEIGHT; 433 if (wantrows < 10) 434 wantrows = 10 [all...] |