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

/xsrc/external/mit/libXfont/dist/src/bitmap/
H A Dbitscale.c1124 *nextrow = NULL, pixmult = 0; local in function:ScaleBitmap
1162 /* The pixmult value (below) is used to darken the image before
1172 pixmult = box_x * box_y * 192;
1341 register int pixvalue = (int)*srcptr * pixmult / 256;
/xsrc/external/mit/libXfont2/dist/src/bitmap/
H A Dbitscale.c1121 *nextrow = NULL, pixmult = 0; local in function:ScaleBitmap
1159 /* The pixmult value (below) is used to darken the image before
1169 pixmult = box_x * box_y * 192;
1338 register int pixvalue = (int)*srcptr * pixmult / 256;

Completed in 6 milliseconds