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

/xsrc/external/mit/libXfont/dist/src/bitmap/
H A Dbitscale.c1273 int bottom_height = box_y / 2; local in function:ScaleBitmap
1274 int top_height = box_y - bottom_height - 1;
1287 bottom_size < bottom_height;
1295 sum += srcptr[bottom_height * (width + 1)];
1296 *dstptr = sum / (top_size + bottom_height + 1);
1306 sum += srcptr[bottom_height * (width + 1)];
/xsrc/external/mit/libXfont2/dist/src/bitmap/
H A Dbitscale.c1270 int bottom_height = box_y / 2; local in function:ScaleBitmap
1271 int top_height = box_y - bottom_height - 1;
1284 bottom_size < bottom_height;
1292 sum += srcptr[bottom_height * (width + 1)];
1293 *dstptr = sum / (top_size + bottom_height + 1);
1303 sum += srcptr[bottom_height * (width + 1)];

Completed in 6 milliseconds