OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hfont_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ui/gfx/
platform_font_win.h
93
HFONT hfont() const { return
hfont_
; }
111
const HFONT
hfont_
;
member in class:gfx::PlatformFontWin::HFontRef
platform_font_win.cc
325
:
hfont_
(hfont),
337
GetObject(
hfont_
, sizeof(LOGFONT), &font_info);
348
base::win::ScopedSelectObject font(screen_dc,
hfont_
);
364
DeleteObject(
hfont_
);
Completed in 442 milliseconds