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

  /external/chromium_org/ui/gfx/
platform_font_pango.h 104 int ascent_pixels_; member in class:gfx::PlatformFontPango
platform_font_pango.cc 181 return ascent_pixels_;
311 ascent_pixels_ = SkScalarCeilToInt(-metrics.fAscent);
312 height_pixels_ = ascent_pixels_ + SkScalarCeilToInt(metrics.fDescent);
322 ascent_pixels_ = other->ascent_pixels_;

Completed in 86 milliseconds