OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:size_percent
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/sfntly/cpp/src/sample/subtly/
stats.cc
55
double
size_percent
= 0;
local
58
size_percent
= subtly::TableSizePercent(new_font, it->first);
65
size_percent
, static_cast<double>(new_size) / size * 100);
/external/sfntly/cpp/src/sample/subtly/
stats.cc
55
double
size_percent
= 0;
local
58
size_percent
= subtly::TableSizePercent(new_font, it->first);
65
size_percent
, static_cast<double>(new_size) / size * 100);
/external/v8/src/
hydrogen.cc
8106
double
size_percent
= static_cast<double>(size) * 100 \/ total_size_;
local
[
all
...]
/external/chromium_org/v8/src/
hydrogen.cc
10764
double
size_percent
= static_cast<double>(size) * 100 \/ total_size_;
local
[
all
...]
Completed in 258 milliseconds