HomeSort by relevance Sort by last modified time
    Searched refs:draw_graph (Results 1 - 2 of 2) sorted by null

  /external/libvorbis/examples/
frameview.pl 240 -command=>[sub{draw_graph();}])->
249 -command=>[sub{draw_graph();}])->
268 draw_graph()}]);
285 draw_graph();
478 sub draw_graph{ subroutine
555 Checkbutton(-variable=>\$panel_twovars[$i],-command=>['main::draw_graph'],-text=>'2')->
561 Checkbutton(-variable=>\$panel_onevars[$i],-command=>['main::draw_graph'],-text=>'1')->
  /external/fio/
gfio.c 334 static void draw_graph(struct graph *g, cairo_t *cr) function
374 draw_graph(g->iops_graph, cr);
375 draw_graph(g->bandwidth_graph, cr);
    [all...]

Completed in 64 milliseconds