OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:dialog_units_pixels
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/ui/gfx/
platform_font_pango.cc
396
const double
dialog_units_pixels
= (text_width_pixels / 26 + 1) / 2;
local
397
average_width_pixels_ = std::min(pango_width_pixels,
dialog_units_pixels
);
Completed in 218 milliseconds