Home
last modified time | relevance | path

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

/dports/misc/elki/elki-release0.7.1-1166-gfb1fffdf3/addons/batikvis/src/main/java/de/lmu/ifi/dbs/elki/visualization/style/marker/
H A DMinimalMarkers.java54 private String greycolor = "gray"; field in MinimalMarkers
65 this.greycolor = style.getColor(StyleLibrary.PLOTGREY); in MinimalMarkers()
79 col = greycolor; in useMarker()
H A DCircleMarkers.java54 private String greycolor = "gray"; field in CircleMarkers
65 this.greycolor = style.getColor(StyleLibrary.PLOTGREY); in CircleMarkers()
79 col = greycolor; in useMarker()
H A DPrettyMarkers.java67 private String greycolor; field in PrettyMarkers
79 this.greycolor = style.getColor(StyleLibrary.PLOTGREY); in PrettyMarkers()
253 SVGUtil.setStyle(marker, SVGConstants.CSS_FILL_PROPERTY + ":" + greycolor); in plotGray()
/dports/misc/elki/elki-release0.7.1-1166-gfb1fffdf3/addons/batikvis/src/main/java/de/lmu/ifi/dbs/elki/visualization/style/lines/
H A DSolidLineStyleLibrary.java60 private String greycolor; field in SolidLineStyleLibrary
71 this.greycolor = style.getColor(StyleLibrary.PLOTGREY); in SolidLineStyleLibrary()
77 cls.setStatement(CSSConstants.CSS_STROKE_PROPERTY, greycolor); in formatCSSClass()
H A DDashedLineStyleLibrary.java80 private String greycolor; field in DashedLineStyleLibrary
91 this.greycolor = style.getColor(StyleLibrary.PLOTGREY); in DashedLineStyleLibrary()
97 cls.setStatement(CSSConstants.CSS_STROKE_PROPERTY, greycolor); in formatCSSClass()
/dports/games/xzip/xzip/
H A Dxinit.c189 prefs.greycolor = col.pixel; in xinit_openconnection()
192 prefs.greycolor = prefs.forecolor; in xinit_openconnection()
H A Dxio.h18 unsigned long greycolor; member
H A Dxio.c324 gcvalues.foreground = prefs.greycolor; in initialize_screen()
/dports/editors/neovim/neovim-0.6.1/runtime/syntax/
H A Dmp.vim286 syn keyword mpType graycolor greycolor
/dports/editors/vim/vim-8.2.3745/runtime/syntax/
H A Dmp.vim286 syn keyword mpType graycolor greycolor
/dports/math/giacxcas/giac-1.6.0/doc/
H A Daide_cas12052 greycolor:=rgb(0.5,0.5,0.5);display(square(0,2+i),filled+greycolor)