Home
last modified time | relevance | path

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

/external/ImageMagick/coders/
Dpict.c1623 frame_rectangle, in WritePICTImage() local
1676 frame_rectangle=size_rectangle; in WritePICTImage()
1750 (void) WriteBlobMSBShort(image,(unsigned short) frame_rectangle.top); in WritePICTImage()
1751 (void) WriteBlobMSBShort(image,(unsigned short) frame_rectangle.left); in WritePICTImage()
1752 (void) WriteBlobMSBShort(image,(unsigned short) frame_rectangle.bottom); in WritePICTImage()
1753 (void) WriteBlobMSBShort(image,(unsigned short) frame_rectangle.right); in WritePICTImage()