Home
last modified time | relevance | path

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

/external/python/cpython3/Tools/pynche/
DTextViewer.py164 colorname = ColorDB.triplet_to_rrggbb((red, green, blue))
168 text.configure(foreground=colorname)
170 text.configure(background=colorname)
172 text.configure(selectforeground=colorname)
174 text.configure(selectbackground=colorname)
176 text.configure(insertbackground=colorname)
DChipViewer.py66 def set_name(self, colorname): argument
67 self.__namevar.set(colorname)
/external/python/cpython2/Tools/pynche/
DTextViewer.py164 colorname = ColorDB.triplet_to_rrggbb((red, green, blue))
168 text.configure(foreground=colorname)
170 text.configure(background=colorname)
172 text.configure(selectforeground=colorname)
174 text.configure(selectbackground=colorname)
176 text.configure(insertbackground=colorname)
DChipViewer.py66 def set_name(self, colorname): argument
67 self.__namevar.set(colorname)
/external/ImageMagick/MagickCore/
Dcolor.c1011 colorname[MagickPathExtent]; in GetColorCompliance() local
1025 *colorname='\0'; in GetColorCompliance()
1027 (void) CopyMagickString(colorname,name,MagickPathExtent); in GetColorCompliance()
1028 for (q=colorname; *q != '\0'; q++) in GetColorCompliance()
1049 (LocaleCompare(colorname,p->name) == 0)) in GetColorCompliance()
2460 *colorname; in QueryColorCompliance() local
2470 colorname=AcquireString(name); in QueryColorCompliance()
2472 colorname=AcquireString(name+i+1); in QueryColorCompliance()
2473 (void) SubstituteString(&colorname,"(",""); in QueryColorCompliance()
2474 (void) SubstituteString(&colorname,")",""); in QueryColorCompliance()
[all …]
Dwidget.c2085 colorname[MagickPathExtent]; in XColorBrowserWidget() local
2096 mode_info.text=colorname; in XColorBrowserWidget()