Searched refs:histogram_bounds (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/cc/layers/
H A Dheads_up_display_layer_impl.cc344 SkRect histogram_bounds = SkRect::MakeXYWH(graph_bounds.right() + kGap, local
414 canvas->drawLine(histogram_bounds.left() - 1,
415 histogram_bounds.top() - 1,
416 histogram_bounds.left() - 1,
417 histogram_bounds.bottom() + 1,
419 canvas->drawLine(histogram_bounds.right() + 1,
420 histogram_bounds.top() - 1,
421 histogram_bounds.right() + 1,
422 histogram_bounds.bottom() + 1,
426 const double bar_height = histogram_bounds
[all...]

Completed in 28 milliseconds