OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IntToFixed
(Results
1 - 2
of
2
) sorted by null
/external/mesa3d/src/mesa/swrast/
s_context.h
419
#define
IntToFixed
(I) ((I) << FIXED_SHIFT)
439
#define ChanToFixed(X)
IntToFixed
(X)
s_span.c
97
span->red =
IntToFixed
(r);
98
span->green =
IntToFixed
(g);
99
span->blue =
IntToFixed
(b);
100
span->alpha =
IntToFixed
(a);
[
all
...]
Completed in 51 milliseconds