Searched refs:dstRow (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
331 dstRow = (unsigned char*)glyphInfo->image;
337 UInt8 *dstByte = dstRow;
341 dstRow += width;
/openjdk7/jdk/src/share/native/sun/font/
H A DfreetypeScaler.c602 UInt8* dstRow = (UInt8*)dstImage; local
609 UInt8* dstByte = dstRow;
613 dstRow += dstRowBytes;
637 UInt8* dstRow = (UInt8*) dstImage; local
642 UInt8* dstByte = dstRow;
646 dstRow += dstRowBytes;
662 unsigned char *dstRow = (unsigned char *) dstImage; local
665 memcpy(dstRow, srcRow, width);
667 dstRow += dstRowBytes;
677 unsigned char *dstRow local
[all...]

Completed in 34 milliseconds