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

/openjdk7/jdk/src/share/native/sun/awt/image/
H A Dawt_ImageRep.c245 int mapSize; local
286 mapSize = (*env)->GetIntField(env, jicm, g_ICMmapSizeID);
288 if (numLut < 0 || numLut > 256 || mapSize < 0 || mapSize > 256) {
331 if (compareLUTs(srcLUT, numLut, transIdx, newLUT, mapSize,
H A Dawt_parseImage.h150 int mapSize; /* For ICM, size of the lut */ member in struct:__anon675
/openjdk7/hotspot/agent/src/os/solaris/proc/
H A Dsaproc.cpp459 jlong mapSize = (jlong) pmp->pr_size; local
461 objectName, mapSize, (jlong)(uintptr_t)pmp->pr_vaddr);

Completed in 74 milliseconds