OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:transpix
(Results
1 - 2
of
2
) sorted by null
/external/quake/quake/src/QW/client/
gl_warp.c
1046
unsigned
transpix
;
local
1068
((byte *)&
transpix
)[0] = r/(128*128);
1069
((byte *)&
transpix
)[1] = g/(128*128);
1070
((byte *)&
transpix
)[2] = b/(128*128);
1071
((byte *)&
transpix
)[3] = 0;
1087
trans[(i*128) + j] =
transpix
;
/external/quake/quake/src/WinQuake/
gl_warp.cpp
1093
unsigned
transpix
;
local
1117
((byte *)&
transpix
)[0] = r/(128*128);
1118
((byte *)&
transpix
)[1] = g/(128*128);
1119
((byte *)&
transpix
)[2] = b/(128*128);
1120
((byte *)&
transpix
)[3] = 0;
1136
trans[(i*128) + j] =
transpix
;
Completed in 1016 milliseconds