Home | History | Annotate | Download | only in coders

Lines Matching refs:WriteBlobLSBShort

1614   (void) WriteBlobLSBShort(image,(unsigned short) page.width);
1615 (void) WriteBlobLSBShort(image,(unsigned short) page.height);
1738 (void) WriteBlobLSBShort(image,(unsigned short) delay);
1780 (void) WriteBlobLSBShort(image,(unsigned short) (image->iterations ?
1911 (void) WriteBlobLSBShort(image,(unsigned short) (page.x < 0 ? 0 : page.x));
1912 (void) WriteBlobLSBShort(image,(unsigned short) (page.y < 0 ? 0 : page.y));
1913 (void) WriteBlobLSBShort(image,(unsigned short) image->columns);
1914 (void) WriteBlobLSBShort(image,(unsigned short) image->rows);