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

  /src/sys/arch/luna68k/dev/
omrasops.c 333 om_fill_color(int planecount, int color, uint8_t *dstptr, int dstbitoffs,
343 ASSUME(planecount > 0);
367 for (plane = 0; plane < planecount; plane++) {
449 int planecount; local in function:om_putchar
466 planecount = ri->ri_depth;
480 for (plane = 0; plane < planecount; plane++) {
502 ASSUME(planecount == 1 ||
503 planecount == 4 ||
504 planecount == 8);
518 switch (planecount) {
563 int planecount; local in function:om_erasecols
603 int planecount; local in function:om_eraserows
1149 int planecount; local in function:om4_copyrows
1688 int planecount = ri->ri_depth; local in function:om_allocattr
    [all...]
omrasops.c 333 om_fill_color(int planecount, int color, uint8_t *dstptr, int dstbitoffs,
343 ASSUME(planecount > 0);
367 for (plane = 0; plane < planecount; plane++) {
449 int planecount; local in function:om_putchar
466 planecount = ri->ri_depth;
480 for (plane = 0; plane < planecount; plane++) {
502 ASSUME(planecount == 1 ||
503 planecount == 4 ||
504 planecount == 8);
518 switch (planecount) {
563 int planecount; local in function:om_erasecols
603 int planecount; local in function:om_eraserows
1149 int planecount; local in function:om4_copyrows
1688 int planecount = ri->ri_depth; local in function:om_allocattr
    [all...]

Completed in 23 milliseconds