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

/external/chromium_org/cc/layers/
H A Dheads_up_display_layer_impl.cc337 SkRect histogram_bounds = SkRect::MakeXYWH(graph_bounds.right() + kGap, local
407 canvas->drawLine(histogram_bounds.left() - 1,
408 histogram_bounds.top() - 1,
409 histogram_bounds.left() - 1,
410 histogram_bounds.bottom() + 1,
412 canvas->drawLine(histogram_bounds.right() + 1,
413 histogram_bounds.top() - 1,
414 histogram_bounds.right() + 1,
415 histogram_bounds.bottom() + 1,
419 const double bar_height = histogram_bounds
[all...]

Completed in 49 milliseconds