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

/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dimage.c807 GLint maxValue)
811 if (*dstX1 > maxValue) {
813 assert(*dstX0 < maxValue); /* X0 should be inside right edge */
814 t = (GLfloat) (maxValue - *dstX0) / (GLfloat) (*dstX1 - *dstX0);
817 *dstX1 = maxValue;
821 else if (*dstX0 > maxValue) {
823 assert(*dstX1 < maxValue); /* X1 should be inside right edge */
824 t = (GLfloat) (maxValue - *dstX1) / (GLfloat) (*dstX0 - *dstX1);
827 *dstX0 = maxValue;
805 clip_right_or_top(GLint * srcX0,GLint * srcX1,GLint * dstX0,GLint * dstX1,GLint maxValue) argument
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dimage.c807 GLint maxValue)
811 if (*dstX1 > maxValue) {
813 assert(*dstX0 < maxValue); /* X0 should be inside right edge */
814 t = (GLfloat) (maxValue - *dstX0) / (GLfloat) (*dstX1 - *dstX0);
817 *dstX1 = maxValue;
821 else if (*dstX0 > maxValue) {
823 assert(*dstX1 < maxValue); /* X1 should be inside right edge */
824 t = (GLfloat) (maxValue - *dstX1) / (GLfloat) (*dstX0 - *dstX1);
827 *dstX0 = maxValue;
805 clip_right_or_top(GLint * srcX0,GLint * srcX1,GLint * dstX0,GLint * dstX1,GLint maxValue) argument
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/
H A Dxf86cmap.c570 int reds, greens, blues, maxValue, index, shift; local in function:CMapRefreshColors
574 maxValue = (1 << pScreenPriv->sigRGBbits) - 1;
585 index = (i+1) * maxValue / numColors;
594 colors[i].red = gamma[i * maxValue / reds].red;
596 colors[i].green = gamma[i * maxValue / greens].green;
598 colors[i].blue = gamma[i * maxValue / blues].blue;
603 maxValue / reds].red;
605 maxValue / greens].green;
607 maxValue / blues].blue;
/xsrc/external/mit/xorg-server/dist/hw/xfree86/common/
H A Dxf86cmap.c568 int reds, greens, blues, maxValue, index, shift; local in function:CMapRefreshColors
572 maxValue = (1 << pScreenPriv->sigRGBbits) - 1;
583 index = (i + 1) * maxValue / numColors;
592 colors[i].red = gamma[i * maxValue / reds].red;
594 colors[i].green = gamma[i * maxValue / greens].green;
596 colors[i].blue = gamma[i * maxValue / blues].blue;
601 maxValue / reds].red;
603 maxValue / greens].green;
605 maxValue / blues].blue;
/xsrc/external/mit/freetype/dist/src/truetype/
H A Dttgxvar.c2005 FT_Fixed maxValue; member in struct:fvar_axis_
2094 FT_FRAME_LONG ( maxValue ),
2255 a->maximum = axis_rec.maxValue;

Completed in 15 milliseconds