Home
last modified time | relevance | path

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

/dports/games/OpenLara/OpenLara-b4b19f2/src/platform/psv/
H A DdebugScreen.h25 #define FROM_GREY(c ) ((((c)*9) <<16) | (((c)*9) <<8) | ((c)*9)) macro
84 …c+=2;*color = arg[c]<=15?FROM_3BIT(arg[c],mode<9):arg[c]>=232?FROM_GREY(arg[c]-232):FROM_6BIT(arg[… in psvDebugScreenEscape()