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

/openjdk7/jdk/src/share/native/sun/java2d/loops/
H A DGraphicsPrimitiveMgr.c66 static jmethodID getRgbID; variable
118 getRgbID = (*env)->GetMethodID(env, Color, "getRGB", "()I");
470 rgb = (*env)->CallIntMethod(env, color, getRgbID);

Completed in 31 milliseconds