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

  /external/chromium_org/ui/gfx/
platform_font_pango.cc 150 DCHECK_LT(-size_delta, font_size_pixels_);
156 font_size_pixels_ + size_delta,
174 font_size_pixels_ + size_delta,
226 return font_size_pixels_;
237 pfd, font_size_pixels_ * PANGO_SCALE);
329 font_size_pixels_ = font_size;
348 font_size_pixels_ = other->font_size_pixels_;
361 paint->setTextSize(font_size_pixels_);
platform_font_pango.h 101 int font_size_pixels_; member in class:gfx::PlatformFontPango

Completed in 4323 milliseconds