Home
last modified time | relevance | path

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

/external/ImageMagick/coders/
Dpict.c1690 crop_rectangle, in WritePICTImage() local
1746 crop_rectangle=size_rectangle; in WritePICTImage()
1865 (void) WriteBlobMSBShort(image,(unsigned short) crop_rectangle.top); in WritePICTImage()
1866 (void) WriteBlobMSBShort(image,(unsigned short) crop_rectangle.left); in WritePICTImage()
1867 (void) WriteBlobMSBShort(image,(unsigned short) crop_rectangle.bottom); in WritePICTImage()
1868 (void) WriteBlobMSBShort(image,(unsigned short) crop_rectangle.right); in WritePICTImage()