Home
last modified time | relevance | path

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

/external/pdfium/third_party/libtiff/
Dtif_getimage.c248 if( img->redcmap ) { in TIFFRGBAImageEnd()
249 _TIFFfree( img->redcmap ); in TIFFRGBAImageEnd()
252 img->redcmap = img->greencmap = img->bluecmap = NULL; in TIFFRGBAImageEnd()
284 img->redcmap = NULL; in TIFFRGBAImageBegin()
371 img->redcmap = (uint16 *) _TIFFmalloc(sizeof(uint16)*n_color); in TIFFRGBAImageBegin()
374 if( !img->redcmap || !img->greencmap || !img->bluecmap ) { in TIFFRGBAImageBegin()
379 _TIFFmemcpy( img->redcmap, red_orig, n_color * 2 ); in TIFFRGBAImageBegin()
2504 uint16* r = img->redcmap; in checkcmap()
2518 uint16* r = img->redcmap; in cvtcmap()
2544 uint16* r = img->redcmap; in makecmap()
Dtiffio.h211 uint16* redcmap; /* colormap palette */ member