Searched refs:srcRow (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/solaris/native/sun/java2d/x11/
H A DX11FontScaler_md.c271 unsigned char *srcRow, *dstRow, *dstByte; local
330 srcRow = (unsigned char*)ximage->data;
336 const UInt8* src8 = srcRow;
340 srcRow += nbytes;
/openjdk7/jdk/src/share/native/sun/font/
H A DfreetypeScaler.c601 const UInt8* srcRow = (UInt8*)srcImage; local
608 const UInt8* src8 = srcRow;
612 srcRow += srcRowBytes;
636 const UInt8* srcRow = (UInt8*) srcImage; local
641 const UInt8* src8 = srcRow;
645 srcRow += srcRowBytes;
661 unsigned char *srcRow = (unsigned char *) srcImage; local
665 memcpy(dstRow, srcRow, width);
666 srcRow += srcRowBytes;
676 unsigned char *srcRow local
[all...]
/openjdk7/jdk/src/macosx/native/sun/font/
H A DCGGlyphImages.m227 size_t srcRow = y * srcRowWidth;
232 // UInt32 p = src[srcRow + x];
236 CGGI_CopyARGBPixelToRGBPixel(src[srcRow + x],
286 size_t srcRow = y * srcRowWidth;
290 UInt32 p = src[srcRow + x];

Completed in 36 milliseconds