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 250 _TIFFfree( img->greencmap );
252 img->redcmap = img->greencmap = img->bluecmap = NULL;
285 img->greencmap = NULL;
372 img->greencmap = (uint16 *) _TIFFmalloc(sizeof(uint16)*n_color);
374 if( !img->redcmap || !img->greencmap || !img->bluecmap ) {
380 _TIFFmemcpy( img->greencmap, green_orig, n_color * 2 );
    [all...]
tiffio.h 212 uint16* greencmap; member in struct:_TIFFRGBAImage

Completed in 111 milliseconds