Home
last modified time | relevance | path

Searched refs:blit_fill (Results 1 – 25 of 78) sorted by relevance

1234

/dports/devel/sdlmm/SDLmm-0.1.8/src/
H A Dsdlmm_videoinfo.cpp67 bool VideoInfo::blit_fill() { in blit_fill() function in SDLmm::VideoInfo
68 return VideoInfo::me->blit_fill; in blit_fill()
H A Dsdlmm_videoinfo.h90 bool blit_fill();
/dports/devel/p5-SDL/SDL-2.548/src/Core/objects/
H A DVideoInfo.xs28 Uint32 blit_fill:1; variable
127 RETVAL = videoinfo->blit_fill;
/dports/devel/p5-SDL/SDL-2.548/lib/pods/SDL/
H A DVideoInfo.pod75 =head2 blit_fill section
77 $video_info->blit_fill()
/dports/games/freedink-engine/freedink-108.4/test/sdl/
H A Dvideoinfo.c14 printf("blit_fill: %d\n", info->blit_fill); in print_info()
/dports/devel/sdlmm/SDLmm-0.1.8/test/
H A Dvidinfo.cpp83 if (info.blit_fill()) { in main()
H A Dsprite.cpp126 if ( info.blit_hw_CC() && info.blit_fill() ) { in FastestFlags()
/dports/emulators/xsystem35/xsystem35-1.7.3-pre5/src/
H A Dsdl_video.c118 NOTICE(" Accelerated color fill %d\n", sdl_vinfo->blit_fill); in window_init()
/dports/devel/sdl12/SDL-1.2.15/src/video/photon/
H A DSDL_ph_image.c445 this->info.blit_fill = 1; in ph_UpdateHWInfo()
449 this->info.blit_fill = 0; in ph_UpdateHWInfo()
725 if (this->info.blit_fill!=1) in ph_FillHWRect()
/dports/devel/sdl12/SDL-1.2.15/src/video/fbcon/
H A DSDL_fb3dfx.c208 this->info.blit_fill = 1; in FB_3DfxAccel()
H A DSDL_fbriva.c207 this->info.blit_fill = 1; in FB_RivaAccel()
H A DSDL_fbmatrox.c258 this->info.blit_fill = 1; in FB_MatroxAccel()
/dports/games/battletanks/btanks-0.9.8083/sdlx/
H A Dsystem.cpp218 …>blit_hw_A, vinfo->blit_sw, vinfo->blit_sw_CC, vinfo->blit_sw_A, vinfo->blit_fill, vinfo->video_me… in probe_video_mode()
/dports/games/wop/wop-0.4.3/src/
H A Dvideo.cpp105 videoInfo->blit_fill ? "yes" : "no" ); in Video()
/dports/graphics/anttweakbar/AntTweakBar/src/
H A DMiniSDL12.h290 Uint32 blit_fill :1; member
H A DMiniSDL13.h382 Uint32 blit_fill :1; member
/dports/games/xblast/xblast-2.10.4/
H A Dsdl_init.c260 videoInfo->blit_fill ? "yes" : "no"); in InitDisplay()
/dports/games/allacrost/allacrost-1.0.2/src/
H A Dmain_options.cpp251 if (user_video->blit_fill == 1) in PrintSystemInformation()
/dports/games/libretro-nxengine/nxengine-libretro-10c4381/nxengine/sdl/include/
H A DLRSDL_video.h182 Uint32 blit_fill :1; /**< Flag: Accelerated color fill */ member
/dports/devel/sdl12/SDL-1.2.15/test/
H A Dtestsprite.c129 if ( info->blit_hw_CC && info->blit_fill ) { in FastestFlags()
/dports/devel/emscripten/emscripten-2.0.3/system/include/SDL/
H A DSDL_compat.h146 Uint32 blit_fill:1; member
/dports/games/warmux/warmux-11.04/build/android/jni/sdl/src/video/android/
H A DSDL_androidvideo-1.2.c234 this->info.blit_fill = 1; in ANDROID_VideoInit()
773 current_video->info.blit_fill = 0; in ANDROID_FillHWRect()
775 current_video->info.blit_fill = 1; in ANDROID_FillHWRect()
/dports/devel/sdl12-compat/sdl12-compat-release-1.2.52/test/
H A Dtestsprite.c129 if ( info->blit_hw_CC && info->blit_fill ) { in FastestFlags()
/dports/emulators/vba/VisualBoyAdvance-1.7.2/win32/SDL-1.2.2/include/
H A DSDL_video.h167 Uint32 blit_fill :1; /* Flag: Accelerated color fill */ member
/dports/games/ioquake3-server/ioquake3-1.36/code/SDL12/include/
H A DSDL_video.h160 Uint32 blit_fill :1; /* Flag: Accelerated color fill */ member

1234