GPR_$DEALLOCATE_BITMAP GPR Calls GPR_$DEALLOCATE_BITMAP
NAME
gpr_$deallocate_bitmap - deallocates an allocated bitmap.
FORMAT
gpr_$deallocate_bitmap (bitmap_desc, status)
DESCRIPTION
This routine deallocates an allocated bitmap.
Input Parameters
bitmap_desc
Descriptor of the bitmap to deallocate, in gpr_$bitmap_desc_t for-
mat. This is a 4-byte integer.
Output Parameters
status
Completion status, in status_$t format.
SEE ALSO
gpr_$init, gpr_$allocate_bitmap, gpr_$allocate_bitmap_nc,
gpr_$open_bitmap_file, gpr_$allocate_hdm_bitmap.
NOTES
To allocate a bitmap, use gpr_$init, gpr_$initialize,
gpr_$allocate_bitmap, gpr_$allocate_projection, gpr_$allocate_bitmap_nc,
gpr_$open_bitmap_file, or gpr_$allocate_hdm_bitmap.
If you deallocate all bitmaps, the system will unload all loaded fonts
and then terminate GPR.
If the attribute block associated with the deallocated bitmap is not
being used by another bitmap, you should deallocate the attribute block
as well. Use the gpr_$allocate_attribute_block routine to deallocate the
attribute block.
Use this call to deallocate projections.