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

/barrelfish-2018-10-04/usr/bench/rcce/bt/
H A Dsetup_mpi.c17 int error, color, nc; local
/barrelfish-2018-10-04/lib/rcce/
H A DRCCE_comm.c35 RCCE_comm_split( int (*color)(int, void *), void *aux, RCCE_COMM *comm ) argument
/barrelfish-2018-10-04/usr/eclipseclp/CPViz/viz/src/ie/ucc/cccc/viz/
H A DVisualizerGraph.java66 rectSVG(PrintWriter out,double x, double y, double width, double height, Colors color) argument
71 rectSVG(PrintWriter out,double x, double y, double width, double height, Colors color,double opacity) argument
H A DVisualState.java192 public void drawBox(PrintWriter out,Colors color) { argument
H A DVisualizer.java136 public void drawBox(PrintWriter out, VisualState visualState,Colors color) { argument
H A DVisualizerLayout.java95 rectSVG(PrintWriter out,double x, double y, double width, double height, Colors color) argument
100 rectSVG(PrintWriter out,double x, double y, double width, double height, Colors color,double opacity) argument
105 openRectSVG(PrintWriter out,double x, double y, double width, double height, Colors color,double opacity) argument
109 openRectSVG(PrintWriter out,double x, double y, double width, double height, Colors color) argument
113 roundedRectSVG(PrintWriter out,double x, double y, double width, double height, Colors color,double opacity) argument
117 roundedRectSVG(PrintWriter out,double x, double y, double width, double height, Colors color) argument
[all...]
H A DLayout.java252 public void drawCross(PrintWriter out,double x, double y, Colors color){ argument
324 protected void textSVG(PrintWriter out,double x,int y,int value, Colors color){ argument
258 wideLineSVG(PrintWriter out,double x1,double y1, double x2,double y2,Colors color) argument
336 textSVG(PrintWriter out,double x,int y,String text, Colors color) argument
344 textSVG(PrintWriter out,double x,double y,double textSize, int text, Colors color) argument
348 textSVG(PrintWriter out,double x,double y,double textSize, String text, Colors color) argument
367 circleSVG(PrintWriter out,double x,double y, double r,Colors color) argument
[all...]
H A DVisualizerDrawer.java69 public void drawBox(PrintWriter out, VisualState visualState,Colors color){ argument
335 public void unitSquareSVG(PrintWriter out,double x,double y,Colors color){ argument
349 public void unitSquareSVG(PrintWriter out,double x,double y,Colors color, doubl argument
364 hollowRectSVG(PrintWriter out,double x,double y, double width,double height,Colors color) argument
369 hollowRectSVG(PrintWriter out,double x,double y, double width,double height,Colors color,double strokeWidth) argument
377 openRectSVG(PrintWriter out,double x,double y, double width,double height,Colors color,double opacity) argument
384 openRectSVG(PrintWriter out,double x,double y, double width,double height,Colors color) argument
391 roundedRectSVG(PrintWriter out,double x,double y, double width,double height,Colors color,double opacity) argument
398 roundedRectSVG(PrintWriter out,double x,double y, double width,double height,Colors color) argument
415 rectSVG(PrintWriter out,double x,double y, double width,double height,Colors color) argument
434 rectSVG(PrintWriter out,double x,double y, double width,double height,Colors color,double opacity) argument
443 rawRectSVG(PrintWriter out,double x,double y, double width,double height,Colors color,double opacity) argument
461 lineSVG(PrintWriter out,double x1,double y1,double x2,double y2,Colors color) argument
465 lineSVG(PrintWriter out,double x1,double y1,double x2,double y2, Colors color,double lineWidth) argument
482 textSVG(PrintWriter out,double x,double y,int value, Colors color) argument
497 textSVG(PrintWriter out,double x,double y,String text, Colors color) argument
509 textSVG(PrintWriter out,double x,double y,double size,int text, Colors color) argument
521 textSVG(PrintWriter out,double x,double y,double size, String text, Colors color) argument
530 textStartSVG(PrintWriter out,double x,double y,double size, String text, Colors color) argument
570 pathEndSVG(PrintWriter out,Colors color) argument
[all...]
/barrelfish-2018-10-04/usr/eclipseclp/Visualisation/src/com/parctechnologies/eclipse/visualisation/viewers/
H A DGanttTaskViewletType.java55 Color color; field in class:GanttTaskViewletType
79 public void setFillColor(Color color) { argument
[all...]
H A DChartBarViewletType.java58 Color color; field in class:ChartBarViewletType
119 public void setFillColor(Color color) { argument
[all...]
/barrelfish-2018-10-04/usr/drivers/omap44xx/sdma/
H A Dservice.c31 static errval_t mem_fill_handler(struct omap_sdma_binding *sv, struct capref dst, uint8_t color, errval_t* err) { argument
37 mem_copy_2d_handler(struct omap_sdma_binding *sv, omap_sdma_addr_2d_t dst, omap_sdma_addr_2d_t src, omap_sdma_count_2d_t count, bool transparent, uint32_t color, errval_t* err) argument
45 mem_fill_2d_handler(struct omap_sdma_binding *sv, omap_sdma_addr_2d_t dst, uint32_t color, omap_sdma_count_2d_t count, errval_t* err) argument
H A Domap_sdma.h86 uint32_t color; member in struct:omap_sdma_channel_conf
H A Dmain.c337 errval_t mem_fill(struct sdma_driver_state* st, struct capref dst_cap, uint8_t color) argument
393 errval_t mem_fill_2d(struct sdma_driver_state* st, omap_sdma_addr_2d_t dst, omap_sdma_count_2d_t count, uint32_t color) argument
98 init_channel_conf(struct omap_sdma_channel_conf *conf, lpaddr_t dst_start, lpaddr_t src_start, int32_t dst_x_modify, int32_t dst_y_modify, int32_t src_x_modify, int32_t src_y_modify, omap_sdma_count_2d_t count, omap44xx_sdma_color_mode_t color_mode, uint32_t color) argument
361 mem_copy_2d(struct sdma_driver_state* st, omap_sdma_addr_2d_t dst, omap_sdma_addr_2d_t src, omap_sdma_count_2d_t count, bool transparent, uint32_t color) argument
/barrelfish-2018-10-04/usr/tests/sdmatest/
H A Dsdmatest.c103 transcopy_16bit_image(uint16_t *dst, uint16_t *src, omap_sdma_count_2d_t count, uint16_t color, uint32_t replacement) argument
/barrelfish-2018-10-04/usr/eclipseclp/Visualisation/src/com/parctechnologies/eclipse/visualisation/
H A DGanttViewer.java347 private Color color; field in class:GanttViewer.SetTaskFillAction
349 SetTaskFillAction(GanttViewer viewer, String name, Color color) { argument
360 public void setTaskFillColorPrivate(Object color) { argument
366 Color color; field in class:GanttViewer.GanttViewerSetTaskFillCommand
368 public GanttViewerSetTaskFillCommand(Viewer viewer, Color color) { argument
[all...]
/barrelfish-2018-10-04/include/vm/
H A Ddevice_pager.c126 u_short color; local
389 old_dev_pager_ctor(void *handle, vm_ooffset_t size, vm_prot_t prot, vm_ooffset_t foff, struct ucred *cred, u_short *color) argument
H A Dvm_object.h277 vm_object_color(vm_object_t object, u_short color) argument

Completed in 137 milliseconds