Searched refs:WriteLSBLong (Results 1 – 1 of 1) sorted by relevance
/external/ImageMagick/coders/ |
D | tiff.c | 318 static inline size_t WriteLSBLong(FILE *file,const unsigned int value) in WriteLSBLong() function 390 length=WriteLSBLong(file,(unsigned int) image->columns); in ReadGROUP4Image() 392 length=WriteLSBLong(file,(unsigned int) image->rows); in ReadGROUP4Image() 398 length=WriteLSBLong(file,(unsigned int) strip_offset); in ReadGROUP4Image() 400 length=WriteLSBLong(file,(unsigned int) image_info->orientation); in ReadGROUP4Image() 403 length=WriteLSBLong(file,(unsigned int) image->rows); in ReadGROUP4Image() 407 length=WriteLSBLong(file,(unsigned int) (strip_offset-8)); in ReadGROUP4Image() 409 length=WriteLSBLong(file,(unsigned int) (strip_offset-8)); in ReadGROUP4Image() 412 length=WriteLSBLong(file,(unsigned int) image->resolution.x); in ReadGROUP4Image() 413 length=WriteLSBLong(file,1); in ReadGROUP4Image() [all …]
|