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

/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dpixeltransfer.c86 const GLfloat bscale = (GLfloat) (ctx->PixelMaps.BtoB.Size - 1); local in function:_mesa_map_rgba
100 rgba[i][BCOMP] = bMap[(int)_mesa_lroundevenf(b * bscale)];
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dpixeltransfer.c86 const GLfloat bscale = (GLfloat) (ctx->PixelMaps.BtoB.Size - 1); local in function:_mesa_map_rgba
100 rgba[i][BCOMP] = bMap[(int)_mesa_lroundevenf(b * bscale)];
/xsrc/external/mit/xwininfo/dist/
H A Dxwininfo.c231 static char *bscale (int);
419 bscale (int b) function in typeref:typename:char *
1001 printf (" Border width: %s\n", bscale (w->geometry->border_width));

Completed in 7 milliseconds