Home
last modified time | relevance | path

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

/external/ImageMagick/coders/
Dpng.c1637 static long mng_get_long(unsigned char *p) in mng_get_long() function
1652 box.left=mng_get_long(p); in mng_read_box()
1653 box.right=mng_get_long(&p[4]); in mng_read_box()
1654 box.top=mng_get_long(&p[8]); in mng_read_box()
1655 box.bottom=mng_get_long(&p[12]); in mng_read_box()
1676 pair.a=mng_get_long(p); in mng_read_pair()
1677 pair.b=mng_get_long(&p[4]); in mng_read_pair()
2044 image->page.width=(size_t)mng_get_long(chunk->data); in read_user_chunk_callback()
2045 image->page.height=(size_t)mng_get_long(&chunk->data[4]); in read_user_chunk_callback()
2063 image->page.width=(size_t) mng_get_long(chunk->data); in read_user_chunk_callback()
[all …]