image_alloc_image_color  104 src/image.c    static unsigned long image_alloc_image_color (struct frame *, struct image *,
image_alloc_image_color 1895 src/image.c    	bg = image_alloc_image_color (f, img, build_string (color_name), 0);
image_alloc_image_color 3430 src/image.c    		    = image_alloc_image_color (f, img, bg, background);
image_alloc_image_color 5001 src/image.c    	  foreground = image_alloc_image_color (f, img, value, foreground);
image_alloc_image_color 5007 src/image.c    	  background = image_alloc_image_color (f, img, value, background);
image_alloc_image_color 5120 src/image.c    	  foreground = image_alloc_image_color (f,
image_alloc_image_color 5130 src/image.c    	  background = image_alloc_image_color (f,
image_alloc_image_color 7193 src/image.c    		image_alloc_image_color (f, img, build_string (color_name), 0));
image_alloc_image_color 7503 src/image.c    	fg = image_alloc_image_color (f, img, fmt[PBM_FOREGROUND].value, fg);
image_alloc_image_color 7507 src/image.c    	  bg = image_alloc_image_color (f, img, fmt[PBM_BACKGROUND].value, bg);
image_alloc_image_color 8340 src/image.c    	    = image_alloc_image_color (f, img, build_string (color_name), 0);
image_alloc_image_color 9893 src/image.c          bgcolor = image_alloc_image_color (f, img, specified_bg,
image_alloc_image_color 12057 src/image.c          foreground = image_alloc_image_color (f, img, value, img->face_foreground);
image_alloc_image_color 12061 src/image.c            background = image_alloc_image_color (f, img, value, img->face_background);