Query: fli_bmp_dirty_from
OS: debian
Section: 3alleg4
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
fli_bmp_dirty_from(3alleg4) Allegro manual fli_bmp_dirty_from(3alleg4)NAMEfli_bmp_dirty_from, fli_bmp_dirty_to - Indicate which parts of the image have changed. Allegro game programming library.SYNOPSIS#include <allegro.h> extern int fli_bmp_dirty_from; extern int fli_bmp_dirty_to;DESCRIPTIONThese variables are set by next_fli_frame() to indicate which part of the fli_bitmap has changed since the last call to reset_fli_vari- ables(). If fli_bmp_dirty_from is greater than fli_bmp_dirty_to, the bitmap has not changed, otherwise lines fli_bmp_dirty_from to fli_bmp_dirty_to (inclusive) have altered. You can use these when copying the fli_bitmap onto the screen, to avoid moving data unnecessar- ily. Example: if (fli_bmp_dirty_from <= fli_bmp_dirty_to) blit(fli_bitmap, screen, 0, fli_bmp_dirty_from, 0, fli_bmp_dirty_from, fli_bitmap->w, fli_bmp_dirty_to - fli_bmp_dirty_from + 1);SEE ALSOfli_bitmap(3alleg4), reset_fli_variables(3alleg4) Allegro version 4.4.2 fli_bmp_dirty_from(3alleg4)
Related Man Pages |
---|
exdbuf(3alleg4) - debian |
exdbuf(3alleg4) - opendarwin |
exmem(3alleg4) - centos |
exdbuf(3alleg4) - v7 |
exdbuf(3alleg4) - mojave |
Similar Topics in the Unix Linux Community |
---|
Adding the individual columns of a matrix. |
How can I do this in VI editor? |
Introduction |
One instance of comparing grep and awk |