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

/openjdk7/jdk/src/share/native/sun/awt/image/
H A Dawt_parseImage.h182 int awt_parseRaster(JNIEnv *env, jobject jraster, RasterS_t *rasterP);
H A Dawt_parseImage.c87 if ((status = awt_parseRaster(env, jraster, &imageP->raster)) <= 0) {
182 int awt_parseRaster(JNIEnv *env, jobject jraster, RasterS_t *rasterP) { function
/openjdk7/jdk/src/share/native/sun/awt/medialib/
H A Dawt_ImagingLib.c587 if ((status = awt_parseRaster(env, jsrc, srcRasterP)) <= 0) {
596 if ((status = awt_parseRaster(env, jdst, dstRasterP)) <= 0) {
1032 if ((status = awt_parseRaster(env, jsrc, srcRasterP)) <= 0) {
1040 if ((status = awt_parseRaster(env, jdst, dstRasterP)) <= 0) {
1540 if ((status = awt_parseRaster(env, jsrc, srcRasterP)) <= 0) {
1547 if ((status = awt_parseRaster(env, jdst, dstRasterP)) <= 0) {

Completed in 43 milliseconds