/external/qemu/android/skin/ |
D | surface.c | 288 skin_blit_init_fill( SkinBlit* blit, in skin_blit_init_fill() argument 318 blit->x = x; in skin_blit_init_fill() 319 blit->y = y; in skin_blit_init_fill() 320 blit->w = w; in skin_blit_init_fill() 321 blit->h = h; in skin_blit_init_fill() 326 blit->dst_lock = dst->surface; in skin_blit_init_fill() 327 blit->dst_pitch = dst->surface->pitch; in skin_blit_init_fill() 328 blit->dst_line = dst->surface->pixels + y*blit->dst_pitch; in skin_blit_init_fill() 330 blit->src_lock = NULL; in skin_blit_init_fill() 331 blit->src_color = color; in skin_blit_init_fill() [all …]
|
/external/qemu/distrib/sdl-1.2.15/src/video/ |
D | SDL_blit.c | 94 RunBlit = src->map->sw_data->blit; in SDL_SoftBlit() 305 surface->map->sw_data->blit = SDL_BlitCopy; in SDL_CalculateBlit() 309 surface->map->sw_data->blit = SDL_BlitCopyOverlap; in SDL_CalculateBlit() 313 surface->map->sw_data->blit = in SDL_CalculateBlit() 318 surface->map->sw_data->blit = in SDL_CalculateBlit() 324 surface->map->sw_data->blit = in SDL_CalculateBlit() 328 surface->map->sw_data->blit = NULL; in SDL_CalculateBlit() 334 if ( surface->map->sw_data->blit == NULL ) { in SDL_CalculateBlit()
|
D | SDL_blit.h | 50 SDL_loblit blit; member
|
D | SDL_cursor.c | 589 RunBlit = screen->map->sw_data->blit; in SDL_ConvertCursorSave()
|
/external/qemu/distrib/sdl-1.2.15/ |
D | TODO | 15 * Add hardware accelerated scaled blit 17 * Redesign blitting architecture to allow blit plugins
|
D | WhatsNew | 94 Note that you may not blit to or from a locked surface. 148 that can be blit efficiently to the screen. (In other words, 182 The blit semantics for surfaces with and without alpha and colorkey 683 blit surfaces with different surface formats in video memory. 724 automatically mapped on blit.
|
D | configure.in | 709 dnl Check for NASM (for assembly blit routines)
|
/external/qemu/distrib/sdl-1.2.15/test/ |
D | testblitspeed.c | 145 static Uint32 blit(SDL_Surface *dst, SDL_Surface *src, int x, int y) in blit() function 167 blit(dst, src, x, y); in blitCentered() 389 elasped += blit(dest, src, randRange(0, wmax), randRange(0, hmax)); in test_blit_speed()
|
/external/chromium/chrome/browser/ui/cocoa/bookmarks/ |
D | bookmark_bar_toolbar_view_unittest.mm | 177 // Create a dummy bitmap full of not-red to blit with.
|
/external/kernel-headers/original/linux/ |
D | fb.h | 775 void (*fb_tileblit)(struct fb_info *info, struct fb_tileblit *blit);
|
/external/qemu/distrib/sdl-1.2.15/src/video/quartz/ |
D | SDL_QuartzWM.m | 438 /* blit, with temporarily cleared SRCALPHA flag because we want to copy, not alpha-blend */
|
D | SDL_QuartzVideo.m | 768 The actual screen blit occurs in a separate thread to allow
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2003-10-25 | 5124 to blit in this case and to not blit when opacity has been specified
|
D | ChangeLog-2009-06-16 | 55370 …Fix 0.6% regression in PLT. Make sure not to waste time updating NSScrollView's can blit on scrol… 85407 Make the concept of whether you can blit on scroll cross-platform on ScrollView. 87068 or reflections are not allowed to blit (this was already true for transparency).
|
D | ChangeLog-2010-12-06 | 14587 cairo to blit the result back to the target surface. This has two 20110 * manual-tests/frames/nested-iframe-blit-on-scroll.html: Added. 20111 * manual-tests/frames/resources/blit-on-scroll-subframe.html: Added. 20112 * manual-tests/frames/resources/blit-on-scroll-subsubframe.html: Added.
|
D | ChangeLog-2010-01-29 | 8098 blit) when scrolling a page. 8119 Disable fixed background attachment if we can blit on scroll. 29940 CGContext of the pixmap and we then use QPainter to blit the pixmap into
|
D | ChangeLog-2007-10-14 | 32551 Added IconDatabase related code and forked ImageWin for its HBITMAP blit 32559 (WebCore::Image::getHBITMAP): Added - blit the image to an HBITMAP
|
D | ChangeLog-2010-05-24 | 38522 Refactor the HostWindow methods for repaint, scroll, invalidate and blit
|
D | ChangeLog | 10205 blit by looking at the location of the target rect itself, rather than delaying the
|
D | ChangeLog-2008-08-10 | 45204 are currently just using stubs for the final blit.
|
/external/webkit/Source/WebKit2/ |
D | ChangeLog-2011-02-16 | 24449 then blit the plug-in backing store into our own backing store. 44391 Don't paint the web page before we've blit the last update chunk to the backing store. 44417 Don't paint the web page before we've blit the last update chunk to the backing store
|
/external/webkit/Source/WebKit/mac/ |
D | ChangeLog-2007-10-14 | 18999 - If this is a windowless OpenGL plugin, blit its contents back into this view.
|