Home
last modified time | relevance | path

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

/external/chromium_org/ui/gfx/
Dplatform_font_win.h81 class HFontRef : public base::RefCounted<HFontRef> {
85 HFontRef(HFONT hfont,
108 friend class base::RefCounted<HFontRef>;
110 ~HFontRef();
130 DISALLOW_COPY_AND_ASSIGN(HFontRef);
142 static HFontRef* GetBaseFontRef();
145 static HFontRef* CreateHFontRef(HFONT font);
149 explicit PlatformFontWin(HFontRef* hfont_ref);
152 static HFontRef* base_font_ref_;
155 scoped_refptr<HFontRef> font_ref_;
Dplatform_font_win.cc68 PlatformFontWin::HFontRef* PlatformFontWin::base_font_ref_;
219 PlatformFontWin::HFontRef* PlatformFontWin::GetBaseFontRef() { in GetBaseFontRef()
237 PlatformFontWin::HFontRef* PlatformFontWin::CreateHFontRef(HFONT font) { in CreateHFontRef()
262 return new HFontRef(font, font_size, height, baseline, cap_height, in CreateHFontRef()
266 PlatformFontWin::PlatformFontWin(HFontRef* hfont_ref) : font_ref_(hfont_ref) { in PlatformFontWin()
272 PlatformFontWin::HFontRef::HFontRef(HFONT hfont, in HFontRef() function in gfx::PlatformFontWin::HFontRef
297 int PlatformFontWin::HFontRef::GetDluBaseX() { in GetDluBaseX()
317 PlatformFontWin::HFontRef::~HFontRef() { in ~HFontRef()