Home
last modified time | relevance | path

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

/external/ImageMagick/MagickCore/
Dblob-private.h120 WriteBlobLSBSignedLong(Image *,const signed int),
Dmethods.h1147 #define WriteBlobLSBSignedLong PrependMagickMethod(WriteBlobLSBSignedLong) macro
Dblob.c6223 MagickExport ssize_t WriteBlobLSBSignedLong(Image *image,const signed int value) in WriteBlobLSBSignedLong() function
/external/ImageMagick/coders/
Dbmp.c2290 (void) WriteBlobLSBSignedLong(image,(signed int) bmp_info.width); in WriteBMPImage()
2291 (void) WriteBlobLSBSignedLong(image,(signed int) bmp_info.height); in WriteBMPImage()