HomeSort by relevance Sort by last modified time
    Searched refs:Ascii85Encode (Results 1 - 6 of 6) sorted by null

  /external/ImageMagick/MagickCore/
compress.h 65 Ascii85Encode(Image *,const unsigned char),
compress.c 216 % ASCII85Encode() encodes data in ASCII base-85 format. ASCII base-85
220 % The format of the ASCII85Encode method is:
222 % void Ascii85Encode(Image *image,const size_t code)
306 MagickExport void Ascii85Encode(Image *image,const unsigned char code)
695 Ascii85Encode(image,byte); \
873 Ascii85Encode(image,byte);
    [all...]
methods.h 109 #define Ascii85Encode PrependMagickMethod(Ascii85Encode)
    [all...]
  /external/ImageMagick/coders/
ps2.c 838 Ascii85Encode(image,ScaleQuantumToChar(ClampToQuantum(
    [all...]
pdf.c     [all...]
ps3.c 551 Ascii85Encode(image,pixels[i]);
    [all...]

Completed in 61 milliseconds