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

/openjdk10/jdk/src/java.desktop/share/native/liblcms/
H A Dcmsxform.c1229 cmsHPROFILE hArray[2]; local
1231 hArray[0] = Input;
1232 hArray[1] = Output;
1234 return cmsCreateMultiprofileTransformTHR(ContextID, hArray, Output == NULL ? 1 : 2, InputFormat, OutputFormat, Intent, dwFlags);
1258 cmsHPROFILE hArray[4]; local
1265 hArray[0] = InputProfile; hArray[1] = ProofingProfile; hArray[2] = ProofingProfile; hArray[3] = OutputProfile;
1274 return cmsCreateExtendedTransform(ContextID, 4, hArray, BP
[all...]
/openjdk10/jdk/src/java.desktop/unix/native/common/awt/
H A DX11Color.c1042 jintArray hArray; local
1202 hArray = (*env)->NewIntArray(env, paletteSize);
1203 if (hArray == NULL)
1210 (*env)->SetIntArrayRegion(env, hArray, 0, paletteSize, rgb);
1218 8, 256, hArray, 0,
1226 12, 4096, hArray, 0,

Completed in 137 milliseconds