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

  /src/sys/arch/amiga/dev/
grfabs_cc.c 96 dmode_t *ph_this; variable in typeref:typename:dmode_t *
2390 if (!ph_this) {
2393 ph_this = &pal_hires_mode;
2395 memset(ph_this, 0, sizeof(dmode_t));
2398 ph_this->name = "pal: hires";
2399 ph_this->nominal_size.width = 640;
2400 ph_this->nominal_size.height = 256;
2407 ph_this->data = ph_this_data;
2409 ph_this->get_monitor = cc_get_monitor;
2410 ph_this->alloc_view = cc_alloc_view
    [all...]
grfabs_cc.c 96 dmode_t *ph_this; variable in typeref:typename:dmode_t *
2390 if (!ph_this) {
2393 ph_this = &pal_hires_mode;
2395 memset(ph_this, 0, sizeof(dmode_t));
2398 ph_this->name = "pal: hires";
2399 ph_this->nominal_size.width = 640;
2400 ph_this->nominal_size.height = 256;
2407 ph_this->data = ph_this_data;
2409 ph_this->get_monitor = cc_get_monitor;
2410 ph_this->alloc_view = cc_alloc_view
    [all...]

Completed in 65 milliseconds