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

/openjdk7/jdk/src/share/native/sun/awt/image/
H A Dawt_parseImage.c125 static int checkChannelOffsets(RasterS_t *rasterP, int dataArrayLength) { argument
127 switch (rasterP->rasterType) {
129 if (!SAFE_TO_MULT(rasterP->height, rasterP->scanlineStride)) {
132 if (!SAFE_TO_MULT(rasterP->width, rasterP->pixelStride)) {
136 lastScanOffset = (rasterP->height - 1) * rasterP->scanlineStride;
137 lastPixelOffset = (rasterP->width - 1) * rasterP
182 awt_parseRaster(JNIEnv *env, jobject jraster, RasterS_t *rasterP) argument
570 awt_freeParsedRaster(RasterS_t *rasterP, int freeRasterP) argument
601 RasterS_t *rasterP = &imageP->raster; local
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...]
H A Dawt_parseImage.h182 int awt_parseRaster(JNIEnv *env, jobject jraster, RasterS_t *rasterP);
187 void awt_freeParsedRaster(RasterS_t *rasterP, int freeRasterP);
191 int awt_getPixelByte(JNIEnv *env, int band, RasterS_t *rasterP,
193 int awt_setPixelByte(JNIEnv *env, int band, RasterS_t *rasterP,
195 int awt_getPixelShort(JNIEnv *env, int band, RasterS_t *rasterP,
197 int awt_setPixelShort(JNIEnv *env, int band, RasterS_t *rasterP,
/openjdk7/jdk/src/share/native/sun/awt/medialib/
H A Dawt_ImagingLib.c125 allocateRasterArray(JNIEnv *env, RasterS_t *rasterP,
159 static int expandPackedBCR(JNIEnv *env, RasterS_t *rasterP, int component,
161 static int expandPackedSCR(JNIEnv *env, RasterS_t *rasterP, int component,
163 static int expandPackedICR(JNIEnv *env, RasterS_t *rasterP, int component,
165 static int expandPackedBCRdefault(JNIEnv *env, RasterS_t *rasterP,
168 static int expandPackedSCRdefault(JNIEnv *env, RasterS_t *rasterP,
171 static int expandPackedICRdefault(JNIEnv *env, RasterS_t *rasterP,
174 static int setPackedBCR(JNIEnv *env, RasterS_t *rasterP, int component,
176 static int setPackedSCR(JNIEnv *env, RasterS_t *rasterP, int component,
178 static int setPackedICR(JNIEnv *env, RasterS_t *rasterP, in
1779 RasterS_t *rasterP = &imageP->raster; local
1993 expandPacked(JNIEnv *env, BufImageS_t *img, ColorModelS_t *cmP, RasterS_t *rasterP, int component, unsigned char *bdataP) argument
2036 RasterS_t *rasterP = &imageP->raster; local
2083 RasterS_t *rasterP = &imageP->raster; local
2136 RasterS_t *rasterP = &imageP->raster; local
2297 allocateRasterArray(JNIEnv *env, RasterS_t *rasterP, mlib_image **mlibImagePP, void **dataPP, int isSrc) argument
2556 RasterS_t *rasterP = &dstP->raster; local
2648 RasterS_t *rasterP = &dstP->raster; local
2768 RasterS_t *rasterP = &dstP->raster; local
2843 RasterS_t *rasterP = &imageP->raster; local
2913 expandPackedBCR(JNIEnv *env, RasterS_t *rasterP, int component, unsigned char *outDataP) argument
3000 expandPackedBCRdefault(JNIEnv *env, RasterS_t *rasterP, int component, unsigned char *outDataP, int forceAlpha) argument
3094 expandPackedSCR(JNIEnv *env, RasterS_t *rasterP, int component, unsigned char *outDataP) argument
3188 expandPackedSCRdefault(JNIEnv *env, RasterS_t *rasterP, int component, unsigned char *outDataP, int forceAlpha) argument
3291 expandPackedICR(JNIEnv *env, RasterS_t *rasterP, int component, unsigned char *outDataP) argument
3382 expandPackedICRdefault(JNIEnv *env, RasterS_t *rasterP, int component, unsigned char *outDataP, int forceAlpha) argument
3480 setPackedBCR(JNIEnv *env, RasterS_t *rasterP, int component, unsigned char *inDataP) argument
3556 setPackedSCR(JNIEnv *env, RasterS_t *rasterP, int component, unsigned char *inDataP) argument
3632 setPackedICR(JNIEnv *env, RasterS_t *rasterP, int component, unsigned char *inDataP) argument
3709 setPackedBCRdefault(JNIEnv *env, RasterS_t *rasterP, int component, unsigned char *inDataP, int supportsAlpha) argument
3807 setPackedSCRdefault(JNIEnv *env, RasterS_t *rasterP, int component, unsigned char *inDataP, int supportsAlpha) argument
3904 setPackedICRdefault(JNIEnv *env, RasterS_t *rasterP, int component, unsigned char *inDataP, int supportsAlpha) argument
[all...]

Completed in 81 milliseconds