Home
last modified time | relevance | path

Searched refs:ALT_DRAW_SIZE (Results 1 – 1 of 1) sorted by relevance

/RvlSDK-3.1/build/demos/gddemo/src/
Dgd-matrix-create.c63 #define ALT_DRAW_SIZE 320 // maximum (not actual) size macro
95 DrawList = OSAlloc( ALT_DRAW_SIZE ); in CreateDLs()
98 GDInitGDLObj( &DrawDLOs[0], DrawList, ALT_DRAW_SIZE ); in CreateDLs()
117 DrawList = OSAlloc( ALT_DRAW_SIZE ); in CreateDLs()
120 GDInitGDLObj( &DrawDLOs[1], DrawList, ALT_DRAW_SIZE ); in CreateDLs()
139 DrawList = OSAlloc( ALT_DRAW_SIZE ); in CreateDLs()
142 GDInitGDLObj( &DrawDLOs[2], DrawList, ALT_DRAW_SIZE ); in CreateDLs()
161 DrawList = OSAlloc( ALT_DRAW_SIZE ); in CreateDLs()
164 GDInitGDLObj( &DrawDLOs[3], DrawList, ALT_DRAW_SIZE ); in CreateDLs()
183 DrawList = OSAlloc( ALT_DRAW_SIZE ); in CreateDLs()
[all …]