Searched refs:LM_to_uint (Results 1 – 1 of 1) sorted by relevance
50 #define LM_to_uint(a,b) (((b)<<8)|(a)) macro180 screen_width = imw = LM_to_uint(buf[0],buf[1]); in gdImageCreateFromGifCtx()181 screen_height = imh = LM_to_uint(buf[2],buf[3]); in gdImageCreateFromGifCtx()222 left = LM_to_uint(buf[0], buf[1]); in gdImageCreateFromGifCtx()223 top = LM_to_uint(buf[2], buf[3]); in gdImageCreateFromGifCtx()224 width = LM_to_uint(buf[4], buf[5]); in gdImageCreateFromGifCtx()225 height = LM_to_uint(buf[6], buf[7]); in gdImageCreateFromGifCtx()315 Gif89.delayTime = LM_to_uint(buf[1],buf[2]); in DoExtension()
Completed in 6 milliseconds