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

/openjdk7/jdk/src/share/native/sun/awt/image/jpeg/
H A Djquant1.c150 JSAMPARRAY sv_colormap; /* The color map as a 2-D pixel array */ member in struct:__anon735
327 cquantize->sv_colormap = colormap;
661 colormap_ci = cquantize->sv_colormap[ci];
752 cinfo->colormap = cquantize->sv_colormap;
H A Djquant2.c201 JSAMPARRAY sv_colormap; /* colormap allocated at init time */ member in struct:__anon736
1152 cinfo->colormap = cquantize->sv_colormap;
1289 cquantize->sv_colormap = (*cinfo->mem->alloc_sarray)
1293 cquantize->sv_colormap = NULL;

Completed in 37 milliseconds