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

/external/quake/quake/src/WinQuake/
H A Dvid_sunx.cpp146 typedef unsigned short PIXEL16; typedef
148 static PIXEL16 st2d_8to16table[256];
166 PIXEL16 xlib_rgb16(int r,int g,int b)
168 PIXEL16 p;
224 PIXEL16 *dest;
235 dest = ((PIXEL16 *)src) + x+width - 1;
H A Dvid_x.cpp109 typedef unsigned short PIXEL16; typedef
111 static PIXEL16 st2d_8to16table[256];
129 PIXEL16 xlib_rgb16(int r,int g,int b)
131 PIXEL16 p;
187 PIXEL16 *dest;
198 dest = ((PIXEL16 *)src) + x+width - 1;

Completed in 179 milliseconds