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

  /external/chromium_org/ui/gfx/
platform_font_win.cc 285 base::win::ScopedGDIObject<HFONT> best_font(base_font);
287 GetTextMetricsForFont(screen_dc, best_font, &best_font_metrics);
305 best_font.Set(font.release());
309 return Font(new PlatformFontWin(CreateHFontRef(best_font.release())));
render_text_harfbuzz.cc 1078 std::string best_font; local
    [all...]

Completed in 196 milliseconds