Searched refs:bluecmap (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.c201 _TIFFfree( img->bluecmap );
232 img->bluecmap = NULL;
309 img->bluecmap = (uint16 *) _TIFFmalloc(sizeof(uint16)*n_color);
310 if( !img->redcmap || !img->greencmap || !img->bluecmap ) {
317 memcpy( img->bluecmap, blue_orig, n_color * 2 );
2191 uint16* b = img->bluecmap;
2205 uint16* b = img->bluecmap;
2231 uint16* b = img->bluecmap;
H A Dtiffio.h217 uint16* bluecmap; member in struct:_TIFFRGBAImage

Completed in 121 milliseconds