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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/tiff/
H A Dtif_getimage.c198 if( img->redcmap ) {
199 _TIFFfree( img->redcmap );
230 img->redcmap = NULL;
307 img->redcmap = (uint16 *) _TIFFmalloc(sizeof(uint16)*n_color);
310 if( !img->redcmap || !img->greencmap || !img->bluecmap ) {
315 memcpy( img->redcmap, red_orig, n_color * 2 );
2189 uint16* r = img->redcmap;
2203 uint16* r = img->redcmap;
2229 uint16* r = img->redcmap;
H A Dtiffio.h215 uint16* redcmap; /* colormap pallete */ member in struct:_TIFFRGBAImage

Completed in 63 milliseconds