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

/openjdk7/jdk/src/share/native/sun/awt/image/
H A Dawt_parseImage.c602 ColorModelS_t *cmodelP = &imageP->cmodel; local
606 if (cmodelP->numComponents != rasterP->numBands) {
607 if (cmodelP->cmType != INDEX_CM_TYPE) {
654 } else if (cmodelP->cmType == INDEX_CM_TYPE) {
684 else if (cmodelP->cmType == COMPONENT_CM_TYPE) {
744 else if (cmodelP->cmType == DIRECT_CM_TYPE || cmodelP->cmType == PACKED_CM_TYPE) {
753 rasterP->numBands != cmodelP->numComponents)
761 if (cmodelP->maxNbits > 8) {
763 hintP->expandToNbits = cmodelP
[all...]
/openjdk7/jdk/src/share/native/sun/awt/medialib/
H A Dawt_ImagingLib.c2767 ColorModelS_t *cmodelP = &dstP->cmodel; local
2771 if (cmodelP->csType != java_awt_color_ColorSpace_TYPE_RGB) {
2815 argb = (*env)->GetPrimitiveArrayCritical(env, cmodelP->jrgb, NULL);
2829 (unsigned char *)argb, cmodelP->mapSize);
2830 sP += cmodelP->numComponents;
2834 (*env)->ReleasePrimitiveArrayCritical(env, cmodelP->jrgb, argb, JNI_ABORT);

Completed in 43 milliseconds