Searched defs:RasterS_t (Results 1 - 1 of 1) 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,

Completed in 31 milliseconds