Searched defs:jtable (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/native/sun/awt/medialib/
H A Dawt_ImagingLib.c1279 LookupArrayInfo *jtable; local
1344 jtable = NULL;
1346 jtable = (LookupArrayInfo *)malloc(lut_nbands * sizeof (LookupArrayInfo));
1349 if (tbl == NULL || jtable == NULL) {
1351 if (jtable != NULL) free(jtable);
1359 jtable[i].jArray = (*env)->GetObjectArrayElement(env, jtableArrays, i);
1361 if (jtable[i].jArray != NULL) {
1362 jtable[i].length = (*env)->GetArrayLength(env, jtable[
1510 LookupArrayInfo jtable[4]; local
[all...]

Completed in 475 milliseconds