Home
last modified time | relevance | path

Searched refs:temp_surface (Results 1 – 25 of 32) sorted by relevance

12

/dports/audio/infamous-plugins-lv2/infamousPlugins-0.3.0-7-g778e591/src/draw/
H A Ddraw_envScopes.h14 cairo_surface_t *temp_surface; in cairo_code_draw_blue_envScope_render() local
18 temp_surface = cairo_image_surface_create( CAIRO_FORMAT_ARGB32,600,200); in cairo_code_draw_blue_envScope_render()
19 cr = cairo_create(temp_surface); in cairo_code_draw_blue_envScope_render()
43 cairo_set_source_surface(old_cr,temp_surface,0,0); in cairo_code_draw_blue_envScope_render()
45 cairo_surface_destroy(temp_surface); in cairo_code_draw_blue_envScope_render()
52 cairo_surface_t *temp_surface; in cairo_code_draw_green_envScope_render() local
56 temp_surface = cairo_image_surface_create( CAIRO_FORMAT_ARGB32,600,200); in cairo_code_draw_green_envScope_render()
57 cr = cairo_create(temp_surface); in cairo_code_draw_green_envScope_render()
82 cairo_set_source_surface(old_cr,temp_surface,0,0); in cairo_code_draw_green_envScope_render()
84 cairo_surface_destroy(temp_surface); in cairo_code_draw_green_envScope_render()
H A Ddraw_squareDialBlur.h14 cairo_surface_t *temp_surface; in cairo_code_draw_squareDial_render() local
20 temp_surface = cairo_image_surface_create ( CAIRO_FORMAT_ARGB32, 88,88);//w,h in cairo_code_draw_squareDial_render()
22 cr = cairo_create(temp_surface); in cairo_code_draw_squareDial_render()
81 blur_image_surface(temp_surface, 10); in cairo_code_draw_squareDial_render()
82 cairo_set_source_surface(old_cr,temp_surface,xx,yy); in cairo_code_draw_squareDial_render()
84 cairo_surface_destroy(temp_surface); in cairo_code_draw_squareDial_render()
H A Ddraw_16seg.h61 cairo_surface_t *temp_surface; in cairo_code_draw_16seg_render() local
388 temp_surface = cairo_image_surface_create( CAIRO_FORMAT_ARGB32,30,45); in cairo_code_draw_16seg_render()
390 cr = cairo_create(temp_surface); in cairo_code_draw_16seg_render()
740 blur_image_surface(temp_surface,2); in cairo_code_draw_16seg_render()
741 cairo_set_source_surface(old_cr,temp_surface,0,0); in cairo_code_draw_16seg_render()
743 cairo_surface_destroy(temp_surface); in cairo_code_draw_16seg_render()
1268 cairo_surface_t *temp_surface; in cairo_code_draw_16seglt_render() local
1302 cr = cairo_create(temp_surface); in cairo_code_draw_16seglt_render()
1652 blur_image_surface(temp_surface,1); in cairo_code_draw_16seglt_render()
1653 cairo_set_source_surface(old_cr,temp_surface,0,0); in cairo_code_draw_16seglt_render()
[all …]
H A Ddraw_infamousLogoTrans.h13 cairo_surface_t *temp_surface; in cairo_code_draw_infamousLogoTrans_render() local
19 temp_surface = cairo_image_surface_create(CAIRO_FORMAT_ARGB32, 67, 133); in cairo_code_draw_infamousLogoTrans_render()
20 cr = cairo_create(temp_surface); in cairo_code_draw_infamousLogoTrans_render()
1024 cairo_set_source_surface(cr, temp_surface, 0, 0); in cairo_code_draw_infamousLogoTrans_render()
1025 cairo_surface_destroy(temp_surface); in cairo_code_draw_infamousLogoTrans_render()
H A Ddraw_ivoryDial.h14 cairo_surface_t *temp_surface; in cairo_code_draw_ivoryDial_render() local
/dports/games/valyriatear/ValyriaTear-1.1.0/src/modes/map/
H A Dmap_minimap.cpp80 static bool _PrepareSurface(SDL_Surface* temp_surface) in _PrepareSurface() argument
152 if(!temp_surface) { in _CreateProcedurally()
168 if (!_PrepareSurface(temp_surface)) { in _CreateProcedurally()
169 SDL_FreeSurface(temp_surface); in _CreateProcedurally()
182 … if(SDL_FillRect(temp_surface, &r, SDL_MapRGBA(temp_surface->format, 0x00, 0x00, 0x00, 0x00))) in _CreateProcedurally()
185 SDL_FreeSurface(temp_surface); in _CreateProcedurally()
198 if (!temp_surface) { in _CreateProcedurally()
203 SDL_LockSurface(temp_surface); in _CreateProcedurally()
206 vt_video::private_video::ImageMemory temp_data(temp_surface); in _CreateProcedurally()
208 SDL_UnlockSurface(temp_surface); in _CreateProcedurally()
[all …]
/dports/devel/etl/synfig-1.2.2/synfig-core/src/synfig/
H A Dblur.cpp583 Surface temp_surface; in operator ()() local
584 temp_surface.set_wh(w,h); in operator ()()
594 else temp_surface = worksurface; in operator ()()
607 etl::vbox_blur(temp_surface.begin(),temp_surface.end(),length,worksurface.begin()); in operator ()()
633 Surface temp_surface; in operator ()() local
634 temp_surface.set_wh(w,h); in operator ()()
677 Surface temp_surface; in operator ()() local
725 Surface temp_surface; in operator ()() local
1309 temp_surface.set_wh(w,h); in operator ()()
1328 etl::vbox_blur(temp_surface.begin(),temp_surface.end(),length,worksurface.begin()); in operator ()()
[all …]
/dports/graphics/synfig/synfig-1.2.2/synfig-core/src/synfig/
H A Dblur.cpp583 Surface temp_surface; in operator ()() local
584 temp_surface.set_wh(w,h); in operator ()()
594 else temp_surface = worksurface; in operator ()()
607 etl::vbox_blur(temp_surface.begin(),temp_surface.end(),length,worksurface.begin()); in operator ()()
633 Surface temp_surface; in operator ()() local
634 temp_surface.set_wh(w,h); in operator ()()
677 Surface temp_surface; in operator ()() local
725 Surface temp_surface; in operator ()() local
1309 temp_surface.set_wh(w,h); in operator ()()
1328 etl::vbox_blur(temp_surface.begin(),temp_surface.end(),length,worksurface.begin()); in operator ()()
[all …]
/dports/graphics/synfigstudio/synfig-1.2.2/synfig-core/src/synfig/
H A Dblur.cpp583 Surface temp_surface; in operator ()() local
584 temp_surface.set_wh(w,h); in operator ()()
594 else temp_surface = worksurface; in operator ()()
607 etl::vbox_blur(temp_surface.begin(),temp_surface.end(),length,worksurface.begin()); in operator ()()
633 Surface temp_surface; in operator ()() local
634 temp_surface.set_wh(w,h); in operator ()()
677 Surface temp_surface; in operator ()() local
725 Surface temp_surface; in operator ()() local
1309 temp_surface.set_wh(w,h); in operator ()()
1328 etl::vbox_blur(temp_surface.begin(),temp_surface.end(),length,worksurface.begin()); in operator ()()
[all …]
/dports/games/alephone/alephone-release-20190331/Source_Files/FFmpeg/
H A DMovie.cpp325 temp_surface(NULL), in Movie()
377 temp_surface = SDL_CreateRGBSurface(SDL_SWSURFACE, view_rect.w, view_rect.h, 32, in Setup()
380 success = (temp_surface != NULL); in Setup()
551 av->sws_ctx = sws_getContext(temp_surface->w, temp_surface->h, AV_PIX_FMT_RGB32, in Setup()
618 int pitch[] = { temp_surface->pitch, 0 }; in EncodeVideo()
621 sws_scale(av->sws_ctx, pdata, pitch, 0, temp_surface->h, in EncodeVideo()
806 SDL_BlitSurface(video, &view_rect, temp_surface, NULL); in AddFrame()
816 …memcpy((uint8 *)temp_surface->pixels + temp_surface->pitch * y, &videobuf.front() + view_rect.w * … in AddFrame()
849 if (temp_surface) in StopRecording()
851 SDL_FreeSurface(temp_surface); in StopRecording()
[all …]
H A DMovie.h58 SDL_Surface *temp_surface; variable
/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/sdl2-0.32.2/examples/
H A Danimation.rs29 let temp_surface = sdl2::surface::Surface::load_bmp(Path::new("assets/characters.bmp"))?; in main() localVariable
30 let texture = texture_creator.create_texture_from_surface(&temp_surface) in main()
/dports/games/dose-response/dose-response-179c326/cargo-crates/sdl2-0.32.2/examples/
H A Danimation.rs29 let temp_surface = sdl2::surface::Surface::load_bmp(Path::new("assets/characters.bmp"))?; in main() localVariable
30 let texture = texture_creator.create_texture_from_surface(&temp_surface) in main()
/dports/games/dangen/dangen-0.5/libtenm/
H A Dtenm_graphic.c489 SDL_Surface **temp_surface; in tenm_load_image() local
591 temp_surface = (SDL_Surface **) malloc(sizeof(SDL_Surface *) in tenm_load_image()
594 temp_surface = (SDL_Surface **) realloc(temp->image, in tenm_load_image()
597 if (temp_surface == NULL) in tenm_load_image()
611 temp->image = temp_surface; in tenm_load_image()
/dports/games/opentyrian/opentyrian-opentyrian-77a8715634e3/src/
H A Dmainint.c1101 SDL_Surface *temp_surface = VGAScreen; in JE_doInGameSetup() local
1154 VGAScreen = temp_surface; /* side-effect of game_screen */ in JE_doInGameSetup()
1165 SDL_Surface *temp_surface = VGAScreen; in JE_inGameSetup() local
1358 VGAScreen = temp_surface; /* side-effect of game_screen */ in JE_inGameSetup()
1365 SDL_Surface *temp_surface = VGAScreen; in JE_inGameHelp() local
1455 VGAScreen = temp_surface; in JE_inGameHelp()
2605 SDL_Surface *temp_surface = VGAScreen; in JE_mainKeyboardInput() local
2610 VGAScreen = temp_surface; in JE_mainKeyboardInput()
2648 SDL_Surface *temp_surface = VGAScreen; in JE_mainKeyboardInput() local
2653 VGAScreen = temp_surface; in JE_mainKeyboardInput()
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/gallium/frontends/nine/
H A Dswapchain9.c1099 struct NineSurface9 *temp_surface; in NineSwapChain9_GetFrontBufferData() local
1131 0, 0, &desc, &temp_surface); in NineSwapChain9_GetFrontBufferData()
1140 NineSurface9_CopyDefaultToMem(dest_surface, temp_surface); in NineSwapChain9_GetFrontBufferData()
1143 NineUnknown_Destroy(NineUnknown(temp_surface)); in NineSwapChain9_GetFrontBufferData()
/dports/lang/clover/mesa-21.3.6/src/gallium/frontends/nine/
H A Dswapchain9.c1099 struct NineSurface9 *temp_surface; in NineSwapChain9_GetFrontBufferData() local
1131 0, 0, &desc, &temp_surface); in NineSwapChain9_GetFrontBufferData()
1140 NineSurface9_CopyDefaultToMem(dest_surface, temp_surface); in NineSwapChain9_GetFrontBufferData()
1143 NineUnknown_Destroy(NineUnknown(temp_surface)); in NineSwapChain9_GetFrontBufferData()
/dports/graphics/libosmesa/mesa-21.3.6/src/gallium/frontends/nine/
H A Dswapchain9.c1099 struct NineSurface9 *temp_surface; in NineSwapChain9_GetFrontBufferData() local
1131 0, 0, &desc, &temp_surface); in NineSwapChain9_GetFrontBufferData()
1140 NineSurface9_CopyDefaultToMem(dest_surface, temp_surface); in NineSwapChain9_GetFrontBufferData()
1143 NineUnknown_Destroy(NineUnknown(temp_surface)); in NineSwapChain9_GetFrontBufferData()
/dports/graphics/mesa-libs/mesa-21.3.6/src/gallium/frontends/nine/
H A Dswapchain9.c1099 struct NineSurface9 *temp_surface; in NineSwapChain9_GetFrontBufferData() local
1131 0, 0, &desc, &temp_surface); in NineSwapChain9_GetFrontBufferData()
1140 NineSurface9_CopyDefaultToMem(dest_surface, temp_surface); in NineSwapChain9_GetFrontBufferData()
1143 NineUnknown_Destroy(NineUnknown(temp_surface)); in NineSwapChain9_GetFrontBufferData()
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/gallium/frontends/nine/
H A Dswapchain9.c1099 struct NineSurface9 *temp_surface; in NineSwapChain9_GetFrontBufferData() local
1131 0, 0, &desc, &temp_surface); in NineSwapChain9_GetFrontBufferData()
1140 NineSurface9_CopyDefaultToMem(dest_surface, temp_surface); in NineSwapChain9_GetFrontBufferData()
1143 NineUnknown_Destroy(NineUnknown(temp_surface)); in NineSwapChain9_GetFrontBufferData()
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/gallium/frontends/nine/
H A Dswapchain9.c1099 struct NineSurface9 *temp_surface; in NineSwapChain9_GetFrontBufferData() local
1131 0, 0, &desc, &temp_surface); in NineSwapChain9_GetFrontBufferData()
1140 NineSurface9_CopyDefaultToMem(dest_surface, temp_surface); in NineSwapChain9_GetFrontBufferData()
1143 NineUnknown_Destroy(NineUnknown(temp_surface)); in NineSwapChain9_GetFrontBufferData()
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/gallium/frontends/nine/
H A Dswapchain9.c1099 struct NineSurface9 *temp_surface; in NineSwapChain9_GetFrontBufferData() local
1131 0, 0, &desc, &temp_surface); in NineSwapChain9_GetFrontBufferData()
1140 NineSurface9_CopyDefaultToMem(dest_surface, temp_surface); in NineSwapChain9_GetFrontBufferData()
1143 NineUnknown_Destroy(NineUnknown(temp_surface)); in NineSwapChain9_GetFrontBufferData()
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/gallium/frontends/nine/
H A Dswapchain9.c1095 struct NineSurface9 *temp_surface; in NineSwapChain9_GetFrontBufferData() local
1127 0, 0, &desc, &temp_surface); in NineSwapChain9_GetFrontBufferData()
1136 NineSurface9_CopyDefaultToMem(dest_surface, temp_surface); in NineSwapChain9_GetFrontBufferData()
1139 NineUnknown_Destroy(NineUnknown(temp_surface)); in NineSwapChain9_GetFrontBufferData()
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/gallium/frontends/nine/
H A Dswapchain9.c1099 struct NineSurface9 *temp_surface; in NineSwapChain9_GetFrontBufferData() local
1131 0, 0, &desc, &temp_surface); in NineSwapChain9_GetFrontBufferData()
1140 NineSurface9_CopyDefaultToMem(dest_surface, temp_surface); in NineSwapChain9_GetFrontBufferData()
1143 NineUnknown_Destroy(NineUnknown(temp_surface)); in NineSwapChain9_GetFrontBufferData()
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/gallium/frontends/nine/
H A Dswapchain9.c1099 struct NineSurface9 *temp_surface; in NineSwapChain9_GetFrontBufferData() local
1131 0, 0, &desc, &temp_surface); in NineSwapChain9_GetFrontBufferData()
1140 NineSurface9_CopyDefaultToMem(dest_surface, temp_surface); in NineSwapChain9_GetFrontBufferData()
1143 NineUnknown_Destroy(NineUnknown(temp_surface)); in NineSwapChain9_GetFrontBufferData()

12