Home
last modified time | relevance | path

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

/PHP-5.6/ext/gd/libgd/
H A Dgd_gif_in.c49 #define LM_to_uint(a,b) (((b)<<8)|(a)) macro
179 screen_width = imw = LM_to_uint(buf[0],buf[1]); in gdImageCreateFromGifCtx()
180 screen_height = imh = LM_to_uint(buf[2],buf[3]); in gdImageCreateFromGifCtx()
221 left = LM_to_uint(buf[0], buf[1]); in gdImageCreateFromGifCtx()
222 top = LM_to_uint(buf[2], buf[3]); in gdImageCreateFromGifCtx()
223 width = LM_to_uint(buf[4], buf[5]); in gdImageCreateFromGifCtx()
224 height = LM_to_uint(buf[6], buf[7]); in gdImageCreateFromGifCtx()
314 Gif89.delayTime = LM_to_uint(buf[1],buf[2]); in DoExtension()

Completed in 5 milliseconds