Home
last modified time | relevance | path

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

/PHP-5.5/ext/gd/libgd/
H A Dgd_gif_in.c49 #define LM_to_uint(a,b) (((b)<<8)|(a)) macro
176 screen_width = imw = LM_to_uint(buf[0],buf[1]); in gdImageCreateFromGifCtx()
177 screen_height = imh = LM_to_uint(buf[2],buf[3]); in gdImageCreateFromGifCtx()
218 left = LM_to_uint(buf[0], buf[1]); in gdImageCreateFromGifCtx()
219 top = LM_to_uint(buf[2], buf[3]); in gdImageCreateFromGifCtx()
220 width = LM_to_uint(buf[4], buf[5]); in gdImageCreateFromGifCtx()
221 height = LM_to_uint(buf[6], buf[7]); in gdImageCreateFromGifCtx()
311 Gif89.delayTime = LM_to_uint(buf[1],buf[2]); in DoExtension()

Completed in 14 milliseconds