Searched refs:im_out (Results 1 – 1 of 1) sorted by relevance
/glibc-2.36/malloc/ |
D | memusagestat.c | 122 gdImagePtr im_out; in main() local 244 im_out = gdImageCreate (xsize, ysize); in main() 247 grey = gdImageColorAllocate (im_out, 224, 224, 224); in main() 250 gdImageColorTransparent (im_out, grey); in main() 253 red = gdImageColorAllocate (im_out, 255, 0, 0); in main() 254 green = gdImageColorAllocate (im_out, 0, 130, 0); in main() 255 blue = gdImageColorAllocate (im_out, 0, 0, 255); in main() 256 yellow = gdImageColorAllocate (im_out, 154, 205, 50); in main() 257 black = gdImageColorAllocate (im_out, 0, 0, 0); in main() 259 gdImageRectangle (im_out, 40, 20, xsize - 40, ysize - 20, blue); in main() [all …]
|