Searched refs:PIXEL24 (Results 1 - 2 of 2) sorted by relevance

/external/quake/quake/src/WinQuake/
H A Dvid_sunx.cpp147 typedef unsigned long PIXEL24; typedef
149 static PIXEL24 st2d_8to24table[256];
193 PIXEL24 xlib_rgb24(int r,int g,int b)
195 PIXEL24 p;
260 PIXEL24 *dest;
271 dest = ((PIXEL24 *)src) + x+width - 1;
H A Dvid_x.cpp110 typedef unsigned long PIXEL24; typedef
112 static PIXEL24 st2d_8to24table[256];
156 PIXEL24 xlib_rgb24(int r,int g,int b)
158 PIXEL24 p;
223 PIXEL24 *dest;
234 dest = ((PIXEL24 *)src) + x+width - 1;

Completed in 65 milliseconds