Lines Matching refs:cp
37 GetImage(const char *name, ColorPair cp)
59 snprintf(fullname, GIFNLEN, "%s%dx%d", name, (int) cp.fore, (int) cp.back);
63 if((image = GetXpmImage(name + startn, cp)) != NULL) {
87 if((image = GetXwdImage(&name [startn], cp)) != NULL) {
93 snprintf(fullname, GIFNLEN, "%s%dx%d", name, (int) cp.fore, (int) cp.back);
95 image = get_builtin_scalable_pixmap(name, cp);
104 snprintf(fullname, GIFNLEN, "%s%dx%d", name, (int) cp.fore, (int) cp.back);
106 image = get_builtin_animated_pixmap(name, cp);
119 snprintf(fullname, GIFNLEN, "%s%dx%d", name, (int) cp.fore, (int) cp.back);
131 gcvalues.background = cp.back;
132 gcvalues.foreground = cp.fore;
142 snprintf(fullname, GIFNLEN, "%s%dx%d", name, (int) cp.fore, (int) cp.back);
144 if((image = GetBitmapImage(name, cp)) != NULL) {
278 ColorPair cp, Image * (*imgloader)(const char *, ColorPair))
326 tmp = imgloader(path, cp);