.\" Automatically generated by Pandoc 3.1.3 .\" .\" Define V font for inline verbatim, using C font in formats .\" that render this, and otherwise B font. .ie "\f[CB]x\f[]"x" \{\ . ftr V B . ftr VI BI . ftr VB B . ftr VBI BI .\} .el \{\ . ftr V CR . ftr VI CI . ftr VB CB . ftr VBI CBI .\} .TH "al_lock_bitmap_region_blocked" "3alleg5" "" "Allegro reference manual" "" .hy .SH NAME .PP al_lock_bitmap_region_blocked - Allegro 5 API .SH SYNOPSIS .IP .nf \f[C] #include ALLEGRO_LOCKED_REGION *al_lock_bitmap_region_blocked(ALLEGRO_BITMAP *bitmap, int x_block, int y_block, int width_block, int height_block, int flags) \f[R] .fi .SH DESCRIPTION .PP Like al_lock_bitmap_blocked(3alleg5), but allows locking a sub-region, for performance. Unlike al_lock_bitmap_region(3alleg5) the region specified in terms of blocks and not pixels. .SH SINCE .PP 5.1.9 .SH SEE ALSO .PP al_lock_bitmap_region(3alleg5), al_lock_bitmap_blocked(3alleg5)