TI-RTOS Drivers  tidrivers_cc13xx_cc26xx_2_20_00_08
Data Fields
tContext Struct Reference

#include <grlib.h>

Collaboration diagram for tContext:
Collaboration graph
[legend]

Data Fields

int32_t lSize
 The size of this structure. More...
 
tDisplaypDisplay
 The screen onto which drawing operations are performed. More...
 
tRectangle sClipRegion
 The clipping region to be used when drawing onto the screen. More...
 
uint32_t ulForeground
 The color used to draw primitives onto the screen. More...
 
uint32_t ulBackground
 The background color used to draw primitives onto the screen. More...
 
const tFontpFont
 The font used to render text onto the screen. More...
 

Detailed Description

This structure defines a drawing context to be used to draw onto the screen. Multiple drawing contexts may exist at any time.

Field Documentation

int32_t tContext::lSize

The size of this structure.

tDisplay* tContext::pDisplay

The screen onto which drawing operations are performed.

tRectangle tContext::sClipRegion

The clipping region to be used when drawing onto the screen.

uint32_t tContext::ulForeground

The color used to draw primitives onto the screen.

uint32_t tContext::ulBackground

The background color used to draw primitives onto the screen.

const tFont* tContext::pFont

The font used to render text onto the screen.


The documentation for this struct was generated from the following file:
Copyright 2016, Texas Instruments Incorporated