Home
last modified time | relevance | path

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

/external/pdfium/third_party/libtiff/
Dtif_getimage.c246 if( img->redcmap ) { in TIFFRGBAImageEnd()
247 _TIFFfree( img->redcmap ); in TIFFRGBAImageEnd()
250 img->redcmap = img->greencmap = img->bluecmap = NULL; in TIFFRGBAImageEnd()
282 img->redcmap = NULL; in TIFFRGBAImageBegin()
369 img->redcmap = (uint16 *) _TIFFmalloc(sizeof(uint16)*n_color); in TIFFRGBAImageBegin()
372 if( !img->redcmap || !img->greencmap || !img->bluecmap ) { in TIFFRGBAImageBegin()
377 _TIFFmemcpy( img->redcmap, red_orig, n_color * 2 ); in TIFFRGBAImageBegin()
2523 uint16* r = img->redcmap; in checkcmap()
2537 uint16* r = img->redcmap; in cvtcmap()
2563 uint16* r = img->redcmap; in makecmap()
Dtiffio.h209 uint16* redcmap; /* colormap palette */ member