Home
last modified time | relevance | path

Searched defs:tiffData (Results 1 – 3 of 3) sorted by relevance

/dports/graphics/podofo/podofo-0.9.7/src/podofo/doc/
H A DPdfImage.cpp716 struct tiffData struct
718 tiffData(const unsigned char* data, tsize_t size):_data(data), _pos(0), _size(size) {} in tiffData() function
720 tsize_t read(tdata_t data, tsize_t length) in read()
738 toff_t size() in size()
743 toff_t seek(toff_t pos, int whence) in seek()
785 const unsigned char* _data;
786 toff_t _pos;
787 tsize_t _size;
/dports/graphics/yafaray/libYafaRay-3.5.1/src/image_handlers/
H A DtifHandler.cc177 …libtiff::uint32 *tiffData = (libtiff::uint32*)libtiff::_TIFFmalloc(w * h * sizeof(libtiff::uint32)… in loadFromFile() local
/dports/converters/wkhtmltopdf/qt-5db36ec/src/gui/kernel/
H A Dqmime_mac.cpp690 QCFType<CFDataRef> tiffData = CFDataCreateWithBytesNoCopy(0, in convertToMime() local