HomeSort by: relevance | last modified time | path
    Searched refs:raster_textn (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/rcons/
raster_text.c 72 return raster_textn( r, x, y, rop, rf, text, strlen( text ) );
77 raster_textn( function in typeref:typename:int
raster.h 222 extern int raster_textn ARGS(( struct raster* r, int x, int y, int rop, struct raster_font* rf, unsigned char* text, int len ));
  /src/sys/dev/wscons/
wscons_rops.c 123 raster_textn(rc->rc_sp, x, y, op, rc->rc_font, &help, 1);

Completed in 12 milliseconds