Lines Matching refs:imageP

121 allocateArray(JNIEnv *env, BufImageS_t *imageP,
158 static int expandICM(JNIEnv *env, BufImageS_t *imageP, unsigned int *mDataP);
1777 static void extendEdge(JNIEnv *env, BufImageS_t *imageP,
1779 RasterS_t *rasterP = &imageP->raster;
2033 cvtCustomToDefault(JNIEnv *env, BufImageS_t *imageP, int component,
2035 ColorModelS_t *cmP = &imageP->cmodel;
2036 RasterS_t *rasterP = &imageP->raster;
2061 jpixels = (*env)->CallObjectMethod(env, imageP->jimage,
2080 cvtDefaultToCustom(JNIEnv *env, BufImageS_t *imageP, int component,
2082 ColorModelS_t *cmP = &imageP->cmodel;
2083 RasterS_t *rasterP = &imageP->raster;
2116 (*env)->CallVoidMethod(env, imageP->jimage, g_BImgSetRGBMID, 0, y,
2131 allocateArray(JNIEnv *env, BufImageS_t *imageP,
2136 RasterS_t *rasterP = &imageP->raster;
2137 ColorModelS_t *cmP = &imageP->cmodel;
2141 HintS_t *hintP = &imageP->hints;
2203 switch(imageP->cmodel.cmType) {
2208 return expandICM(env, imageP, (unsigned int *)cDataP);
2211 return cvtCustomToDefault(env, imageP, -1, cDataP);
2215 switch(imageP->raster.dataType) {
2218 !imageP->cmodel.supportsAlpha);
2221 !imageP->cmodel.supportsAlpha);
2224 !imageP->cmodel.supportsAlpha);
2226 } /* switch(imageP->cmodel.cmType) */
2228 return cvtCustomToDefault(env, imageP, -1, cDataP);
2281 imageP->raster.scanlineStride*2,
2840 static int expandICM(JNIEnv *env, BufImageS_t *imageP, unsigned int *mDataP)
2842 ColorModelS_t *cmP = &imageP->cmodel;
2843 RasterS_t *rasterP = &imageP->raster;
2844 HintS_t *hintP = &imageP->hints;
2905 (*env)->ReleasePrimitiveArrayCritical(env, imageP->cmodel.jrgb,