All Databases
Inside Mac - Basic Toolbox
DisposeScreenBuffer
InitGDevice
SetGDevice
DisposGDevice
GetDeviceList
GetMainDevice
NewGDevice
SetDeviceAttribute
GetMaxDevice
GetNextDevice
The 'scrn' Resource
Setting a Device's Pixel Depth
About Graphics Devices
UnlockPixels
AllowPurgePixels
NoPurgePixels
GetPixelsState
SetPixelsState
GetPixBaseAddr
PixMap32Bit
SetGWorld
GetGWorld
GetGWorldDevice
GetGWorldPixMap
DisposeGWorld
DisposeScreenBuffer
Dispose of memory for offscreen buffer and color table
#include <
QDOff screen.h
>
Graphics Devices
void
DisposeScreenBuffer
(
off screenPixMap
);
PixMapHandle
off screenPixMap
; PixMap to dispose of
returns
none
DisposeScreenBuffer
is called by
DisposeGWorld
. It disposes of the
memory allocated for the offscreen buffer, the offscreen pixel map, and the
color table.
Referenced by (1):
Graphics Devices Manager (Inside Mac - Index)