Searched defs:dstRowBytes (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/native/sun/font/
H A DfreetypeScaler.c599 void* dstImage, int dstRowBytes,
613 dstRow += dstRowBytes;
635 void* dstImage, int dstRowBytes, int width, int height) {
646 dstRow += dstRowBytes;
659 void* dstImage, int dstRowBytes,
667 dstRow += dstRowBytes;
674 void* dstImage, int dstRowBytes,
690 dstRow += dstRowBytes;
598 CopyBW2Grey8(const void* srcImage, int srcRowBytes, void* dstImage, int dstRowBytes, int width, int height) argument
634 CopyGrey4ToGrey8(const void* srcImage, int srcRowBytes, void* dstImage, int dstRowBytes, int width, int height) argument
658 CopyFTSubpixelToSubpixel(const void* srcImage, int srcRowBytes, void* dstImage, int dstRowBytes, int width, int height) argument
673 CopyFTSubpixelVToSubpixel(const void* srcImage, int srcRowBytes, void* dstImage, int dstRowBytes, int width, int height) argument

Completed in 36 milliseconds