Home
last modified time | relevance | path

Searched refs:surface_tmp (Results 1 – 10 of 10) sorted by relevance

/dports/games/frozen-bubble/frozen-bubble-d6a0291/lib/Games/FrozenBubble/
H A DLevelEditor.pm98 my ($bubbleid, $x, $y, $alpha, $surface_tmp, $ignore_update) = @_;
101 $surface_tmp or $surface_tmp = $app;
108 …SDL::Video::blit_surface($bubble, SDL::Rect->new(0,0,$bubble->w, $bubble->h), $surface_tmp, $bubbl…
109 $ignore_update or SDL::Video::update_rects($surface_tmp, $bubble_rects{$x}{$y});
412 my ($ok_rect, $cancel_rect, $surface_tmp);
415 $surface_tmp = SDL::Image::load( "$FPATH/gfx/list_arrow_up.png");
541 if (betw($y, $arrows[0], $arrows[0] + $surface_tmp->h)) {
545 } elsif (betw($y, $arrows[1], $arrows[1] + $surface_tmp->h)) {
1441 my ($surface_tmp, $curr_lvl, %b) = @_;
1443 if (!$surface_tmp) {
[all …]
/dports/multimedia/libva-intel-driver/intel-vaapi-driver-2.4.1/src/
H A Dgen75_vpp_gpe.c643 if (vpp_gpe_ctx->surface_tmp == VA_INVALID_ID) { in vpp_gpe_process_sharpening()
649 &vpp_gpe_ctx->surface_tmp); in vpp_gpe_process_sharpening()
652 struct object_surface * obj_surf = SURFACE(vpp_gpe_ctx->surface_tmp); in vpp_gpe_process_sharpening()
836 if (vpp_gpe_ctx->surface_tmp != VA_INVALID_ID) { in vpp_gpe_context_destroy()
838 i965_DestroySurfaces(ctx, &vpp_gpe_ctx->surface_tmp, 1); in vpp_gpe_context_destroy()
839 vpp_gpe_ctx->surface_tmp = VA_INVALID_ID; in vpp_gpe_context_destroy()
862 vpp_gpe_ctx->surface_tmp = VA_INVALID_ID; in vpp_gpe_context_init()
H A Dgen75_vpp_gpe.h89 VASurfaceID surface_tmp; member
/dports/games/mirrormagic/mirrormagic-2.0.2/src/libgame/
H A Dsystem.c233 SDL_Surface *surface_tmp, *surface_native; in CreateBitmap() local
235 if ((surface_tmp = SDL_CreateRGBSurface(SURFACE_FLAGS, width, height, in CreateBitmap()
240 if ((surface_native = SDL_DisplayFormat(surface_tmp)) == NULL) in CreateBitmap()
243 SDL_FreeSurface(surface_tmp); in CreateBitmap()
/dports/biology/py-biopython/biopython-1.79/Bio/PDB/
H A DResidueDepth.py532 surface_tmp = tempfile.mktemp()
534 make_surface = MSMS % (xyz_tmp, surface_tmp)
536 surface_file = surface_tmp + ".vert"
/dports/games/rnd_jue/rnd_jue-3.3.0.0/src/libgame/
H A Dsdl.c340 SDL_Surface *surface_tmp, *surface_native; in SDLCreateBitmapContent() local
342 if ((surface_tmp = SDL_CreateRGBSurface(SURFACE_FLAGS, width, height, depth, in SDLCreateBitmapContent()
347 if ((surface_native = SDL_DisplayFormat(surface_tmp)) == NULL) in SDLCreateBitmapContent()
350 SDL_FreeSurface(surface_tmp); in SDLCreateBitmapContent()
/dports/games/rocksndiamonds/rnd_jue-3.3.0.0/src/libgame/
H A Dsdl.c340 SDL_Surface *surface_tmp, *surface_native; in SDLCreateBitmapContent() local
342 if ((surface_tmp = SDL_CreateRGBSurface(SURFACE_FLAGS, width, height, depth, in SDLCreateBitmapContent()
347 if ((surface_native = SDL_DisplayFormat(surface_tmp)) == NULL) in SDLCreateBitmapContent()
350 SDL_FreeSurface(surface_tmp); in SDLCreateBitmapContent()
/dports/games/rocksndiamonds/rocksndiamonds-3.3.1.2/src/libgame/
H A Dsdl.c340 SDL_Surface *surface_tmp, *surface_native; in SDLCreateBitmapContent() local
342 if ((surface_tmp = SDL_CreateRGBSurface(SURFACE_FLAGS, width, height, depth, in SDLCreateBitmapContent()
347 if ((surface_native = SDL_DisplayFormat(surface_tmp)) == NULL) in SDLCreateBitmapContent()
350 SDL_FreeSurface(surface_tmp); in SDLCreateBitmapContent()
/dports/games/rnd_jue/rocksndiamonds-3.3.1.0/src/libgame/
H A Dsdl.c340 SDL_Surface *surface_tmp, *surface_native; in SDLCreateBitmapContent() local
342 if ((surface_tmp = SDL_CreateRGBSurface(SURFACE_FLAGS, width, height, depth, in SDLCreateBitmapContent()
347 if ((surface_native = SDL_DisplayFormat(surface_tmp)) == NULL) in SDLCreateBitmapContent()
350 SDL_FreeSurface(surface_tmp); in SDLCreateBitmapContent()
/dports/games/powermanga/powermanga-0.93.1/src/
H A Dscript_page.c570 SDL_Surface *surface_tmp; in script_add_bitmap_section() local
643 surface_tmp = IMG_Load (pathname); in script_add_bitmap_section()
644 if (surface_tmp == NULL) in script_add_bitmap_section()
652 SDL_ConvertSurface (surface_tmp, &SDL_FormatRGB32A, SDL_SWSURFACE); in script_add_bitmap_section()