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.cc 183 return ascent_pixels_;
193 return ascent_pixels_;
341 ascent_pixels_ = SkScalarCeil(-metrics.fAscent);
342 height_pixels_ = ascent_pixels_ + SkScalarCeil(metrics.fDescent);
351 ascent_pixels_ = other->ascent_pixels_;
platform_font_pango.h 106 int ascent_pixels_; member in class:gfx::PlatformFontPango

Completed in 28 milliseconds