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

/external/chromium_org/ui/app_list/views/
H A Dprogress_bar_view.cc53 const int bar_width = paint_size.width() - kBarEndWidth; local
54 DCHECK_GE(bar_width, 0);
58 paint_size.set_width(kBarEndWidth + bar_width * GetNormalizedValue());
/external/chromium_org/ui/views/controls/
H A Dslider.cc209 int bar_width = content.width() - kBarInsetX * 2; local
220 bar_width - images_[RIGHT]->width(),
230 bar_width - middle - images_[RIGHT]->width(),
/external/chromium_org/cc/layers/
H A Dheads_up_display_layer_impl.cc464 double bar_width = local
469 bar_width,
/external/fio/
H A Dgraph.c238 double label_offset, double bar_width,
254 x1 = label_offset + (double) bar_num * bar_width + (bar_width * 0.05);
255 x2 = x1 + bar_width * 0.90;
439 double space_per_label, bar_width; local
476 bar_width = (space_per_label - space_per_label * 0.2) / (double) nvalues;
478 draw_bars(bg, cr, lb, label_offset, bar_width, mindata, maxdata);
479 // draw_centered_text(cr, label_offset + (bar_width / 2.0 + bar_width * 0.1), bg->ydim * 0.93,
237 draw_bars(struct graph *bg, cairo_t *cr, struct graph_label *lb, double label_offset, double bar_width, double mindata, double maxdata) argument

Completed in 244 milliseconds