Home
last modified time | relevance | path

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

/TwlSDK-5.2.1/build/demos/ctrdg/backup-1/src/
Ddraw.c405 RGB555 txt = col_text, gnd = col_gnd; in DrawTextLen() local
472 else if (gnd != RGB555_CLEAR) in DrawTextLen()
473 dst[i] = gnd; in DrawTextLen()
/TwlSDK-5.2.1/build/demos/gx/UnitTours/DEMOLib/src/
DDEMOBitmap.c627 GXRgb gnd = context->bitmap_ground_color; in DEMODrawText() local
703 else if (gnd != DEMO_RGB_NONE) in DEMODrawText()
705 dst[i] = gnd; in DEMODrawText()