Home
last modified time | relevance | path

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

/external/chromium_org/ui/gfx/
Dplatform_font_win.cc279 : hfont_(hfont), in HFontRef()
291 GetObject(hfont_, sizeof(LOGFONT), &font_info); in HFontRef()
302 base::win::ScopedSelectObject font(screen_dc, hfont_); in GetDluBaseX()
318 DeleteObject(hfont_); in ~HFontRef()
Dplatform_font_win.h94 HFONT hfont() const { return hfont_; } in hfont()
112 const HFONT hfont_; variable