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

  /external/chromium_org/ui/gfx/
platform_font_win.h 75 // an HFontRef. That is, every Font has an HFontRef, which has an HFONT.
77 // HFontRef is reference counted. Upon deletion, it deletes the HFONT.
78 // By making HFontRef maintain the reference to the HFONT, multiple
80 class GFX_EXPORT HFontRef : public base::RefCounted<HFontRef> {
83 // the HFontRef is deleted.
84 HFontRef(HFONT hfont,
107 friend class base::RefCounted<HFontRef>;
109 ~HFontRef();
    [all...]
platform_font_win.cc 76 PlatformFontWin::HFontRef* PlatformFontWin::base_font_ref_;
170 // With the current implementation on Windows, HFontRef::font_name() returns
229 PlatformFontWin::HFontRef* PlatformFontWin::GetBaseFontRef() {
247 PlatformFontWin::HFontRef* PlatformFontWin::CreateHFontRef(HFONT font) {
259 PlatformFontWin::HFontRef* PlatformFontWin::CreateHFontRef(
277 return new HFontRef(font, font_size, height, baseline, cap_height,
312 PlatformFontWin::PlatformFontWin(HFontRef* hfont_ref) : font_ref_(hfont_ref) {
316 // PlatformFontWin::HFontRef:
318 PlatformFontWin::HFontRef::HFontRef(HFONT hfont
    [all...]

Completed in 174 milliseconds