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

  /external/pdfium/third_party/libtiff/
tif_getimage.c 251 _TIFFfree( img->bluecmap );
252 img->redcmap = img->greencmap = img->bluecmap = NULL;
286 img->bluecmap = NULL;
373 img->bluecmap = (uint16 *) _TIFFmalloc(sizeof(uint16)*n_color);
374 if( !img->redcmap || !img->greencmap || !img->bluecmap ) {
381 _TIFFmemcpy( img->bluecmap, blue_orig, n_color * 2 );
    [all...]
tiffio.h 213 uint16* bluecmap; member in struct:_TIFFRGBAImage

Completed in 218 milliseconds