Searched refs:_TIFFMultiply32 (Results 1 – 7 of 7) sorted by relevance
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/libtiff/ |
A D | tif_tile.c | 130 _TIFFMultiply32(tif, _TIFFMultiply32(tif, TIFFhowmany_32(td->td_imagewidth, dx), in TIFFNumberOfTiles() 135 ntiles = _TIFFMultiply32(tif, ntiles, td->td_samplesperpixel, in TIFFNumberOfTiles()
|
A D | libtiff.def | 167 _TIFFMultiply32
|
A D | tif_aux.c | 37 _TIFFMultiply32(TIFF* tif, uint32 first, uint32 second, const char* where) in _TIFFMultiply32() function
|
A D | tif_strip.c | 69 nstrips = _TIFFMultiply32(tif, nstrips, (uint32)td->td_samplesperpixel, in TIFFNumberOfStrips()
|
A D | tiffiop.h | 366 extern uint32 _TIFFMultiply32(TIFF*, uint32, uint32, const char*);
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/tools/ |
A D | tiffgt.c | 242 _TIFFMultiply32(tif, img.width, img.height, "allocating raster buffer"); in initImage()
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/ |
A D | ChangeLog | 1190 * libtiff/libtiff.def: Added _TIFFMultiply32 and _TIFFMultiply64 2903 rename them into _TIFFMultiply32() and _TIFFMultiply64() respectively.
|
Completed in 15 milliseconds