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

  /external/chromium_org/ui/gfx/
platform_font_win.cc 332 dlu_base_x_(-1),
344 if (dlu_base_x_ != -1)
345 return dlu_base_x_;
357 dlu_base_x_ = (ave_text_size.cx / 26 + 1) / 2;
359 DCHECK_NE(dlu_base_x_, -1);
360 return dlu_base_x_;
platform_font_win.h 120 int dlu_base_x_; member in class:gfx::PlatformFontWin::HFontRef

Completed in 228 milliseconds