Lines Matching refs:RasterS_t

125 allocateRasterArray(JNIEnv *env, RasterS_t *rasterP,
142 storeRasterArray(JNIEnv *env, RasterS_t *srcP, RasterS_t *dstP,
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, int component,
180 static int setPackedBCRdefault(JNIEnv *env, RasterS_t *rasterP,
183 static int setPackedSCRdefault(JNIEnv *env, RasterS_t *rasterP,
186 static int setPackedICRdefault(JNIEnv *env, RasterS_t *rasterP,
492 RasterS_t *srcRasterP;
493 RasterS_t *dstRasterP;
573 if ((srcRasterP = (RasterS_t *) calloc(1, sizeof(RasterS_t))) == NULL) {
579 if ((dstRasterP = (RasterS_t *) calloc(1, sizeof(RasterS_t))) == NULL) {
959 RasterS_t *srcRasterP;
960 RasterS_t *dstRasterP;
988 if ((srcRasterP = (RasterS_t *) calloc(1, sizeof(RasterS_t))) == NULL) {
993 if ((dstRasterP = (RasterS_t *) calloc(1, sizeof(RasterS_t))) == NULL) {
1504 RasterS_t* srcRasterP;
1505 RasterS_t* dstRasterP;
1528 if ((srcRasterP = (RasterS_t*) calloc(1, sizeof(RasterS_t))) == NULL) {
1533 if ((dstRasterP = (RasterS_t *) calloc(1, sizeof(RasterS_t))) == NULL) {
1779 RasterS_t *rasterP = &imageP->raster;
1994 RasterS_t *rasterP, int component, unsigned char *bdataP) {
2036 RasterS_t *rasterP = &imageP->raster;
2083 RasterS_t *rasterP = &imageP->raster;
2136 RasterS_t *rasterP = &imageP->raster;
2297 allocateRasterArray(JNIEnv *env, RasterS_t *rasterP,
2556 RasterS_t *rasterP = &dstP->raster;
2648 RasterS_t *rasterP = &dstP->raster;
2732 storeRasterArray(JNIEnv *env, RasterS_t *srcP, RasterS_t *dstP,
2768 RasterS_t *rasterP = &dstP->raster;
2843 RasterS_t *rasterP = &imageP->raster;
2913 static int expandPackedBCR(JNIEnv *env, RasterS_t *rasterP, int component,
3000 static int expandPackedBCRdefault(JNIEnv *env, RasterS_t *rasterP,
3094 static int expandPackedSCR(JNIEnv *env, RasterS_t *rasterP, int component,
3188 static int expandPackedSCRdefault(JNIEnv *env, RasterS_t *rasterP,
3291 static int expandPackedICR(JNIEnv *env, RasterS_t *rasterP, int component,
3382 static int expandPackedICRdefault(JNIEnv *env, RasterS_t *rasterP,
3480 static int setPackedBCR(JNIEnv *env, RasterS_t *rasterP, int component,
3556 static int setPackedSCR(JNIEnv *env, RasterS_t *rasterP, int component,
3632 static int setPackedICR(JNIEnv *env, RasterS_t *rasterP, int component,
3709 static int setPackedBCRdefault(JNIEnv *env, RasterS_t *rasterP,
3807 static int setPackedSCRdefault(JNIEnv *env, RasterS_t *rasterP,
3904 static int setPackedICRdefault(JNIEnv *env, RasterS_t *rasterP,