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

/external/chromium_org/cc/layers/
H A Dheads_up_display_layer_impl.cc327 const int kGraphWidth = fps_counter->time_stamp_history_size() - 2; local
332 int width = kGraphWidth + kHistogramWidth + 4 * kPadding;
343 kGraphWidth + kHistogramWidth + kGap + 2,
347 kGraphWidth,
515 const int kGraphWidth = paint_time_counter->HistorySize(); local
518 const int width = kGraphWidth + 2 * kPadding;
529 left + kPadding, top + kPadding, kGraphWidth, kFontHeight);
532 kGraphWidth,
536 kGraphWidth,

Completed in 51 milliseconds