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

/openjdk7/jdk/src/share/native/sun/awt/image/
H A Dawt_parseImage.c818 unsigned char *bufferP) {
862 bufferP[off++] = (unsigned char) dataP[dOff];
891 bufferP[off++] = (unsigned char) dataP[i];
912 unsigned char *bufferP) {
956 dataP[dOff] = bufferP[off++];
982 dataP[i] = bufferP[off++];
1000 unsigned short *bufferP) {
1048 bufferP[off++] = (unsigned short) dataP[dOff];
1073 bufferP[off++] = (unsigned short) dataP[i];
1086 unsigned short *bufferP) {
817 awt_getPixelByte(JNIEnv *env, int band, RasterS_t *rasterP, unsigned char *bufferP) argument
911 awt_setPixelByte(JNIEnv *env, int band, RasterS_t *rasterP, unsigned char *bufferP) argument
999 awt_getPixelShort(JNIEnv *env, int band, RasterS_t *rasterP, unsigned short *bufferP) argument
1085 awt_setPixelShort(JNIEnv *env, int band, RasterS_t *rasterP, unsigned short *bufferP) argument
[all...]

Completed in 26 milliseconds