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

/xsrc/external/mit/glu/dist/src/libutil/
H A Dmipmap.c1404 float x_percent, y_percent; local in function:scale_internal_ubyte
1510 x_percent = highx_float - lowx_float;
1511 percent = (1-lowy_float)*x_percent;
1521 totals[k] += (GLubyte)(*(temp_index)) * x_percent;
1524 percent = x_percent * highy_float;
1621 float x_percent, y_percent; local in function:scale_internal_byte
1727 x_percent = highx_float - lowx_float;
1728 percent = (1-lowy_float)*x_percent;
1738 totals[k] += (GLbyte)(*(temp_index)) * x_percent;
1741 percent = x_percent * highy_floa
1839 float x_percent, y_percent; local in function:scale_internal_ushort
2119 float x_percent, y_percent; local in function:scale_internal_short
2413 float x_percent, y_percent; local in function:scale_internal_uint
2700 float x_percent, y_percent; local in function:scale_internal_int
2996 float x_percent, y_percent; local in function:scale_internal_float
6042 float x_percent, y_percent; local in function:scaleInternalPackedPixel
[all...]

Completed in 46 milliseconds