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

/xsrc/external/mit/libXfont/dist/src/bitmap/
H A Dbitscale.c1108 *newBitmap; local in function:ScaleBitmap
1135 newBitmap = pci->bits;
1391 newBitmap[(col >> 3) + row * newBpr] |= mask[col & 0x7];
1429 newBitmap[(col >> 3) + row * newBpr] |= mask[col & 0x7];
/xsrc/external/mit/libXfont2/dist/src/bitmap/
H A Dbitscale.c1105 *newBitmap; local in function:ScaleBitmap
1132 newBitmap = pci->bits;
1388 newBitmap[(col >> 3) + row * newBpr] |= mask[col & 0x7];
1426 newBitmap[(col >> 3) + row * newBpr] |= mask[col & 0x7];

Completed in 5 milliseconds