Query: set_clip_state
OS: suse
Section: 3alleg4
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
set_clip_state(3alleg4) Allegro manual set_clip_state(3alleg4)NAMEset_clip_state - Turns on or off the clipping of a bitmap. Allegro game programming library.SYNOPSIS#include <allegro.h> void set_clip_state(BITMAP *bitmap, int state)DESCRIPTIONTurns on (if state is non-zero) or off (if state is zero) clipping for the specified bitmap. Turning clipping off may slightly speed up some drawing operations (usually a negligible difference, although every little helps) but will result in your program dying a horrible death if you try to draw beyond the edges of the bitmap.SEE ALSOset_clip_rect(3alleg4), get_clip_rect(3alleg4), add_clip_rect(3alleg4), get_clip_state(3alleg4) Allegro version 4.4.2 set_clip_state(3alleg4)
Related Man Pages |
---|
putpixel(3alleg4) - debian |
set_clip_rect(3alleg4) - debian |
set_clip_rect(3alleg4) - suse |
set_clip_rect(3alleg4) - php |
set_clip_rect(3alleg4) - redhat |
Similar Topics in the Unix Linux Community |
---|
How to restrict user to a specific directory in solaris 10 |
Cut command on RHEL 6.8 compatibility issues |
Tar Command |
Shopt -s histappend |
32 bit process addressing more than 4GB |