Home
last modified time | relevance | path

Searched refs:blit (Results 1 – 22 of 22) sorted by relevance

/external/qemu/android/skin/
Dsurface.c288 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/
DSDL_blit.c94 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()
DSDL_blit.h50 SDL_loblit blit; member
DSDL_cursor.c589 RunBlit = screen->map->sw_data->blit; in SDL_ConvertCursorSave()
/external/qemu/distrib/sdl-1.2.15/
DTODO15 * Add hardware accelerated scaled blit
17 * Redesign blitting architecture to allow blit plugins
DWhatsNew94 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.
Dconfigure.in709 dnl Check for NASM (for assembly blit routines)
/external/qemu/distrib/sdl-1.2.15/test/
Dtestblitspeed.c145 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/
Dbookmark_bar_toolbar_view_unittest.mm177 // Create a dummy bitmap full of not-red to blit with.
/external/kernel-headers/original/linux/
Dfb.h775 void (*fb_tileblit)(struct fb_info *info, struct fb_tileblit *blit);
/external/qemu/distrib/sdl-1.2.15/src/video/quartz/
DSDL_QuartzWM.m438 /* blit, with temporarily cleared SRCALPHA flag because we want to copy, not alpha-blend */
DSDL_QuartzVideo.m768 The actual screen blit occurs in a separate thread to allow
/external/webkit/Source/WebCore/
DChangeLog-2003-10-255124 to blit in this case and to not blit when opacity has been specified
DChangeLog-2009-06-1655370 …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).
DChangeLog-2010-12-0614587 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.
DChangeLog-2010-01-298098 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
DChangeLog-2007-10-1432551 Added IconDatabase related code and forked ImageWin for its HBITMAP blit
32559 (WebCore::Image::getHBITMAP): Added - blit the image to an HBITMAP
DChangeLog-2010-05-2438522 Refactor the HostWindow methods for repaint, scroll, invalidate and blit
DChangeLog10205 blit by looking at the location of the target rect itself, rather than delaying the
DChangeLog-2008-08-1045204 are currently just using stubs for the final blit.
/external/webkit/Source/WebKit2/
DChangeLog-2011-02-1624449 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/
DChangeLog-2007-10-1418999 - If this is a windowless OpenGL plugin, blit its contents back into this view.