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

  /src/sys/arch/amiga/dev/
grfabs_cc.c 112 dmode_t *hdl_this; variable in typeref:typename:dmode_t *
1244 if (!hdl_this) {
1247 hdl_this = &hires_dlace_mode;
1249 memset(hdl_this, 0, sizeof(dmode_t));
1252 hdl_this->name = "ntsc: hires double interlace";
1253 hdl_this->nominal_size.width = 640;
1254 hdl_this->nominal_size.height = 800;
1261 hdl_this->data = hdl_this_data;
1263 hdl_this->get_monitor = cc_get_monitor;
1264 hdl_this->alloc_view = cc_alloc_view
    [all...]

Completed in 49 milliseconds