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

/openjdk7/jdk/src/share/native/sun/awt/image/
H A Dawt_parseImage.c427 ColorModelS_t *cmP) {
440 cmP->jcmodel = jcmodel;
442 cmP->jcspace = (*env)->GetObjectField(env, jcmodel, g_CMcspaceID);
444 cmP->numComponents = (*env)->GetIntField(env, jcmodel,
446 cmP->supportsAlpha = (*env)->GetBooleanField(env, jcmodel,
448 cmP->isAlphaPre = (*env)->GetBooleanField(env,jcmodel,
450 cmP->transparency = (*env)->GetIntField(env, jcmodel,
460 if (nBitsLength != cmP->numComponents) {
465 cmP->nBits = NULL;
466 if (SAFE_TO_ALLOC_2(cmP
426 awt_parseColorModel(JNIEnv *env, jobject jcmodel, int imageType, ColorModelS_t *cmP) argument
[all...]
/openjdk7/jdk/src/share/native/sun/awt/medialib/
H A Dawt_ImagingLib.c1993 expandPacked(JNIEnv *env, BufImageS_t *img, ColorModelS_t *cmP, argument
2035 ColorModelS_t *cmP = &imageP->cmodel; local
2082 ColorModelS_t *cmP = &imageP->cmodel; local
2137 ColorModelS_t *cmP = &imageP->cmodel; local
2263 int nChans = (cmP->isDefaultCompatCM ? 4 : hintP->numChans);
2842 ColorModelS_t *cmP = &imageP->cmodel; local
2854 rgb = (int *) (*env)->GetPrimitiveArrayCritical(env, cmP->jrgb, NULL);
2862 (*env)->ReleasePrimitiveArrayCritical(env, cmP->jrgb, rgb,

Completed in 107 milliseconds