HomeSort by relevance Sort by last modified time
    Searched refs:greencmap (Results 1 - 2 of 2) sorted by null

  /external/pdfium/third_party/libtiff/
tif_getimage.c 234 _TIFFfree( img->greencmap );
236 img->redcmap = img->greencmap = img->bluecmap = NULL;
269 img->greencmap = NULL;
356 img->greencmap = (uint16 *) _TIFFmalloc(sizeof(uint16)*n_color);
358 if( !img->redcmap || !img->greencmap || !img->bluecmap ) {
364 _TIFFmemcpy( img->greencmap, green_orig, n_color * 2 );
    [all...]
tiffio.h 212 uint16* greencmap; member in struct:_TIFFRGBAImage

Completed in 97 milliseconds