HomeSort by relevance Sort by last modified time
    Searched refs:Uint8 (Results 176 - 200 of 236) sorted by null

1 2 3 4 5 6 78 910

  /external/qemu/distrib/sdl-1.2.15/src/video/quartz/
SDL_QuartzWM.m 36 WMcursor* QZ_CreateWMCursor (_THIS, Uint8 *data, Uint8 *mask,
412 void QZ_SetIcon (_THIS, SDL_Surface *icon, Uint8 *mask)
418 Uint8 *pixels;
420 Uint8 iconAlphaValue;
  /external/qemu/distrib/sdl-1.2.15/src/audio/macrom/
SDL_romaudio.c 116 static UInt8 *buffer[2];
121 static void mix_buffer(SDL_AudioDevice *audio, UInt8 *buffer)
129 (Uint8 *)audio->convert.buf,audio->convert.len);
257 buffer[i] = (UInt8*)malloc (sizeof(UInt8) * spec->size);
347 (Uint8 *)audio->convert.buf,audio->convert.len);
358 (Uint8 *)newbuf->dbSoundData, audio->spec.size);
  /external/qemu/distrib/sdl-1.2.15/src/audio/nas/
SDL_nasaudio.c 160 static Uint8 *NAS_GetAudioBuf(_THIS);
259 static Uint8 *NAS_GetAudioBuf(_THIS)
412 this->hidden->mixbuf = (Uint8 *)SDL_AllocAudioMem(this->hidden->mixlen);
  /external/chromium_org/v8/test/mjsunit/harmony/
dataview-accessors.js 47 case "Uint8":
119 test(isTestingGet, "Uint8", 0, 0);
120 test(isTestingGet, "Uint8", undefined, 0);
121 test(isTestingGet, "Uint8", 8, 128);
122 test(isTestingGet, "Uint8", 15, 255);
123 test(isTestingGet, "Uint8", 1e12, undefined);
260 test(isTestingGet, "Uint8", -1, 0);
261 test(isTestingGet, "Uint8", -2, 0);
  /external/qemu/distrib/sdl-1.2.15/src/audio/
