Home
last modified time | relevance | path

Searched refs:desc_hash (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/ui/gfx/
Dpango_util.cc292 const int desc_hash = pango_font_description_hash(desc); in GetPangoFontMetrics() local
294 desc_to_metrics->find(desc_hash); in GetPangoFontMetrics()
298 desc_to_metrics->insert(std::make_pair(desc_hash, metrics)); in GetPangoFontMetrics()