Home
last modified time | relevance | path

Searched refs:WriteLSBLong (Results 1 – 1 of 1) sorted by relevance

/external/ImageMagick/coders/
Dtiff.c379 static inline size_t WriteLSBLong(FILE *file,const unsigned int value) in WriteLSBLong() function
451 length=WriteLSBLong(file,image->columns); in ReadGROUP4Image()
453 length=WriteLSBLong(file,image->rows); in ReadGROUP4Image()
459 length=WriteLSBLong(file,(unsigned int) strip_offset); in ReadGROUP4Image()
461 length=WriteLSBLong(file,(unsigned int) image_info->orientation); in ReadGROUP4Image()
464 length=WriteLSBLong(file,image->rows); in ReadGROUP4Image()
468 length=WriteLSBLong(file,(unsigned int) (strip_offset-8)); in ReadGROUP4Image()
470 length=WriteLSBLong(file,(unsigned int) (strip_offset-8)); in ReadGROUP4Image()
473 length=WriteLSBLong(file,(unsigned int) image->resolution.x); in ReadGROUP4Image()
474 length=WriteLSBLong(file,1); in ReadGROUP4Image()
[all …]