Home
last modified time | relevance | path

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

/external/pdfium/third_party/libtiff/
Dtif_getimage.c250 _TIFFfree( img->greencmap ); in TIFFRGBAImageEnd()
252 img->redcmap = img->greencmap = img->bluecmap = NULL; in TIFFRGBAImageEnd()
285 img->greencmap = NULL; in TIFFRGBAImageBegin()
372 img->greencmap = (uint16 *) _TIFFmalloc(sizeof(uint16)*n_color); in TIFFRGBAImageBegin()
374 if( !img->redcmap || !img->greencmap || !img->bluecmap ) { in TIFFRGBAImageBegin()
380 _TIFFmemcpy( img->greencmap, green_orig, n_color * 2 ); in TIFFRGBAImageBegin()
2505 uint16* g = img->greencmap; in checkcmap()
2519 uint16* g = img->greencmap; in cvtcmap()
2545 uint16* g = img->greencmap; in makecmap()
Dtiffio.h212 uint16* greencmap; member