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

/openjdk7/jdk/src/solaris/native/sun/java2d/x11/
H A DX11FontScaler_md.c271 unsigned char *srcRow, *dstRow, *dstByte; local
337 UInt8 *dstByte = dstRow; local
347 *dstByte++ = (srcValue & 0x01) ? 0xFF : 0;
350 *dstByte++ = (srcValue & 0x80) ? 0xFF : 0;
359 *dstByte++ = (srcValue & 0x01) ? 0xFF : 0;
362 *dstByte++ = (srcValue & 0x80) ? 0xFF : 0;
/openjdk7/jdk/src/share/native/sun/font/
H A DfreetypeScaler.c609 UInt8* dstByte = dstRow; local
618 *dstByte++ = (srcValue & 0x80) ? 0xFF : 0;
625 *dstByte++ = (srcValue & 0x80) ? 0xFF : 0;
642 UInt8* dstByte = dstRow; local
650 *dstByte++ = Grey4ToAlpha255(srcValue & 0x0f);
651 *dstByte++ = Grey4ToAlpha255(srcValue >> 4);
677 unsigned char *dstRow = (unsigned char *) dstImage, *dstByte; local
682 dstByte = dstRow;
684 *dstByte++ = *srcByte;
685 *dstByte
[all...]

Completed in 47 milliseconds