HomeSort by relevance Sort by last modified time
    Searched full:pango_dpi (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/ui/gfx/
pango_util.cc 102 double pango_dpi = GetPangoResolution(); local
103 if (pango_dpi <= 0)
104 pango_dpi = 96.0;
105 pixels_in_point = pango_dpi / 72.0; // 72 points in an inch

Completed in 178 milliseconds