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

/openjdk7/jdk/src/share/native/sun/awt/image/
H A Dawt_parseImage.h128 } RasterS_t; typedef in typeref:struct:__anon674
170 RasterS_t raster; /* The raster structure */
182 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,
H A Dawt_parseImage.c125 static int checkChannelOffsets(RasterS_t *rasterP, int dataArrayLength) {
182 int awt_parseRaster(JNIEnv *env, jobject jraster, RasterS_t *rasterP) {
570 void awt_freeParsedRaster(RasterS_t *rasterP, int freeRasterP) {
601 RasterS_t *rasterP = &imageP->raster;
817 int awt_getPixelByte(JNIEnv *env, int band, RasterS_t *rasterP,
911 int awt_setPixelByte(JNIEnv *env, int band, RasterS_t *rasterP,
999 int awt_getPixelShort(JNIEnv *env, int band, RasterS_t *rasterP,
1085 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,
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 *raster
[all...]

Completed in 36 milliseconds