Home
last modified time | relevance | path

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

/external/ImageMagick/coders/
Dpict.c1692 frame_rectangle, in WritePICTImage() local
1745 frame_rectangle=size_rectangle; in WritePICTImage()
1829 (void) WriteBlobMSBShort(image,(unsigned short) frame_rectangle.top); in WritePICTImage()
1830 (void) WriteBlobMSBShort(image,(unsigned short) frame_rectangle.left); in WritePICTImage()
1831 (void) WriteBlobMSBShort(image,(unsigned short) frame_rectangle.bottom); in WritePICTImage()
1832 (void) WriteBlobMSBShort(image,(unsigned short) frame_rectangle.right); in WritePICTImage()