Searched refs:blit (Results 1 – 12 of 12) sorted by relevance
288 skin_blit_init_fill( SkinBlit* blit, in skin_blit_init_fill() argument318 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 …]
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()
50 SDL_loblit blit; member
589 RunBlit = screen->map->sw_data->blit; in SDL_ConvertCursorSave()
106 void blit(int x, int y, SkBlitter* blitter)
442 /* blit, with temporarily cleared SRCALPHA flag because we want to copy, not alpha-blend */
490 The actual screen blit occurs in a separate thread to allow
5124 to blit in this case and to not blit when opacity has been specified
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).
32551 Added IconDatabase related code and forked ImageWin for its HBITMAP blit32559 (WebCore::Image::getHBITMAP): Added - blit the image to an HBITMAP
45204 are currently just using stubs for the final blit.
18999 - If this is a windowless OpenGL plugin, blit its contents back into this view.