Searched defs:brush (Results 1 - 1 of 1) sorted by relevance

/barrelfish-2018-10-04/tools/demo/Aquarium/
H A DWindow1.xaml.cs324 private void AddThinRectangle(int core, long start, long end, SolidColorBrush brush, string text) argument
331 private void AddInteractiveThinRectangle(int core, long start, long end, SolidColorBrush brush, string text) argument
348 private void AddVisThinRectangle(int core, long start, long end, SolidColorBrush brush) argument
359 private void AddRectangle(int core, long start, long end, SolidColorBrush brush, string text) argument
366 AddInteractiveRectangle(int core, long start, long end, SolidColorBrush brush, string text) argument
386 AddVisRectangle(int core, long start, long end, SolidColorBrush brush) argument
397 AddLine(int sendcore, long start, int recvcore, long end, SolidColorBrush brush, string text) argument
408 AddVisLine(int sendcore, long start, int recvcore, long end, SolidColorBrush brush) argument
418 AddInteractiveLine(int sendcore, long start, int recvcore, long end, SolidColorBrush brush, string text) argument
437 AddArrow(int sendcore, long start, int recvcore, long end, SolidColorBrush brush, string text) argument
448 AddInteractiveArrow(int sendcore, long start, int recvcore, long end, SolidColorBrush brush, string text) argument
492 AddDiamond(int core, long time, SolidColorBrush brush, string text) argument
499 AddInteractiveDiamond(int core, long time, SolidColorBrush brush, string text) argument
517 AddVisDiamond(int core, long time, SolidColorBrush brush) argument
535 AddInteractiveBlob(int core, long time, SolidColorBrush brush, string text) argument
547 AddVisBlob(int core, long time, SolidColorBrush brush, string text) argument
1820 private readonly SolidColorBrush brush; field in class:Aquarium.Highlighting
1822 Highlighting(SolidColorBrush brush) argument
[all...]

Completed in 29 milliseconds