Searched refs:blit (Results 1 - 6 of 6) sorted by relevance

/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.12/src/video/
H A DSDL_blit.c42 /* The general purpose software blit routine */
77 /* Set up the blit information */
94 RunBlit = src->map->sw_data->blit;
96 /* Run the actual software blit */
232 /* Figure out which of many blit routines to set up on a surface */
243 /* Figure out if an accelerated hardware blit is possible */
293 /* Get the blit function index, based on surface mode */
303 /* Check for special "identity" case -- copy blit */
305 surface->map->sw_data->blit = SDL_BlitCopy;
309 surface->map->sw_data->blit
[all...]
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
H A DSDL_cursor.c571 /* Make sure we can steal the blit mapping */
576 /* Set up the blit information */
589 RunBlit = screen->map->sw_data->blit;
591 /* Run the actual software blit */
/external/skia/src/core/
H A DSkAntiRun.h106 void blit(int x, int y, SkBlitter* blitter)
/external/kernel-headers/original/linux/
H A Dfb.h609 /* wait for blit idle, optional */
699 void (*fb_tileblit)(struct fb_info *info, struct fb_tileblit *blit);

Completed in 117 milliseconds