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

  /external/chromium_org/cc/layers/
heads_up_display_layer_impl.h 118 Graph paint_time_graph_; member in class:cc::HeadsUpDisplayLayerImpl
heads_up_display_layer_impl.cc 74 paint_time_graph_(16.0, 48.0) {}
210 paint_time_graph_.value = latest.InMillisecondsF();
211 paint_time_graph_.min = min.InMillisecondsF();
212 paint_time_graph_.max = max.InMillisecondsF();
225 paint_time_graph_.UpdateUpperBound();
535 base::StringPrintf("%.1f", paint_time_graph_.value);
537 "%.1f-%.1f", paint_time_graph_.min, paint_time_graph_.max);
572 double p = pt / paint_time_graph_.current_upper_bound;
584 DrawGraphLines(canvas, &paint, graph_bounds, paint_time_graph_);
    [all...]

Completed in 2374 milliseconds