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

  /external/opencv3/3rdparty/libtiff/
tif_getimage.c 216 _TIFFfree( img->greencmap );
218 img->redcmap = img->greencmap = img->bluecmap = NULL;
248 img->greencmap = NULL;
328 img->greencmap = (uint16 *) _TIFFmalloc(sizeof(uint16)*n_color);
330 if( !img->redcmap || !img->greencmap || !img->bluecmap ) {
336 _TIFFmemcpy( img->greencmap, green_orig, n_color * 2 );
462 _TIFFfree( img->greencmap );
464 img->redcmap = img->greencmap = img->bluecmap = NULL;
    [all...]
tiffio.h 212 uint16* greencmap; member in struct:_TIFFRGBAImage
  /external/pdfium/third_party/libtiff/
tif_getimage.c 231 _TIFFfree( img->greencmap );
233 img->redcmap = img->greencmap = img->bluecmap = NULL;
263 img->greencmap = NULL;
343 img->greencmap = (uint16 *) _TIFFmalloc(sizeof(uint16)*n_color);
345 if( !img->redcmap || !img->greencmap || !img->bluecmap ) {
351 _TIFFmemcpy( img->greencmap, green_orig, n_color * 2 );
477 _TIFFfree( img->greencmap );
479 img->redcmap = img->greencmap = img->bluecmap = NULL;
    [all...]
tiffio.h 212 uint16* greencmap; member in struct:_TIFFRGBAImage

Completed in 82 milliseconds