Searched refs:IntToFixed (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/
H A Ds_context.h438 #define IntToFixed(I) ((I) << FIXED_SHIFT) macro
458 #define ChanToFixed(X) IntToFixed(X)
H A Ds_span.c101 span->red = IntToFixed(r);
102 span->green = IntToFixed(g);
103 span->blue = IntToFixed(b);
104 span->alpha = IntToFixed(a);
/xsrc/external/mit/MesaLib/dist/src/mesa/swrast/
H A Ds_context.h439 #define IntToFixed(I) ((I) << FIXED_SHIFT) macro
459 #define ChanToFixed(X) IntToFixed(X)
H A Ds_span.c101 span->red = IntToFixed(r);
102 span->green = IntToFixed(g);
103 span->blue = IntToFixed(b);
104 span->alpha = IntToFixed(a);

Completed in 8 milliseconds