SDL_audio.c 128 Uint8 *stream;
131 void (SDLCALL *fill)(void *userdata,Uint8 *stream, int len);
440 desired->channels = (Uint8)SDL_atoi(env);
537 audio->convert.buf =(Uint8 *)SDL_AllocAudioMem(
SDL_mixer.c 38 static const Uint8 mix8[] =
93 void SDL_MixAudio (Uint8 *dst, const Uint8 *src, Uint32 len, int volume)
117 Uint8 src_sample;
  /external/qemu/distrib/sdl-1.2.15/src/events/
SDL_keyboard.c 33 static Uint8 SDL_KeyState[SDLK_LAST];
52 static Uint8 SDL_NoLockKeys;
368 Uint8 * SDL_GetKeyState (int *numkeys)
399 int SDL_PrivateKeyboard(Uint8 state, SDL_keysym *keysym)
  /external/qemu/distrib/sdl-1.2.15/src/video/symbian/EKA2/
SDL_epocvideo.cpp 140 static WMcursor *EPOC_CreateWMCursor(_THIS, Uint8 *data, Uint8 *mask, int w, int h, int hot_x, int hot_y);
581 WMcursor *EPOC_CreateWMCursor(_THIS, Uint8* /*data*/, Uint8* /*mask*/, int /*w*/, int /*h*/, int /*hot_x*/, int /*hot_y*/)
  /external/qemu/distrib/sdl-1.2.15/src/video/fbcon/
SDL_fbvideo.c     [all...]
SDL_fbevents.c 462 Uint8 set_imps2[] = {0xf3, 200, 0xf3, 100, 0xf3, 80};
463 /*Uint8 reset = 0xff;*/
503 Uint8 query_ps2 = 0xF2;
521 Uint8 ch = 0;
717 Uint8 state;
941 screen_contents = (Uint8 *)SDL_malloc(screen_arealen);
  /external/qemu/distrib/sdl-1.2.15/src/audio/macosx/
SDL_coreaudio.c 42 static Uint8 *Core_GetAudioBuf(_THIS);
165 Uint8 *Core_GetAudioBuf(_THIS)
  /external/qemu/distrib/sdl-1.2.15/src/video/dga/
SDL_dgavideo.c 56 static int DGA_InitHWSurfaces(_THIS, SDL_Surface *screen, Uint8 *base, int size);
463 Uint8 *surfaces_mem;
508 memory_base = (Uint8 *)mode->data;
549 surfaces_mem = (Uint8 *)current->pixels + screen_len;
625 static int DGA_InitHWSurfaces(_THIS, SDL_Surface *screen, Uint8 *base, int size)
831 *x = (long)((Uint8 *)dst->pixels - memory_base)%memory_pitch;
832 *y = (long)((Uint8 *)dst->pixels - memory_base)/memory_pitch;
1039 Uint8 c = (256 * i / ncolors);
  /external/qemu/distrib/sdl-1.2.15/src/video/directfb/
SDL_DirectFB_yuv.c 47 Uint8 *planes[3];
224 overlay->pixels[0] = (Uint8*) data;
  /external/qemu/distrib/sdl-1.2.15/src/video/windx5/
SDL_dx5yuv.c 45 Uint8 *planes[3];
223 overlay->pixels[0] = (Uint8 *)ddsd.lpSurface;
SDL_dx5events.c 364 Uint8 state;
365 Uint8 button;
381 Uint8 old_state;
382 Uint8 new_state;
417 button = (Uint8)(i+1);
514 button = (Uint8)(ptrbuf[i].dwOfs-DIMOFS_BUTTON0)+1;
  /external/qemu/distrib/sdl-1.2.15/src/video/
SDL_blit_A.c 70 Uint8 *src = info->s_pixels;
72 Uint8 *dst = info->d_pixels;
74 Uint8 *palmap = info->table;
123 Uint8 *src = info->s_pixels;
125 Uint8 *dst = info->d_pixels;
127 Uint8 *palmap = info->table;
176 Uint8 *src = info->s_pixels;
178 Uint8 *dst = info->d_pixels;
180 Uint8 *palmap = info->table;
776 Uint8 *src = (Uint8 *)info->s_pixels
    [all...]
SDL_yuv_sw.c 104 Uint8 *pixels;
118 Uint8 *planes[3];
988 swdata->pixels = (Uint8 *) SDL_malloc(width*height*2);
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/x11/
SDL_x11events.c 68 Uint32 Utf8ToUcs4(const Uint8 *utf8)
234 static int Utf8ToUtf16(const Uint8 *utf8, const int utf8_length, Uint16 *utf16, const int utf16_max_length) {
241 Uint8 const *const end_of_input = utf8 + utf8_length - 1;
244 Uint8 const c = *utf8;
650 utf16length = Utf8ToUtf16((Uint8 *)keydata, count, utf16data, utf16size);
743 keysym.unicode = (Uint8)keybuf[0];
    [all...]
SDL_x11wm.c 36 static Uint8 reverse_byte(Uint8 x)
44 void X11_SetIcon(_THIS, SDL_Surface *icon, Uint8 *mask)
56 Uint8 *LSBmask;
  /external/qemu/distrib/sdl-1.2.15/src/audio/pulse/
SDL_pulseaudio.c 57 static Uint8 *PULSE_GetAudioBuf(_THIS);
327 static Uint8 *PULSE_GetAudioBuf(_THIS)
468 mixbuf = (Uint8 *)SDL_AllocAudioMem(mixlen);
  /external/qemu/distrib/sdl-1.2.15/src/audio/windx5/
SDL_dx5audio.c 45 static Uint8 *DX5_GetAudioBuf(_THIS);
339 static Uint8 *DX5_GetAudioBuf(_THIS)
391 Uint8 *stream;
  /external/qemu/distrib/sdl-1.2.15/src/video/ps2gs/
SDL_gsyuv.c 49 Uint8 *pixels;
62 Uint8 *planes[3];
140 hwdata->pixels = (Uint8 *)SDL_malloc(width*height*2);
SDL_gsevents.c 402 Uint8 set_imps2[] = {0xf3, 200, 0xf3, 100, 0xf3, 80};
403 Uint8 reset = 0xff;
439 Uint8 query_ps2 = 0xF2;
455 Uint8 ch = 0;
586 Uint8 state;
  /external/qemu/distrib/sdl-1.2.15/test/
testvidinfo.c 83 Uint8 r, g, b;
174 SDL_SetColorKey(bmpcc, SDL_SRCCOLORKEY | SDL_RLEACCEL, *(Uint8 *)bmpcc->pixels);
302 SDL_SetColorKey(bmpcc, SDL_SRCCOLORKEY | SDL_RLEACCEL, *(Uint8 *)bmpcc->pixels);
  /external/qemu/distrib/sdl-1.2.15/src/joystick/beos/
SDL_bejoystick.cc 48 uint8 *new_hats;
129 joystick->hwdata->new_hats = (uint8 *)
130 SDL_malloc(joystick->nhats*sizeof(uint8));
148 static const Uint8 hat_map[9] = {
164 uint8 *hats;

Completed in 184 milliseconds

1 2 3 4 5 6 78 910