HomeSort by relevance Sort by last modified time
    Searched refs:blit (Results 1 - 17 of 17) sorted by null

  /external/qemu/android/skin/
surface.c 288 skin_blit_init_fill( SkinBlit* blit,
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->src_lock = NULL
507 SkinBlit blit[1]; local
592 SkinBlit blit[1]; local
    [all...]
  /hardware/msm7k/libgralloc/
framebuffer.cpp 388 } blit; local
391 memset(&blit, 0, sizeof(blit));
392 blit.count = 1;
394 blit.req.flags = 0;
395 blit.req.alpha = 0xff;
396 blit.req.transp_mask = 0xffffffff;
398 blit.req.src.width = width;
399 blit.req.src.height = height;
400 blit.req.src.offset = 0
    [all...]
  /hardware/msm7k/libgralloc-qsd8k/
framebuffer.cpp 425 } blit; local
428 memset(&blit, 0, sizeof(blit));
429 blit.count = 1;
431 blit.req.flags = 0;
432 blit.req.alpha = 0xff;
433 blit.req.transp_mask = 0xffffffff;
435 blit.req.src.width = width;
436 blit.req.src.height = height;
437 blit.req.src.offset = 0
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/
SDL_blit.c 42 /* The general purpose software blit routine */
72 /* Set up source and destination buffer pointers, and BLIT! */
77 /* Set up the blit information */
94 RunBlit = src->map->sw_data->blit;
96 /* Run the actual software blit */
107 /* Blit is done! */
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 */
    [all...]
SDL_blit.h 29 /* 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
54 /* Blit mapping definition */
SDL_cursor.c 571 /* 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 */
  /hardware/libhardware/include/hardware/
copybit.h 169 * Execute the bit blit copy operation
178 int (*blit)(struct copybit_device_t *dev, member in struct:copybit_device_t
184 * Execute the stretch bit blit copy operation
  /external/skia/src/core/
SkAntiRun.h 106 void blit(int x, int y, SkBlitter* blitter)
  /hardware/msm7k/libcopybit/
copybit.cpp 338 /** do a stretch blit type operation */
411 /** Perform a blit type operation */
451 ctx->device.blit = blit_copybit;
  /external/kernel-headers/original/linux/
fb.h 609 /* wait for blit idle, optional */
699 void (*fb_tileblit)(struct fb_info *info, struct fb_tileblit *blit);
    [all...]
  /frameworks/base/opengl/libagl/
egl.cpp 498 err = copybit->blit(copybit, &dimg, &simg, &it);
    [all...]
  /prebuilt/darwin-x86/swt/
swt.jar 
  /prebuilt/darwin-x86_64/swt/
swt.jar 
  /prebuilt/linux-x86/swt/
swt.jar 
  /prebuilt/linux-x86_64/swt/
swt.jar 
  /prebuilt/windows/swt/
swt.jar 
  /prebuilt/windows-x86_64/swt/
swt.jar 

Completed in 194 milliseconds