Home
last modified time | relevance | path

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

/PHP-5.5/ext/gd/libgd/
H A Dgd_gif_out.c88 static int gifPutWord(int w, gdIOCtx *out);
311 gifPutWord( RWidth, fp ); in GIFEncode()
312 gifPutWord( RHeight, fp ); in GIFEncode()
376 gifPutWord( LeftOfs, fp ); in GIFEncode()
377 gifPutWord( TopOfs, fp ); in GIFEncode()
378 gifPutWord( ctx.Width, fp ); in GIFEncode()
379 gifPutWord( ctx.Height, fp ); in GIFEncode()
766 static int gifPutWord(int w, gdIOCtx *out) function

Completed in 7 milliseconds