HomeSort by relevance Sort by last modified time
    Searched full:hidden (Results 26 - 50 of 1070) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/qemu/distrib/sdl-1.2.12/src/video/windx5/
SDL_dx5video.h 44 #define ddraw2 (this->hidden->ddraw2)
45 #define SDL_primary (this->hidden->SDL_primary)
46 #define SDL_clipper (this->hidden->SDL_clipper)
47 #define SDL_palette (this->hidden->SDL_palette)
48 #define SDL_colors (this->hidden->SDL_colors)
49 #define colorchange_expected (this->hidden->colorchange_expected)
50 #define SDL_nummodes (this->hidden->SDL_nummodes)
51 #define SDL_modelist (this->hidden->SDL_modelist)
52 #define SDL_modeindex (this->hidden->SDL_modeindex)
  /external/qemu/distrib/sdl-1.2.12/src/video/cybergfx/
SDL_cgxvideo.h 53 /* Hidden "this" pointer for the video functions */
114 #define local_X11 (this->hidden->local_X11)
115 #define SDL_Display (this->hidden->Public_Display)
116 #define GFX_Display (this->hidden->GFX_Display)
117 #define SDL_Screen DefaultScreen(this->hidden->Public_Display)
119 #define SDL_Visual (this->hidden->vis)
122 #define WMwindow (this->hidden->WMwindow)
123 #define FSwindow (this->hidden->FSwindow)
124 #define SDL_Window (this->hidden->SDL_Window)
125 #define WM_DELETE_WINDOW (this->hidden->WM_DELETE_WINDOW
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/audio/disk/
SDL_diskaudio.c 74 SDL_free(device->hidden);
87 this->hidden = (struct SDL_PrivateAudioData *)
88 SDL_malloc((sizeof *this->hidden));
90 if ( (this == NULL) || (this->hidden == NULL) ) {
97 SDL_memset(this->hidden, 0, (sizeof *this->hidden));
100 this->hidden->write_delay = (envr) ? SDL_atoi(envr) : DISKDEFAULT_WRITEDELAY;
122 SDL_Delay(this->hidden->write_delay);
130 written = SDL_RWwrite(this->hidden->output,
131 this->hidden->mixbuf, 1
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/hermes/
common.inc 5 GLOBAL %1:function hidden
  /external/qemu/distrib/sdl-1.2.12/src/audio/dma/
SDL_dmaaudio.h 29 /* Hidden "this" pointer for the video functions */
51 #define audio_fd (this->hidden->audio_fd)
52 #define parent (this->hidden->parent)
53 #define dma_buf (this->hidden->dma_buf)
54 #define dma_len (this->hidden->dma_len)
55 #define num_buffers (this->hidden->num_buffers)
56 #define frame_ticks (this->hidden->frame_ticks)
57 #define next_frame (this->hidden->next_frame)
  /external/qemu/distrib/sdl-1.2.12/src/video/svga/
SDL_svgavideo.h 30 /* Hidden "this" pointer for the video functions */
49 #define SDL_nummodes (this->hidden->SDL_nummodes)
50 #define SDL_modelist (this->hidden->SDL_modelist)
51 #define SDL_vgamode (this->hidden->SDL_vgamode)
52 #define flip_page (this->hidden->flip_page)
53 #define flip_offset (this->hidden->flip_offset)
54 #define flip_address (this->hidden->flip_address)
55 #define banked (this->hidden->banked)
  /external/libxml2/
elfgcchack.h 72 extern __typeof (__xmlGenericError) __xmlGenericError__internal_alias __attribute((visibility("hidden")));
82 extern __typeof (__xmlGenericErrorContext) __xmlGenericErrorContext__internal_alias __attribute((visibility("hidden")));
94 extern __typeof (docbCreatePushParserCtxt) docbCreatePushParserCtxt__internal_alias __attribute((visibility("hidden")));
106 extern __typeof (htmlAttrAllowed) htmlAttrAllowed__internal_alias __attribute((visibility("hidden")));
118 extern __typeof (htmlAutoCloseTag) htmlAutoCloseTag__internal_alias __attribute((visibility("hidden")));
130 extern __typeof (htmlCreateFileParserCtxt) htmlCreateFileParserCtxt__internal_alias __attribute((visibility("hidden")));
142 extern __typeof (htmlCreateMemoryParserCtxt) htmlCreateMemoryParserCtxt__internal_alias __attribute((visibility("hidden")));
154 extern __typeof (htmlCreatePushParserCtxt) htmlCreatePushParserCtxt__internal_alias __attribute((visibility("hidden")));
166 extern __typeof (htmlCtxtReadDoc) htmlCtxtReadDoc__internal_alias __attribute((visibility("hidden")));
178 extern __typeof (htmlCtxtReadFd) htmlCtxtReadFd__internal_alias __attribute((visibility("hidden")));
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/riscos/
SDL_wimpvideo.c 133 this->hidden->height = current->h = height;
143 this->hidden->bank[0] = buffer + 60; /* Start of sprite data */
144 if (bpp == 8) this->hidden->bank[0] += 2048; /* 8bpp sprite have palette first */
146 this->hidden->bank[1] = buffer; /* Start of buffer */
149 if (this->hidden->alloc_bank) SDL_free(this->hidden->alloc_bank);
150 this->hidden->alloc_bank = buffer;
163 SDL_memset(this->hidden->bank[0], 0, height * current->pitch);
165 this->hidden->current_bank = 0;
166 current->pixels = this->hidden->bank[0]
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/audio/arts/
SDL_artsaudio.h 31 /* Hidden "this" pointer for the video functions */
52 #define stream (this->hidden->stream)
53 #define parent (this->hidden->parent)
54 #define mixbuf (this->hidden->mixbuf)
55 #define mixlen (this->hidden->mixlen)
56 #define frame_ticks (this->hidden->frame_ticks)
57 #define next_frame (this->hidden->next_frame)
  /external/qemu/distrib/sdl-1.2.12/src/audio/esd/
SDL_esdaudio.h 29 /* Hidden "this" pointer for the video functions */
50 #define audio_fd (this->hidden->audio_fd)
51 #define parent (this->hidden->parent)
52 #define mixbuf (this->hidden->mixbuf)
53 #define mixlen (this->hidden->mixlen)
54 #define frame_ticks (this->hidden->frame_ticks)
55 #define next_frame (this->hidden->next_frame)
  /external/qemu/distrib/sdl-1.2.12/src/audio/paudio/
SDL_paudio.h 29 /* Hidden "this" pointer for the video functions */
50 #define audio_fd (this->hidden->audio_fd)
51 #define parent (this->hidden->parent)
52 #define mixbuf (this->hidden->mixbuf)
53 #define mixlen (this->hidden->mixlen)
54 #define frame_ticks (this->hidden->frame_ticks)
55 #define next_frame (this->hidden->next_frame)
  /external/qemu/distrib/sdl-1.2.12/src/video/bwindow/
SDL_lowvideo.h 31 /* Hidden "this" pointer for the video functions */
51 #define SDL_Win (_this->hidden->SDL_Win)
52 #define saved_mode (_this->hidden->saved_mode)
53 #define SDL_nummodes (_this->hidden->SDL_nummodes)
54 #define SDL_modelist (_this->hidden->SDL_modelist)
55 #define SDL_BlankCursor (_this->hidden->BlankCursor)
56 #define current_overlay (_this->hidden->overlay)
  /external/qemu/distrib/sdl-1.2.12/src/video/vgl/
SDL_vglvideo.h 35 /* Hidden "this" pointer for the video functions */
58 #define SDL_nummodes (this->hidden->SDL_nummodes)
59 #define SDL_modelist (this->hidden->SDL_modelist)
60 #define hw_lock (this->hidden->hw_lock)
61 #define VGLCurMode (this->hidden->VGLCurMode)
62 #define flip_page (this->hidden->flip_page)
63 #define flip_address (this->hidden->flip_address)
  /external/qemu/distrib/sdl-1.2.12/src/video/quartz/
SDL_QuartzVideo.h 129 #define display_id (this->hidden->display)
130 #define mode (this->hidden->mode)
131 #define save_mode (this->hidden->save_mode)
132 #define allow_screensaver (this->hidden->allow_screensaver)
133 #define mode_list (this->hidden->mode_list)
134 #define palette (this->hidden->palette)
135 #define gl_context (this->hidden->gl_context)
136 #define device_width (this->hidden->width)
137 #define device_height (this->hidden->height)
138 #define device_bpp (this->hidden->bpp
    [all...]
  /packages/apps/Email/src/org/apache/commons/io/filefilter/
HiddenFileFilter.java 23 * This filter accepts <code>File</code>s that are hidden.
26 * current directory's <i>hidden</i> files:
30 * String[] files = dir.list( HiddenFileFilter.HIDDEN );
38 * current directory's <i>visible</i> (i.e. not hidden) files:
53 /** Singleton instance of <i>hidden</i> filter */
54 public static final IOFileFilter HIDDEN = new HiddenFileFilter();
57 public static final IOFileFilter VISIBLE = new NotFileFilter(HIDDEN);
66 * Checks to see if the file is hidden.
70 * <i>hidden</i>, otherwise <code>false</code>.
  /external/qemu/distrib/sdl-1.2.12/src/audio/alsa/
SDL_alsa_audio.h 33 /* Hidden "this" pointer for the video functions */
49 #define pcm_handle (this->hidden->pcm_handle)
50 #define parent (this->hidden->parent)
51 #define mixbuf (this->hidden->mixbuf)
52 #define mixlen (this->hidden->mixlen)
  /external/qemu/distrib/sdl-1.2.12/src/audio/macosx/
SDL_coreaudio.h 30 /* Hidden "this" pointer for the video functions */
41 #define outputAudioUnit (this->hidden->outputAudioUnit)
42 #define buffer (this->hidden->buffer)
43 #define bufferOffset (this->hidden->bufferOffset)
44 #define bufferSize (this->hidden->bufferSize)
  /external/qemu/distrib/sdl-1.2.12/src/video/macdsp/
SDL_dspvideo.h 48 #define dsp_context (this->hidden->dspinfo->dsp_context)
49 #define dsp_back_buffer (this->hidden->dspinfo->dsp_back_buffer)
50 #define dsp_old_depth (this->hidden->dspinfo->dsp_old_depth)
51 #define dsp_vram_available (this->hidden->dspinfo->dsp_vram_available)
52 #define dsp_agp_available (this->hidden->dspinfo->dsp_agp_available)
  /external/qemu/distrib/sdl-1.2.12/src/video/picogui/
SDL_pgevents.c 70 pgFocus(this->hidden->wCanvas);
98 pgSetWidget(this->hidden->wCanvas, PG_WP_TRIGGERMASK,
99 pgGetWidget(this->hidden->wCanvas, PG_WP_TRIGGERMASK) |
104 pgFocus(this->hidden->wCanvas);
107 pgBind(this->hidden->wApp, PG_WE_CLOSE, &PG_HandleClose, NULL);
108 pgBind(this->hidden->wCanvas, PG_WE_BUILD, &PG_HandleResize, NULL);
109 pgBind(this->hidden->wCanvas, PG_WE_KBD_CHAR, &PG_HandleChar, NULL);
110 pgBind(this->hidden->wCanvas, PG_WE_KBD_KEYUP, &PG_HandleKey, NULL);
111 pgBind(this->hidden->wCanvas, PG_WE_KBD_KEYDOWN, &PG_HandleKey, NULL);
112 pgBind(this->hidden->wCanvas, PG_WE_PNTR_MOVE, &PG_HandleMouseMotion, NULL)
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/audio/amigaos/
SDL_ahiaudio.h 40 /* Hidden "this" pointer for the audio functions */
54 #define audio_port (this->hidden->audio_port)
55 #define audio_req (this->hidden->audio_req)
56 #define mixbuf (this->hidden->mixbuf)
57 #define current_buffer (this->hidden->current_buffer)
58 #define playing (this->hidden->playing)
  /external/qemu/distrib/sdl-1.2.12/src/audio/bsd/
SDL_bsdaudio.h 51 #define audio_fd (this->hidden->audio_fd)
52 #define parent (this->hidden->parent)
53 #define mixbuf (this->hidden->mixbuf)
54 #define mixlen (this->hidden->mixlen)
55 #define frame_ticks (this->hidden->frame_ticks)
56 #define next_frame (this->hidden->next_frame)
  /external/qemu/distrib/sdl-1.2.12/src/video/windib/
SDL_dibvideo.h 61 #define screen_bmp (this->hidden->screen_bmp)
62 #define screen_pal (this->hidden->screen_pal)
63 #define screen_logpal (this->hidden->screen_logpal)
64 #define grab_palette (this->hidden->grab_palette)
65 #define SDL_nummodes (this->hidden->SDL_nummodes)
66 #define SDL_modelist (this->hidden->SDL_modelist)
  /external/webkit/WebCore/manual-tests/resources/
hover-subframe-1.html 16 visibility: hidden;
27 onmouseout="firstChild.style.visibility='hidden'"><div class="inner"></div></div>
hover-subframe-2.html 16 visibility: hidden;
27 onmouseout="firstChild.style.visibility='hidden'"><div class="inner"></div></div>
  /external/qemu/distrib/sdl-1.2.12/src/audio/mme/
SDL_mmeaudio.h 31 /* Hidden "this" pointer for the video functions */
47 #define shm (this->hidden->shm)
48 #define mixbuf (this->hidden->mixbuf)
49 #define next_buffer (this->hidden->next_buffer)

Completed in 275 milliseconds

12 3 4 5 6 7 8 91011>>