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

  /external/ImageMagick/coders/
tiff.c 13 % Read/Write TIFF Image Format %
95 # include "tiff.h"
243 % magick string, is TIFF.
364 Write raw CCITT Group 4 wrapped as a TIFF image file.
409 Read TIFF image.
580 static void TIFFGetProfiles(TIFF *tiff,Image *image,MagickBooleanType ping,
593 if ((TIFFGetField(tiff,TIFFTAG_ICCPROFILE,&length,&profile) == 1) &&
598 if ((TIFFGetField(tiff,TIFFTAG_PHOTOSHOP,&length,&profile) == 1) &&
603 if ((TIFFGetField(tiff,TIFFTAG_RICHTIFFIPTC,&length,&profile) == 1) &
1112 *tiff; local
2451 *tiff; local
3123 *tiff; local
    [all...]
ept.c 89 *tiff;
215 ept_info.tiff=(unsigned char *) AcquireQuantumMemory(ept_info.tiff_length+1,
216 sizeof(*ept_info.tiff));
217 if (ept_info.tiff == (unsigned char *) NULL)
219 (void) ResetMagickMemory(ept_info.tiff,0,(ept_info.tiff_length+1)*
220 sizeof(*ept_info.tiff));
224 count=ReadBlob(image,ept_info.tiff_length,ept_info.tiff);
243 (void) CopyMagickString(read_info->magick,"TIFF",MagickPathExtent);
244 image=BlobToImage(read_info,ept_info.tiff,ept_info.tiff_length,exception);
253 ept_info.tiff=(unsigned char *) RelinquishMagickMemory(ept_info.tiff)
87 *tiff; member in struct:_EPTInfo
    [all...]
Android.mk 149 #tiff.c\ # Removed because requires LIBTIFF
Make.com 121 $call Make tiff.c
158 sct,sfw,sgi,stegano,sun,svg,tga,thumbnail,tiff,tile,tim,ttf,txt,uil,url, -
185 [-.tiff],[-.ttf],[-.zlib]) 'source_file'
  /external/dng_sdk/source/
dng_orientation.h 31 // different than the TIFF orientation encoding ("TIFF").
67 void SetTIFF (uint32 tiff);
82 static dng_orientation TIFFtoDNG (uint32 tiff)
87 result.SetTIFF (tiff);
dng_orientation.cpp 18 void dng_orientation::SetTIFF (uint32 tiff)
21 switch (tiff)
  /external/pdfium/third_party/libtiff/
tiffiop.h 93 typedef void (*TIFFVoidMethod)(TIFF*);
94 typedef int (*TIFFBoolMethod)(TIFF*);
95 typedef int (*TIFFPreMethod)(TIFF*, uint16);
96 typedef int (*TIFFCodeMethod)(TIFF* tif, uint8* buf, tmsize_t size, uint16 sample);
97 typedef int (*TIFFSeekMethod)(TIFF*, uint32);
98 typedef void (*TIFFPostMethod)(TIFF* tif, uint8* buf, tmsize_t size);
99 typedef uint32 (*TIFFStripMethod)(TIFF*, uint32);
100 typedef void (*TIFFTileMethod)(TIFF*, uint32*, uint32*);
102 struct tiff { struct
321 extern int _TIFFNoRowEncode(TIFF* tif, uint8* pp, tmsize_t cc, uint16 s)
    [all...]
tiffio.h 31 * TIFF I/O Library Definitions.
33 #include "tiff.h"
37 * TIFF is defined as an incomplete type to hide the
40 typedef struct tiff TIFF;
46 * in tiff.h. Note also that the varargs interface used
48 * tiff.h directly.
200 TIFF* tif; /* image handle */
251 typedef int (*TIFFInitMethod)(TIFF*, int);
281 typedef void (*TIFFExtendProc)(TIFF*);
    [all...]
  /external/python/cpython2/Lib/test/
test_htmlparser.py 584 '<![if ! IE]><link href="favicon.tiff"/><![endif]>'
598 ('startendtag', 'link', [('href', 'favicon.tiff')]),
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_htmlparser.py 574 '<![if ! IE]><link href="favicon.tiff"/><![endif]>'
588 ('startendtag', 'link', [('href', 'favicon.tiff')]),
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_htmlparser.py 574 '<![if ! IE]><link href="favicon.tiff"/><![endif]>'
588 ('startendtag', 'link', [('href', 'favicon.tiff')]),
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_htmlparser.py 574 '<![if ! IE]><link href="favicon.tiff"/><![endif]>'
588 ('startendtag', 'link', [('href', 'favicon.tiff')]),
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_htmlparser.py 574 '<![if ! IE]><link href="favicon.tiff"/><![endif]>'
588 ('startendtag', 'link', [('href', 'favicon.tiff')]),
  /prebuilts/go/darwin-x86/src/compress/lzw/
reader.go 13 // The TIFF file format uses a similar but incompatible version of the LZW
14 // algorithm. See the golang.org/x/image/tiff/lzw package for an
34 // MSB means Most Significant Bits first, as used in the TIFF and PDF
  /prebuilts/go/linux-x86/src/compress/lzw/
reader.go 13 // The TIFF file format uses a similar but incompatible version of the LZW
14 // algorithm. See the golang.org/x/image/tiff/lzw package for an
34 // MSB means Most Significant Bits first, as used in the TIFF and PDF
  /external/ImageMagick/
configure     [all...]

Completed in 543 milliseconds