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

  /external/pdfium/third_party/libtiff/
tif_extension.c 102 psLink = (TIFFClientInfoLink *) _TIFFmalloc(sizeof(TIFFClientInfoLink));
105 psLink->name = (char *) _TIFFmalloc((tmsize_t)(strlen(name)+1));
tif_aux.c 103 tf[0] = (uint16 *)_TIFFmalloc(nbytes);
113 tf[1] = (uint16 *)_TIFFmalloc(nbytes);
117 tf[2] = (uint16 *)_TIFFmalloc(nbytes);
140 td->td_refblackwhite = (float *)_TIFFmalloc(6*sizeof (float));
tif_pixarlog.c 516 FromLT2 = (uint16 *)_TIFFmalloc(lt2size*sizeof(uint16));
517 From14 = (uint16 *)_TIFFmalloc(16384*sizeof(uint16));
518 From8 = (uint16 *)_TIFFmalloc(256*sizeof(uint16));
519 ToLinearF = (float *)_TIFFmalloc(TSIZEP1 * sizeof(float));
520 ToLinear16 = (uint16 *)_TIFFmalloc(TSIZEP1 * sizeof(uint16));
521 ToLinear8 = (unsigned char *)_TIFFmalloc(TSIZEP1 * sizeof(unsigned char));
699 sp->tbuf = (uint16 *) _TIFFmalloc(tbuf_size);
917 sp->tbuf = (uint16 *) _TIFFmalloc(tbuf_size);
    [all...]
tif_dirwrite.c 784 dir=_TIFFmalloc(ndir*sizeof(TIFFDirEntry));
834 dirmem=_TIFFmalloc(dirsize);
    [all...]
tif_write.c 543 _TIFFmalloc(td->td_nstrips * sizeof (uint64));
545 _TIFFmalloc(td->td_nstrips * sizeof (uint64));
660 bp = _TIFFmalloc(size);
tif_compress.c 205 _TIFFmalloc((tmsize_t)(sizeof (codec_t) + sizeof (TIFFCodec) + strlen(name)+1));
tif_lzw.c 211 tif->tif_data = (uint8*) _TIFFmalloc(sizeof(LZWCodecState));
232 sp->dec_codetab = (code_t*)_TIFFmalloc(CSIZE*sizeof (code_t));
803 sp->enc_hashtab = (hash_t*) _TIFFmalloc(HSIZE*sizeof (hash_t));
1149 tif->tif_data = (uint8*) _TIFFmalloc(sizeof (LZWCodecState));
    [all...]
tif_packbits.c 41 tif->tif_data = (uint8*)_TIFFmalloc(sizeof(tmsize_t));
tif_getimage.c 371 img->redcmap = (uint16 *) _TIFFmalloc(sizeof(uint16)*n_color);
372 img->greencmap = (uint16 *) _TIFFmalloc(sizeof(uint16)*n_color);
373 img->bluecmap = (uint16 *) _TIFFmalloc(sizeof(uint16)*n_color);
    [all...]
tif_ojpeg.c 446 sp=_TIFFmalloc(sizeof(OJPEGState));
780 sp->skip_buffer=_TIFFmalloc(sp->bytes_per_line);
    [all...]
tif_predict.c 425 tmp = (uint8 *)_TIFFmalloc(cc);
657 tmp = (uint8 *)_TIFFmalloc(cc);
715 working_copy = (uint8*) _TIFFmalloc(cc0);
tif_jpeg.c 512 sp->jpegtables = (void*) _TIFFmalloc((tmsize_t) sp->jpegtables_length);
761 m.buffer=_TIFFmalloc(m.buffersize);
    [all...]
tif_dirread.c 892 data=(uint8*)_TIFFmalloc(count);
1071 data=(int8*)_TIFFmalloc(count);
    [all...]
tif_open.c 119 tif = (TIFF *)_TIFFmalloc((tmsize_t)(sizeof (TIFF) + strlen(name) + 1));
tif_zip.c 420 tif->tif_data = (uint8*) _TIFFmalloc(sizeof (ZIPState));
tif_luv.c     [all...]
tif_print.c 629 raw_data = _TIFFmalloc(
tiffio.h 295 extern void* _TIFFmalloc(tmsize_t s);
tif_dirinfo.c     [all...]
tif_fax3.c 582 esp->refline = (unsigned char*) _TIFFmalloc(rowbytes);
    [all...]
tif_read.c 527 * * if *buf == NULL, *buf = _TIFFmalloc(bufsizetoalloc) only after TIFFFillStrip() has
554 *buf = _TIFFmalloc(bufsizetoalloc);
    [all...]
tif_dir.c 54 *vpp = (void*) _TIFFmalloc(bytes);
81 *vpp = _TIFFmalloc(nmemb*sizeof(double));
    [all...]
  /external/pdfium/core/fxcodec/codec/
ccodec_tiffmodule.cpp 71 void* _TIFFmalloc(tmsize_t size) {
360 uint8_t* buf = (uint8_t*)_TIFFmalloc(size);
388 uint8_t* buf = (uint8_t*)_TIFFmalloc(size);
422 uint8_t* buf = (uint8_t*)_TIFFmalloc(size);

Completed in 2257 milliseconds