HomeSort by: relevance | last modified time | path
    Searched defs:wantrows (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/rasops/
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...]
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...]

Completed in 69 milliseconds