Home
last modified time | relevance | path

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

/external/ImageMagick/coders/
Dpict.c1691 destination_rectangle, in WritePICTImage() local
1748 destination_rectangle=size_rectangle; in WritePICTImage()
2012 (void) WriteBlobMSBShort(image,(unsigned short) destination_rectangle.top); in WritePICTImage()
2013 (void) WriteBlobMSBShort(image,(unsigned short) destination_rectangle.left); in WritePICTImage()
2014 (void) WriteBlobMSBShort(image,(unsigned short) destination_rectangle.bottom); in WritePICTImage()
2015 (void) WriteBlobMSBShort(image,(unsigned short) destination_rectangle.right); in WritePICTImage()