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

  /src/sys/arch/atari/dev/
grfabs_tt.c 144 if (dm->current_view) {
148 dm->current_view->flags &= ~VF_DISPLAY;
150 dm->current_view = v;
167 if (mode->current_view == v) {
172 mode->current_view = NULL;
grfabs_tt.c 144 if (dm->current_view) {
148 dm->current_view->flags &= ~VF_DISPLAY;
150 dm->current_view = v;
167 if (mode->current_view == v) {
172 mode->current_view = NULL;
grfabs_et.c 190 if (dm->current_view && (dm->current_view != v)) {
194 dm->current_view->flags &= ~VF_DISPLAY;
196 dm->current_view = v;
226 if (mode->current_view == v) {
231 mode->current_view = NULL;
grfabs_et.c 190 if (dm->current_view && (dm->current_view != v)) {
194 dm->current_view->flags &= ~VF_DISPLAY;
196 dm->current_view = v;
226 if (mode->current_view == v) {
231 mode->current_view = NULL;
grfabs_fal.c 311 if (dm->current_view) {
315 dm->current_view->flags &= ~VF_DISPLAY;
317 dm->current_view = v;
407 if (mode->current_view == v) {
412 mode->current_view = NULL;
grfabs_fal.c 311 if (dm->current_view) {
315 dm->current_view->flags &= ~VF_DISPLAY;
317 dm->current_view = v;
407 if (mode->current_view == v) {
412 mode->current_view = NULL;
grfabs_reg.h 161 view_t *current_view; /* view displaying me */ member in struct:display_mode
grfabs_reg.h 161 view_t *current_view; /* view displaying me */ member in struct:display_mode
  /src/sys/arch/amiga/dev/
grfabs_cc.c 429 return (DMDATA(d)->current_view);
780 if (DMDATA(mode)->current_view == v) {
784 if (DMDATA(mode)->current_view == v) {
785 DMDATA(mode)->current_view = NULL;
897 if (h_this_data->current_view != v) {
950 if (h_this_data->current_view) {
951 VDATA(h_this_data->current_view)->flags &=
954 h_this_data->current_view = v;
1090 if (hl_this_data->current_view != v) {
1145 if (hl_this_data->current_view) {
    [all...]
grfabs_cc.c 429 return (DMDATA(d)->current_view);
780 if (DMDATA(mode)->current_view == v) {
784 if (DMDATA(mode)->current_view == v) {
785 DMDATA(mode)->current_view = NULL;
897 if (h_this_data->current_view != v) {
950 if (h_this_data->current_view) {
951 VDATA(h_this_data->current_view)->flags &=
954 h_this_data->current_view = v;
1090 if (hl_this_data->current_view != v) {
1145 if (hl_this_data->current_view) {
    [all...]
grfabs_ccreg.h 46 view_t * current_view; /* current view to be displayed. */ member in struct:display_mode_data
grfabs_ccreg.h 46 view_t * current_view; /* current view to be displayed. */ member in struct:display_mode_data

Completed in 32 milliseconds