Home
last modified time | relevance | path

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

/external/chromium_org/ui/gfx/
Dplatform_font_pango.cc183 return ascent_pixels_; in GetBaseline()
193 return ascent_pixels_; in GetCapHeight()
341 ascent_pixels_ = SkScalarCeil(-metrics.fAscent); in InitWithTypefaceNameSizeAndStyle()
342 height_pixels_ = ascent_pixels_ + SkScalarCeil(metrics.fDescent); in InitWithTypefaceNameSizeAndStyle()
351 ascent_pixels_ = other->ascent_pixels_; in InitFromPlatformFont()
Dplatform_font_pango.h106 int ascent_pixels_; variable