HomeSort by relevance Sort by last modified time
    Searched refs:average_width_pixels_ (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/ui/gfx/
platform_font_pango.h 109 double average_width_pixels_; member in class:gfx::PlatformFontPango
platform_font_pango.cc 274 average_width_pixels_ = 0.0f;
287 average_width_pixels_ = other->average_width_pixels_;
318 average_width_pixels_ = std::min(pango_width_pixels, dialog_units_pixels);
324 return average_width_pixels_;

Completed in 1241 milliseconds