[Previous] [Contents] [Index] [Next]

Caution: This version of this document is no longer maintained. For the latest documentation, see http://www.qnx.com/developers/docs.

PdOffscreenContext_t

Data structure that describes an offscreen context

Synopsis:

See below.

Description:

This data structure describes an offscreen context.


Note: Don't change the value of any of the members of this structure.

PdOffscreenContext_t includes:

dim
A PhDim_t structure that defines the dimensions of the offscreen context.
format
The type of image; see PhImage_t.
pitch
The number of bytes per scan line.

Classification:

Photon

See also:

PdCreateOffscreenContext(), PdDupOffscreenContext(), PdGetOffscreenContextPtr(), PdSetOffscreenTranslation(), PgContextBlit(), PgContextBlitArea(), PgSwapDisplay(), PhDim_t

"Video memory offscreen" in the Raw Drawing and Animation chapter of the Photon Programmer's Guide


[Previous] [Contents] [Index] [Next]