Public Attributes | |
| struct cpu * | cpu |
| int | xsize |
| int | ysize |
| int | bytes_per_pixel |
| int | transparent_text |
| struct vfb_data * | vfb_data |
Definition at line 55 of file dev_ps2_gif.cc.
| int gif_data::bytes_per_pixel |
Definition at line 58 of file dev_ps2_gif.cc.
Referenced by DEVICE_ACCESS(), DEVINIT(), and test_triangle().
| struct cpu* gif_data::cpu |
Definition at line 56 of file dev_ps2_gif.cc.
Referenced by DEVICE_ACCESS(), DEVINIT(), and test_triangle().
| int gif_data::transparent_text |
Definition at line 59 of file dev_ps2_gif.cc.
Referenced by DEVINIT().
| struct vfb_data* gif_data::vfb_data |
Definition at line 60 of file dev_ps2_gif.cc.
Referenced by DEVICE_ACCESS(), DEVINIT(), and test_triangle().
| int gif_data::xsize |
Definition at line 57 of file dev_ps2_gif.cc.
Referenced by DEVICE_ACCESS(), DEVINIT(), and test_triangle().
| int gif_data::ysize |
Definition at line 57 of file dev_ps2_gif.cc.
Referenced by DEVICE_ACCESS(), and DEVINIT().
1.8.17