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

  /external/chromium_org/ui/gfx/
platform_font_win.cc 141 return Font(new PlatformFontWin(CreateHFontRef(hfont)));
213 font_ref_ = CreateHFontRef(CreateFontIndirect(&font_info));
225 font_ref_ = CreateHFontRef(hf);
240 base_font_ref_ = PlatformFontWin::CreateHFontRef(font);
247 PlatformFontWin::HFontRef* PlatformFontWin::CreateHFontRef(HFONT font) {
256 return CreateHFontRef(font, font_metrics);
259 PlatformFontWin::HFontRef* PlatformFontWin::CreateHFontRef(
309 return Font(new PlatformFontWin(CreateHFontRef(best_font.release())));
platform_font_win.h 144 static HFontRef* CreateHFontRef(HFONT font);
148 static HFontRef* CreateHFontRef(HFONT font, const TEXTMETRIC& font_metrics);

Completed in 566 milliseconds