OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:k_line_length
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/base/metrics/
histogram_base.cc
123
const int
k_line_length
= 72; // Maximal horizontal width of graph.
local
124
int x_count = static_cast<int>(
k_line_length
* (current_size / max_size)
126
int x_remainder =
k_line_length
- x_count;
Completed in 141 milliseconds