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

/openjdk7/jdk/src/share/native/sun/awt/image/
H A Ddither.c165 int cmap_len,
172 int cmap_mid = (cmap_len >> 1) + (cmap_len & 0x1);
192 malloc(cmap_len * sizeof(unsigned short));
203 malloc(cmap_len * sizeof(unsigned char));
221 pixel = cmap[cmap_len - i - 1];
225 INSERTNEW(currentState, rgb, cmap_len - i - 1);
164 initCubemap(int* cmap, int cmap_len, int cube_dim) argument

Completed in 22 milliseconds