Home
last modified time | relevance | path

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

/external/ImageMagick/coders/
Dpng.c791 magn_mx, member
5949 magn_mx, in ReadMNGImage() local
5984 magn_mx=(p[5] << 8) | p[6]; in ReadMNGImage()
5987 magn_mx=1; in ReadMNGImage()
5989 if (magn_mx == 0) in ReadMNGImage()
5990 magn_mx=1; in ReadMNGImage()
5996 magn_my=magn_mx; in ReadMNGImage()
6005 magn_ml=magn_mx; in ReadMNGImage()
6014 magn_mr=magn_mx; in ReadMNGImage()
6064 mng_info->magn_mx=magn_mx; in ReadMNGImage()
[all …]