Searched defs:blit (Results 1 - 5 of 5) sorted by relevance

/external/qemu/distrib/sdl-1.2.15/src/video/
H A DSDL_blit.h29 /* The structure passed to the low level blit functions */
45 /* The type definition for the low level blit functions */
50 SDL_loblit blit; member in struct:private_swaccel
/external/qemu/android/skin/
H A Dsurface.c288 skin_blit_init_fill( SkinBlit* blit, argument
318 blit->x = x;
319 blit->y = y;
320 blit->w = w;
321 blit->h = h;
326 blit->dst_lock = dst->surface;
327 blit->dst_pitch = dst->surface->pitch;
328 blit->dst_line = dst->surface->pixels + y*blit->dst_pitch;
330 blit
337 skin_blit_init_blit( SkinBlit* blit, SkinSurface* dst, SkinPos* dst_pos, SkinSurface* src, SkinRect* src_rect ) argument
507 SkinBlit blit[1]; local
592 SkinBlit blit[1]; local
[all...]
/external/qemu/distrib/sdl-1.2.15/test/
H A Dtestblitspeed.c145 static Uint32 blit(SDL_Surface *dst, SDL_Surface *src, int x, int y) function
167 blit(dst, src, x, y);
344 /* set some sane defaults so we can see if the blit code is broken... */
374 printf("Testing blit speed for %d seconds...\n", testSeconds);
389 elasped += blit(dest, src, randRange(0, wmax), randRange(0, hmax));
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 98 milliseconds