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

/xsrc/external/mit/libXfont/dist/src/bitmap/
H A Dbitscale.c1279 int top_size = 0, bottom_size = 0; local in function:ScaleBitmap
1293 for (top_size = 0; top_size < top_height; top_size++)
1296 *dstptr = sum / (top_size + bottom_height + 1);
1304 for (row = top_size; row + bottom_size < height; row++)
/xsrc/external/mit/libXfont2/dist/src/bitmap/
H A Dbitscale.c1276 int top_size = 0, bottom_size = 0; local in function:ScaleBitmap
1290 for (top_size = 0; top_size < top_height; top_size++)
1293 *dstptr = sum / (top_size + bottom_height + 1);
1301 for (row = top_size; row + bottom_size < height; row++)

Completed in 6 milliseconds